Searched refs:DENTRY_D_LOCK_NESTED (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ |
H A D | dcache.c | 651 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in __lock_parent() 1172 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in shrink_lock_dentry() 1389 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_walk() 2966 spin_lock_nested(&old_parent->d_lock, DENTRY_D_LOCK_NESTED); in __d_move() 2972 DENTRY_D_LOCK_NESTED); in __d_move() 2984 write_seqcount_begin_nested(&target->d_seq, DENTRY_D_LOCK_NESTED); in __d_move() 3262 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_tmpfile()
|
H A D | libfs.c | 117 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in scan_positives() 507 spin_lock_nested(&d->d_lock, DENTRY_D_LOCK_NESTED); in find_next_child() 667 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in simple_empty()
|
/openbmc/linux/include/linux/ |
H A D | dcache.h | 125 DENTRY_D_LOCK_NESTED enumerator
|
/openbmc/linux/fs/notify/ |
H A D | fsnotify.c | 127 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in fsnotify_set_children_dentry_flags()
|
/openbmc/linux/fs/autofs/ |
H A D | expire.c | 82 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in positive_after()
|