Home
last modified time | relevance | path

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

/openbmc/linux/fs/ecryptfs/
H A Ddentry.c39 if (lower_dentry->d_flags & DCACHE_OP_REVALIDATE) in ecryptfs_d_revalidate()
/openbmc/linux/include/linux/
H A Ddcache.h156 #define DCACHE_OP_REVALIDATE 0x00000004 macro
/openbmc/linux/fs/
H A Ddcache.c1924 DCACHE_OP_REVALIDATE | in d_set_d_op()
1936 dentry->d_flags |= DCACHE_OP_REVALIDATE; in d_set_d_op()
H A Dnamei.c861 if (unlikely(dentry->d_flags & DCACHE_OP_REVALIDATE)) in d_revalidate()
/openbmc/linux/fs/overlayfs/
H A Dutil.c132 #define OVL_D_REVALIDATE (DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE)
H A Dsuper.c93 } else if (d->d_flags & DCACHE_OP_REVALIDATE) { in ovl_revalidate_real()
/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.rst140 ``DCACHE_OP_REVALIDATE`` flag being set in the dentry.