Home
last modified time | relevance | path

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

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Ddcache.h221 #define DCACHE_PAR_LOOKUP 0x10000000 /* being looked up (with parent locked shared) */ macro
366 return dentry->d_flags & DCACHE_PAR_LOOKUP; in d_in_lookup()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Ddcache.h221 #define DCACHE_PAR_LOOKUP 0x10000000 /* being looked up (with parent locked shared) */ macro
366 return dentry->d_flags & DCACHE_PAR_LOOKUP; in d_in_lookup()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Ddcache.h221 #define DCACHE_PAR_LOOKUP 0x10000000 /* being looked up (with parent locked shared) */ macro
366 return dentry->d_flags & DCACHE_PAR_LOOKUP; in d_in_lookup()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Ddcache.c2666 new->d_flags |= DCACHE_PAR_LOOKUP; in d_alloc_parallel()
2683 dentry->d_flags &= ~DCACHE_PAR_LOOKUP; in __d_lookup_done()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Ddcache.c2666 new->d_flags |= DCACHE_PAR_LOOKUP; in d_alloc_parallel()
2683 dentry->d_flags &= ~DCACHE_PAR_LOOKUP; in __d_lookup_done()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Ddcache.c2666 new->d_flags |= DCACHE_PAR_LOOKUP; in d_alloc_parallel()
2683 dentry->d_flags &= ~DCACHE_PAR_LOOKUP; in __d_lookup_done()
/dports/multimedia/libv4l/linux-5.13-rc2/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
/dports/multimedia/v4l-utils/linux-5.13-rc2/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
/dports/multimedia/v4l_compat/linux-5.13-rc2/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