Home
last modified time | relevance | path

Searched refs:DENTRY_D_LOCK_NESTED (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/autofs4/
Dexpire.c103 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.4.14/fs/
Dlibfs.c117 spin_lock_nested(&next->d_lock, DENTRY_D_LOCK_NESTED); in dcache_dir_lseek()
158 spin_lock_nested(&next->d_lock, DENTRY_D_LOCK_NESTED); in dcache_readdir()
170 spin_lock_nested(&next->d_lock, DENTRY_D_LOCK_NESTED); in dcache_readdir()
286 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in simple_empty()
Ddcache.c613 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()
2541 DENTRY_D_LOCK_NESTED); in dentry_lock_for_move()
2545 DENTRY_D_LOCK_NESTED); in dentry_lock_for_move()
2604 write_seqcount_begin_nested(&target->d_seq, DENTRY_D_LOCK_NESTED); in __d_move()
3357 spin_lock_nested(&dentry->d_lock, DENTRY_D_LOCK_NESTED); in d_tmpfile()
/linux-4.4.14/fs/notify/
Dfsnotify.c76 spin_lock_nested(&child->d_lock, DENTRY_D_LOCK_NESTED); in __fsnotify_update_child_dentry_flags()
/linux-4.4.14/include/linux/
Ddcache.h147 DENTRY_D_LOCK_NESTED enumerator
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_internal.h1439 nested ? DENTRY_D_LOCK_NESTED : DENTRY_D_LOCK_NORMAL); in d_lustre_invalidate()