Searched refs:DENTRY_D_LOCK_NESTED (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/autofs/ |
D | expire.c | 106 spin_lock_nested(&q->d_lock, DENTRY_D_LOCK_NESTED); in get_next_positive_subdir() 168 spin_lock_nested(&ret->d_lock, DENTRY_D_LOCK_NESTED); in get_next_positive_dentry()
|
/Linux-v4.19/fs/ |
D | dcache.c | 606 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in __lock_parent() 1047 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in shrink_lock_dentry() 1277 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_walk() 2744 spin_lock_nested(&old_parent->d_lock, DENTRY_D_LOCK_NESTED); in __d_move() 2750 DENTRY_D_LOCK_NESTED); in __d_move() 2762 write_seqcount_begin_nested(&target->d_seq, DENTRY_D_LOCK_NESTED); in __d_move() 3044 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_tmpfile()
|
D | libfs.c | 317 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in simple_empty()
|
/Linux-v4.19/fs/notify/ |
D | fsnotify.c | 133 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in __fsnotify_update_child_dentry_flags()
|
/Linux-v4.19/include/linux/ |
D | dcache.h | 131 DENTRY_D_LOCK_NESTED enumerator
|