Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Ddcache.h210 #define DCACHE_OP_REAL 0x04000000 macro
576 if (unlikely(dentry->d_flags & DCACHE_OP_REAL)) in d_real()
/Linux-v6.6/fs/overlayfs/
Dparams.c280 if (!err && upper && path->dentry->d_flags & DCACHE_OP_REAL) { in ovl_mount_dir()
Dnamei.c1043 if (upperdentry && upperdentry->d_flags & DCACHE_OP_REAL) { in ovl_lookup()
/Linux-v6.6/fs/
Ddcache.c1922 DCACHE_OP_REAL)); in d_set_d_op()
1939 dentry->d_flags |= DCACHE_OP_REAL; in d_set_d_op()