Home
last modified time | relevance | path

Searched refs:DCACHE_OP_REAL (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Ddcache.h217 #define DCACHE_OP_REAL 0x04000000 macro
582 if (unlikely(dentry->d_flags & DCACHE_OP_REAL)) in d_real()
/kernel/linux/linux-5.10/fs/overlayfs/
Dnamei.c857 if (upperdentry && upperdentry->d_flags & DCACHE_OP_REAL) { in ovl_lookup()
Dsuper.c851 if (!err && path->dentry->d_flags & DCACHE_OP_REAL) { in ovl_mount_dir()
/kernel/linux/linux-5.10/fs/
Ddcache.c1862 DCACHE_OP_REAL)); in d_set_d_op()
1879 dentry->d_flags |= DCACHE_OP_REAL; in d_set_d_op()