Searched refs:DENTRY_D_LOCK_NESTED (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/autofs4/ |
D | expire.c | 103 spin_lock_nested(&q->d_lock, DENTRY_D_LOCK_NESTED); in get_next_positive_subdir() 165 spin_lock_nested(&ret->d_lock, DENTRY_D_LOCK_NESTED); in get_next_positive_dentry() 482 spin_lock_nested(&expired->d_lock, DENTRY_D_LOCK_NESTED); in autofs4_expire_indirect()
|
/linux-4.1.27/fs/ |
D | libfs.c | 122 spin_lock_nested(&next->d_lock, DENTRY_D_LOCK_NESTED); in dcache_dir_lseek() 163 spin_lock_nested(&next->d_lock, DENTRY_D_LOCK_NESTED); in dcache_readdir() 175 spin_lock_nested(&next->d_lock, DENTRY_D_LOCK_NESTED); in dcache_readdir() 291 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in simple_empty()
|
D | dcache.c | 613 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in lock_parent() 1193 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_walk() 2538 DENTRY_D_LOCK_NESTED); in dentry_lock_for_move() 2542 DENTRY_D_LOCK_NESTED); in dentry_lock_for_move() 2601 write_seqcount_begin_nested(&target->d_seq, DENTRY_D_LOCK_NESTED); in __d_move() 3355 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_tmpfile()
|
/linux-4.1.27/fs/notify/ |
D | fsnotify.c | 77 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in __fsnotify_update_child_dentry_flags()
|
/linux-4.1.27/include/linux/ |
D | dcache.h | 147 DENTRY_D_LOCK_NESTED enumerator
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_internal.h | 1494 nested ? DENTRY_D_LOCK_NESTED : DENTRY_D_LOCK_NORMAL); in d_lustre_invalidate()
|
/linux-4.1.27/fs/ceph/ |
D | dir.c | 162 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in __dcache_readdir()
|
D | inode.c | 1419 spin_lock_nested(&dn->d_lock, DENTRY_D_LOCK_NESTED); in ceph_readdir_prepopulate()
|