Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ecryptfs/
A Ddentry.c39 if (lower_dentry->d_flags & DCACHE_OP_REVALIDATE) in ecryptfs_d_revalidate()
/linux-6.3-rc2/include/linux/
A Ddcache.h156 #define DCACHE_OP_REVALIDATE 0x00000004 macro
/linux-6.3-rc2/fs/overlayfs/
A Dexport.c330 DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE); in ovl_obtain_alias()
A Dutil.c100 (DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE); in ovl_dentry_remote()
A Dnamei.c1126 DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE); in ovl_lookup()
A Ddir.c273 DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE); in ovl_instantiate()
A Dsuper.c127 } else if (d->d_flags & DCACHE_OP_REVALIDATE) { in ovl_revalidate_real()
/linux-6.3-rc2/fs/
A Ddcache.c1920 DCACHE_OP_REVALIDATE | in d_set_d_op()
1932 dentry->d_flags |= DCACHE_OP_REVALIDATE; in d_set_d_op()
A Dnamei.c856 if (unlikely(dentry->d_flags & DCACHE_OP_REVALIDATE)) in d_revalidate()
/linux-6.3-rc2/Documentation/filesystems/
A Dpath-lookup.rst140 ``DCACHE_OP_REVALIDATE`` flag being set in the dentry.

Completed in 31 milliseconds