path_inode 113 src/vfs/sftpfs/sftpfs.c struct vfs_s_inode *path_inode; path_inode 123 src/vfs/sftpfs/sftpfs.c path_inode = vfs_s_find_inode (me, super, path_super, LINK_FOLLOW, FL_NONE); path_inode 124 src/vfs/sftpfs/sftpfs.c if (path_inode != NULL && ((flags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))) path_inode 130 src/vfs/sftpfs/sftpfs.c if (path_inode == NULL) path_inode 145 src/vfs/sftpfs/sftpfs.c path_inode = ent->ino; path_inode 150 src/vfs/sftpfs/sftpfs.c if (S_ISDIR (path_inode->st.st_mode)) path_inode 156 src/vfs/sftpfs/sftpfs.c fh = sftpfs_fh_new (path_inode, is_changed);