Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
A Ddentry.c39 if (lower_dentry->d_flags & DCACHE_OP_REVALIDATE) in ecryptfs_d_revalidate()
/linux/include/linux/
A Ddcache.h165 #define DCACHE_OP_REVALIDATE 0x00000004 macro
/linux/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.c1107 DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE); in ovl_lookup()
A Ddir.c271 DCACHE_OP_REVALIDATE | DCACHE_OP_WEAK_REVALIDATE); in ovl_instantiate()
A Dsuper.c126 } else if (d->d_flags & DCACHE_OP_REVALIDATE) { in ovl_revalidate_real()
/linux/fs/
A Ddcache.c1894 DCACHE_OP_REVALIDATE | in d_set_d_op()
1906 dentry->d_flags |= DCACHE_OP_REVALIDATE; in d_set_d_op()
A Dnamei.c853 if (unlikely(dentry->d_flags & DCACHE_OP_REVALIDATE)) in d_revalidate()
/linux/Documentation/filesystems/
A Dpath-lookup.rst140 ``DCACHE_OP_REVALIDATE`` flag being set in the dentry.

Completed in 31 milliseconds