Searched refs:lower_dir (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | inode.c | 29 struct inode **lower_dir) in lock_parent() 34 *lower_dir = d_inode(lower_dir_dentry); in lock_parent() 37 inode_lock_nested(*lower_dir, I_MUTEX_PARENT); in lock_parent() 141 struct inode *lower_dir; in ecryptfs_do_unlink() local 144 rc = lock_parent(dentry, &lower_dentry, &lower_dir); in ecryptfs_do_unlink() 150 rc = vfs_unlink(&nop_mnt_idmap, lower_dir, lower_dentry, in ecryptfs_do_unlink() 157 fsstack_copy_attr_times(dir, lower_dir); in ecryptfs_do_unlink() 162 inode_unlock(lower_dir); in ecryptfs_do_unlink() 186 struct inode *lower_dir; in ecryptfs_do_create() local 189 rc = lock_parent(ecryptfs_dentry, &lower_dentry, &lower_dir); in ecryptfs_do_create() 27 lock_parent(struct dentry *dentry, struct dentry **lower_dentry, struct inode **lower_dir) lock_parent() argument 437 struct inode *lower_dir; ecryptfs_link() local 473 struct inode *lower_dir; ecryptfs_symlink() local 511 struct inode *lower_dir; ecryptfs_mkdir() local 535 struct inode *lower_dir; ecryptfs_rmdir() local 564 struct inode *lower_dir; ecryptfs_mknod() local [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_local.c | 327 struct inode *lower_dir = hmdfs_i(dir)->lower_inode; in hmdfs_mkdir_local_dentry() local 348 tmp_uid = hmdfs_override_inode_uid(lower_dir); in hmdfs_mkdir_local_dentry() 351 error = vfs_mkdir(lower_dir, lower_dentry, mode); in hmdfs_mkdir_local_dentry() 352 hmdfs_revert_inode_uid(lower_dir, tmp_uid); in hmdfs_mkdir_local_dentry() 405 struct inode *lower_dir = NULL; in hmdfs_create_local_dentry() local 438 lower_dir = d_inode(lower_dir_dentry); in hmdfs_create_local_dentry() 439 tmp_uid = hmdfs_override_inode_uid(lower_dir); in hmdfs_create_local_dentry() 440 error = vfs_create(lower_dir, lower_dentry, mode, want_excl); in hmdfs_create_local_dentry() 441 hmdfs_revert_inode_uid(lower_dir, tmp_uid); in hmdfs_create_local_dentry() 500 struct inode *lower_dir in hmdfs_rmdir_local_dentry() local 568 struct inode *lower_dir = NULL; hmdfs_unlink_local_dentry() local [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_local.c | 327 struct inode *lower_dir = hmdfs_i(dir)->lower_inode; in hmdfs_mkdir_local_dentry() local 348 tmp_uid = hmdfs_override_inode_uid(lower_dir); in hmdfs_mkdir_local_dentry() 351 error = vfs_mkdir(&nop_mnt_idmap, lower_dir, lower_dentry, mode); in hmdfs_mkdir_local_dentry() 352 hmdfs_revert_inode_uid(lower_dir, tmp_uid); in hmdfs_mkdir_local_dentry() 405 struct inode *lower_dir = NULL; in hmdfs_create_local_dentry() local 438 lower_dir = d_inode(lower_dir_dentry); in hmdfs_create_local_dentry() 439 tmp_uid = hmdfs_override_inode_uid(lower_dir); in hmdfs_create_local_dentry() 440 error = vfs_create(&nop_mnt_idmap, lower_dir, lower_dentry, mode, want_excl); in hmdfs_create_local_dentry() 441 hmdfs_revert_inode_uid(lower_dir, tmp_uid); in hmdfs_create_local_dentry() 500 struct inode *lower_dir in hmdfs_rmdir_local_dentry() local 568 struct inode *lower_dir = NULL; hmdfs_unlink_local_dentry() local [all...] |
Completed in 4 milliseconds