Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddcache.h231 #define DCACHE_OP_REAL 0x08000000 macro
589 if (unlikely(dentry->d_flags & DCACHE_OP_REAL)) in d_real()
Dfs.h1214 if (unlikely(dentry->d_flags & DCACHE_OP_REAL)) in file_dentry()
/linux-4.4.14/fs/overlayfs/
Dsuper.c301 if (real->d_flags & DCACHE_OP_REAL) in ovl_d_real()
/linux-4.4.14/fs/
Ddcache.c1670 DCACHE_OP_REAL)); in d_set_d_op()
1689 dentry->d_flags |= DCACHE_OP_REAL; in d_set_d_op()