Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddcache.h219 #define DCACHE_PAR_LOOKUP BIT(28) /* being looked up (with parent locked shared) */ macro
378 return dentry->d_flags & DCACHE_PAR_LOOKUP; in d_in_lookup()
/linux/fs/
H A Ddcache.c2569 new->d_flags |= DCACHE_PAR_LOOKUP; in d_alloc_parallel()
2595 dentry->d_flags &= ~DCACHE_PAR_LOOKUP; in __d_lookup_unhash()
/linux/Documentation/filesystems/
H A Dpath-lookup.rst284 per-dentry flag bit (``DCACHE_PAR_LOOKUP``).
291 hash table, with ``DCACHE_PAR_LOOKUP`` set.
297 detect this from the presence of ``DCACHE_PAR_LOOKUP``. In this case it
310 ``DCACHE_PAR_LOOKUP`` to be cleared, using a wait_queue that was passed