Home
last modified time | relevance | path

Searched refs:DCACHE_PAR_LOOKUP (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Ddcache.h224 DCACHE_PAR_LOOKUP = BIT(24), /* being looked up (with parent locked shared) */ enumerator
390 return dentry->d_flags & DCACHE_PAR_LOOKUP; in d_in_lookup()
/linux/fs/
H A Ddcache.c2611 new->d_flags |= DCACHE_PAR_LOOKUP; in d_alloc_parallel()
2727 dentry->d_flags &= ~DCACHE_PAR_LOOKUP; in __d_lookup_unhash()