Home
last modified time | relevance | path

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

/fs/sdcardfs/
Dinode.c86 lower_parent_dentry = lock_parent(lower_dentry); in sdcardfs_create()
141 lower_dir_dentry = lock_parent(lower_new_dentry);
187 lower_dir_dentry = lock_parent(lower_dentry); in sdcardfs_unlink()
230 lower_parent_dentry = lock_parent(lower_dentry);
302 lower_parent_dentry = lock_parent(lower_dentry); in sdcardfs_mkdir()
410 lower_dir_dentry = lock_parent(lower_dentry); in sdcardfs_rmdir()
444 lower_parent_dentry = lock_parent(lower_dentry);
Dsdcardfs.h529 static inline struct dentry *lock_parent(struct dentry *dentry) in lock_parent() function
/fs/ecryptfs/
Dinode.c39 static struct dentry *lock_parent(struct dentry *dentry) in lock_parent() function
155 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_do_unlink()
194 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_do_create()
476 lower_dir_dentry = lock_parent(lower_new_dentry); in ecryptfs_link()
513 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_symlink()
548 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_mkdir()
573 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_rmdir()
596 lower_dir_dentry = lock_parent(lower_dentry); in ecryptfs_mknod()