Searched refs:parent_dentry (Results 1 – 7 of 7) sorted by relevance
106 struct dentry *parent_dentry = NULL; in hmdfs_d_revalidate() local124 parent_dentry = dget_parent(direntry); in hmdfs_d_revalidate()127 parent_dentry); in hmdfs_d_revalidate()128 dput(parent_dentry); in hmdfs_d_revalidate()135 hmdfs_get_lower_path(parent_dentry, &parent_lower_path); in hmdfs_d_revalidate()166 dput(parent_dentry); in hmdfs_d_revalidate()278 struct dentry *parent_dentry = NULL; in d_revalidate_merge() local290 parent_dentry = dget_parent(direntry); in d_revalidate_merge()306 dput(parent_dentry); in d_revalidate_merge()
147 struct dentry *parent_dentry = dget_parent(child_dentry); in in_share_dir() local150 if (!strncmp(parent_dentry->d_name.name, SHARE_RESERVED_DIR, in in_share_dir()154 dput(parent_dentry); in in_share_dir()
538 struct dentry *parent_dentry = dentry->d_parent; in hmdfs_mkdir_remote_dentry() local539 struct inode *parent_inode = d_inode(parent_dentry); in hmdfs_mkdir_remote_dentry()550 dir_path = hmdfs_get_dentry_relative_path(parent_dentry); in hmdfs_mkdir_remote_dentry()607 struct dentry *parent_dentry = dentry->d_parent; in hmdfs_create_remote_dentry() local608 struct inode *parent_inode = d_inode(parent_dentry); in hmdfs_create_remote_dentry()619 dir_path = hmdfs_get_dentry_relative_path(parent_dentry); in hmdfs_create_remote_dentry()
226 struct dentry *lower_dentry = NULL, *parent_dentry = NULL, *ret = NULL; in hmdfs_lookup_local() local238 parent_dentry = dget_parent(child_dentry); in hmdfs_lookup_local()239 hmdfs_get_lower_path(parent_dentry, &lower_parent_path); in hmdfs_lookup_local()302 dput(parent_dentry); in hmdfs_lookup_local()
930 struct dentry *parent_dentry; in update_inode_to_dentry() local935 parent_dentry = child_dentry->d_parent; in update_inode_to_dentry()936 if (hmdfs_d(parent_dentry)->dentry_type == HMDFS_LAYER_FIRST_DEVICE) in update_inode_to_dentry()939 relative_path = hmdfs_get_dentry_relative_path(parent_dentry); in update_inode_to_dentry()
18 struct dentry *parent_dentry = dget_parent(dentry); in orangefs_revalidate_lookup() local19 struct inode *parent_inode = parent_dentry->d_inode; in orangefs_revalidate_lookup()84 dput(parent_dentry); in orangefs_revalidate_lookup()
484 struct dentry* parent_dentry; in read_absolute_file_path_from_dentry() local499 parent_dentry = BPF_CORE_READ(filp_dentry, d_parent); in read_absolute_file_path_from_dentry()500 if (filp_dentry == parent_dentry) in read_absolute_file_path_from_dentry()502 filp_dentry = parent_dentry; in read_absolute_file_path_from_dentry()511 struct dentry* parent_dentry; in is_ancestor_in_allowed_inodes() local521 parent_dentry = BPF_CORE_READ(filp_dentry, d_parent); in is_ancestor_in_allowed_inodes()522 if (filp_dentry == parent_dentry) in is_ancestor_in_allowed_inodes()524 filp_dentry = parent_dentry; in is_ancestor_in_allowed_inodes()