Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddcache.h220 DCACHE_OP_REAL = BIT(23), enumerator
571 if (unlikely(dentry->d_flags & DCACHE_OP_REAL)) in d_real()
/linux-6.15/fs/overlayfs/
H A Dparams.c302 if (path->dentry->d_flags & DCACHE_OP_REAL) in ovl_mount_dir_check()
H A Dnamei.c1070 if (upperdentry && upperdentry->d_flags & DCACHE_OP_REAL) { in ovl_lookup()
/linux-6.15/fs/
H A Ddcache.c1839 DCACHE_OP_REAL)); in d_set_d_op()
1856 dentry->d_flags |= DCACHE_OP_REAL; in d_set_d_op()