Searched refs:DCACHE_OP_REVALIDATE (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/ecryptfs/
H A Ddentry.c39 if (lower_dentry->d_flags & DCACHE_OP_REVALIDATE)
/linux-master/include/linux/
H A Dfscrypt.h247 dentry->d_flags &= ~DCACHE_OP_REVALIDATE;
286 * DCACHE_OP_REVALIDATE unlocked, but in the unlikely case
288 * unset DCACHE_OP_REVALIDATE and pay the cost of an extra
295 } else if (dentry->d_flags & DCACHE_OP_REVALIDATE &&
304 dentry->d_flags &= ~DCACHE_OP_REVALIDATE;
H A Ddcache.h161 #define DCACHE_OP_REVALIDATE BIT(2) macro
/linux-master/fs/
H A Ddcache.c1780 DCACHE_OP_REVALIDATE |
1792 dentry->d_flags |= DCACHE_OP_REVALIDATE;
H A Dnamei.c860 if (unlikely(dentry->d_flags & DCACHE_OP_REVALIDATE))
/linux-master/fs/overlayfs/
H A Dsuper.c93 } else if (d->d_flags & DCACHE_OP_REVALIDATE) {
H A Dutil.c158 #define OVL_D_REVALIDATE (DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE)

Completed in 155 milliseconds