Home
last modified time | relevance | path

Searched refs:lock_parent (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/ecryptfs/
Dinode.c24 static struct dentry *lock_parent(struct dentry *dentry) in lock_parent() function
182 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_do_create()
438 lower_dir_dentry = lock_parent(lower_new_dentry); in ecryptfs_link()
475 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_symlink()
509 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_mkdir()
565 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_mknod()
/Linux-v5.4/fs/
Ddcache.c625 static inline struct dentry *lock_parent(struct dentry *dentry) in lock_parent() function
693 parent = lock_parent(dentry); in dentry_kill()
1029 struct dentry *parent = lock_parent(dentry); in d_prune_aliases()