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()290 struct dentry *parent_dentry = NULL; in d_revalidate_merge() local312 parent_dentry = dget_parent(direntry); in d_revalidate_merge()328 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()
533 struct dentry *parent_dentry = dentry->d_parent; in hmdfs_mkdir_remote_dentry() local534 struct inode *parent_inode = d_inode(parent_dentry); in hmdfs_mkdir_remote_dentry()545 dir_path = hmdfs_get_dentry_relative_path(parent_dentry); in hmdfs_mkdir_remote_dentry()601 struct dentry *parent_dentry = dentry->d_parent; in hmdfs_create_remote_dentry() local602 struct inode *parent_inode = d_inode(parent_dentry); in hmdfs_create_remote_dentry()613 dir_path = hmdfs_get_dentry_relative_path(parent_dentry); in hmdfs_create_remote_dentry()
239 struct dentry *lower_dentry = NULL, *parent_dentry = NULL, *ret = NULL; in hmdfs_lookup_local() local251 parent_dentry = dget_parent(child_dentry); in hmdfs_lookup_local()252 hmdfs_get_lower_path(parent_dentry, &lower_parent_path); in hmdfs_lookup_local()317 dput(parent_dentry); in hmdfs_lookup_local()
953 struct dentry *parent_dentry; in update_inode_to_dentry() local958 parent_dentry = child_dentry->d_parent; in update_inode_to_dentry()959 if (hmdfs_d(parent_dentry)->dentry_type == HMDFS_LAYER_FIRST_DEVICE) in update_inode_to_dentry()962 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()