Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h226 #define DCACHE_OP_REAL 0x04000000 macro
591 if (unlikely(dentry->d_flags & DCACHE_OP_REAL)) in d_real()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dnamei.c858 if (upperdentry && upperdentry->d_flags & DCACHE_OP_REAL) { in ovl_lookup()
H A Dsuper.c873 if (!err && path->dentry->d_flags & DCACHE_OP_REAL) { in ovl_mount_dir()
/OK3568_Linux_fs/kernel/fs/
H A Ddcache.c1862 DCACHE_OP_REAL)); in d_set_d_op()
1879 dentry->d_flags |= DCACHE_OP_REAL; in d_set_d_op()