Searched refs:lock_parent (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/fs/ecryptfs/ |
A D | inode.c | 27 static int lock_parent(struct dentry *dentry, in lock_parent() function 136 rc = lock_parent(dentry, &lower_dentry, &lower_dir); in ecryptfs_do_unlink() 181 rc = lock_parent(ecryptfs_dentry, &lower_dentry, &lower_dir); in ecryptfs_do_create() 435 rc = lock_parent(new_dentry, &lower_new_dentry, &lower_dir); in ecryptfs_link() 470 rc = lock_parent(dentry, &lower_dentry, &lower_dir); in ecryptfs_symlink() 505 rc = lock_parent(dentry, &lower_dentry, &lower_dir); in ecryptfs_mkdir() 530 rc = lock_parent(dentry, &lower_dentry, &lower_dir); in ecryptfs_rmdir() 558 rc = lock_parent(dentry, &lower_dentry, &lower_dir); in ecryptfs_mknod()
|
/linux-6.3-rc2/fs/ |
A D | dcache.c | 653 static inline struct dentry *lock_parent(struct dentry *dentry) in lock_parent() function 740 parent = lock_parent(dentry); in dentry_kill() 1110 struct dentry *parent = lock_parent(dentry); in d_prune_aliases()
|
Completed in 12 milliseconds