Home
last modified time | relevance | path

Searched refs:lower_dir_dentry (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/ecryptfs/
Dinode.c131 struct dentry *lower_dir_dentry; in ecryptfs_do_unlink() local
135 lower_dir_dentry = ecryptfs_dentry_to_lower(dentry->d_parent); in ecryptfs_do_unlink()
136 lower_dir_inode = d_inode(lower_dir_dentry); in ecryptfs_do_unlink()
139 if (lower_dentry->d_parent != lower_dir_dentry) in ecryptfs_do_unlink()
178 struct dentry *lower_dir_dentry; in ecryptfs_do_create() local
182 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_do_create()
183 rc = vfs_create(d_inode(lower_dir_dentry), lower_dentry, mode, true); in ecryptfs_do_create()
193 vfs_unlink(d_inode(lower_dir_dentry), lower_dentry, NULL); in ecryptfs_do_create()
196 fsstack_copy_attr_times(directory_inode, d_inode(lower_dir_dentry)); in ecryptfs_do_create()
197 fsstack_copy_inode_size(directory_inode, d_inode(lower_dir_dentry)); in ecryptfs_do_create()
[all …]
/kernel/linux/linux-5.10/fs/sharefs/
Dlookup.c206 struct dentry *lower_dir_dentry = NULL; in __sharefs_lookup() local
222 lower_dir_dentry = lower_parent_path->dentry; in __sharefs_lookup()
226 err = vfs_path_lookup(lower_dir_dentry, lower_dir_mnt, name, 0, in __sharefs_lookup()
251 this.hash = full_name_hash(lower_dir_dentry, this.name, this.len); in __sharefs_lookup()
252 lower_dentry = d_lookup(lower_dir_dentry, &this); in __sharefs_lookup()
256 lower_dentry = d_alloc(lower_dir_dentry, &this); in __sharefs_lookup()
267 d_inode(lower_dir_dentry)->i_op->lookup(d_inode(lower_dir_dentry), in __sharefs_lookup()
/kernel/linux/linux-5.10/fs/hmdfs/
Dinode_local.c327 struct dentry *lower_dir_dentry = NULL; in hmdfs_mkdir_local_dentry() local
345 lower_dir_dentry = lock_parent(lower_dentry); in hmdfs_mkdir_local_dentry()
369 unlock_dir(lower_dir_dentry); in hmdfs_mkdir_local_dentry()
405 struct dentry *lower_dir_dentry = NULL; in hmdfs_create_local_dentry() local
436 lower_dir_dentry = lock_parent(lower_dentry); in hmdfs_create_local_dentry()
437 lower_dir = d_inode(lower_dir_dentry); in hmdfs_create_local_dentry()
441 unlock_dir(lower_dir_dentry); in hmdfs_create_local_dentry()
500 struct dentry *lower_dir_dentry = NULL; in hmdfs_rmdir_local_dentry() local
510 lower_dir_dentry = lock_parent(lower_dentry); in hmdfs_rmdir_local_dentry()
511 lower_dir = d_inode(lower_dir_dentry); in hmdfs_rmdir_local_dentry()
[all …]