Searched refs:DCACHE_OP_COMPARE (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Ddcache.h160 #define DCACHE_OP_COMPARE BIT(1) macro
/linux-master/fs/
H A Ddcache.c1779 DCACHE_OP_COMPARE |
1790 dentry->d_flags |= DCACHE_OP_COMPARE;
2086 if (likely(!(parent->d_flags & DCACHE_OP_COMPARE))) {
2099 * DCACHE_OP_COMPARE, which makes things much nastier.
2185 if (unlikely(parent->d_flags & DCACHE_OP_COMPARE))
/linux-master/fs/overlayfs/
H A Dutil.c203 DCACHE_OP_COMPARE);

Completed in 153 milliseconds