Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddcache.h217 #define DCACHE_PAR_LOOKUP 0x10000000 /* being looked up (with parent locked shared) */ macro
360 return dentry->d_flags & DCACHE_PAR_LOOKUP; in d_in_lookup()
/Linux-v5.4/fs/
Ddcache.c2610 new->d_flags |= DCACHE_PAR_LOOKUP; in d_alloc_parallel()
2627 dentry->d_flags &= ~DCACHE_PAR_LOOKUP; in __d_lookup_done()
/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst276 per-dentry flag bit (``DCACHE_PAR_LOOKUP``).
283 hash table, with ``DCACHE_PAR_LOOKUP`` set.
289 detect this from the presence of ``DCACHE_PAR_LOOKUP``. In this case it
302 ``DCACHE_PAR_LOOKUP`` to be cleared, using a wait_queue that was passed