Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Ddcache.h212 #define DCACHE_PAR_LOOKUP 0x10000000 /* being looked up (with parent locked shared) */ macro
359 return dentry->d_flags & DCACHE_PAR_LOOKUP; in d_in_lookup()
/linux-6.3-rc2/fs/
A Ddcache.c2729 new->d_flags |= DCACHE_PAR_LOOKUP; in d_alloc_parallel()
2755 dentry->d_flags &= ~DCACHE_PAR_LOOKUP; in __d_lookup_unhash()
/linux-6.3-rc2/Documentation/filesystems/
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

Completed in 12 milliseconds