Home
last modified time | relevance | path

Searched refs:DCACHE_OP_REAL (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Ddcache.h217 #define DCACHE_OP_REAL 0x04000000 macro
582 if (unlikely(dentry->d_flags & DCACHE_OP_REAL)) in d_real()
/kernel/linux/linux-6.6/include/linux/
H A Ddcache.h210 #define DCACHE_OP_REAL 0x04000000 macro
576 if (unlikely(dentry->d_flags & DCACHE_OP_REAL)) in d_real()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dnamei.c857 if (upperdentry && upperdentry->d_flags & DCACHE_OP_REAL) { in ovl_lookup()
H A Dsuper.c856 if (!err && path->dentry->d_flags & DCACHE_OP_REAL) { in ovl_mount_dir()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dparams.c304 if (path->dentry->d_flags & DCACHE_OP_REAL) in ovl_mount_dir_check()
H A Dnamei.c1043 if (upperdentry && upperdentry->d_flags & DCACHE_OP_REAL) { in ovl_lookup()
/kernel/linux/linux-5.10/fs/
H A Ddcache.c1863 DCACHE_OP_REAL)); in d_set_d_op()
1880 dentry->d_flags |= DCACHE_OP_REAL; in d_set_d_op()
/kernel/linux/linux-6.6/fs/
H A Ddcache.c1923 DCACHE_OP_REAL)); in d_set_d_op()
1940 dentry->d_flags |= DCACHE_OP_REAL; in d_set_d_op()

Completed in 17 milliseconds