Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ecryptfs/
Dinode.c38 static struct dentry *lock_parent(struct dentry *dentry) in lock_parent() function
150 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_do_unlink()
188 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_do_create()
437 lower_dir_dentry = lock_parent(lower_new_dentry); in ecryptfs_link()
474 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_symlink()
508 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_mkdir()
533 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_rmdir()
556 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_mknod()
/Linux-v4.19/fs/
Ddcache.c612 static inline struct dentry *lock_parent(struct dentry *dentry) in lock_parent() function
680 parent = lock_parent(dentry); in dentry_kill()
990 struct dentry *parent = lock_parent(dentry); in d_prune_aliases()