Home
last modified time | relevance | path

Searched refs:DCACHE_DISCONNECTED (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/fs/exportfs/
Dexpfs.c76 while (dentry->d_flags & DCACHE_DISCONNECTED) { in dentry_connected()
93 while (dentry->d_flags & DCACHE_DISCONNECTED) { in clear_disconnected()
99 dentry->d_flags &= ~DCACHE_DISCONNECTED; in clear_disconnected()
216 while (dentry->d_flags & DCACHE_DISCONNECTED) { in reconnect_path()
456 if (result->d_flags & DCACHE_DISCONNECTED) { in exportfs_decode_fh()
/Linux-v4.19/Documentation/filesystems/nfs/
DExporting55 a/ A dentry flag DCACHE_DISCONNECTED which is set on
67 without losing DCACHE_DISCONNECTED - that flag is only cleared when
75 Those do _not_ bear DCACHE_DISCONNECTED. They are placed on the
84 DCACHE_DISCONNECTED) dentry is allocated and attached.
/Linux-v4.19/fs/overlayfs/
Dexport.c674 if ((real->d_flags & DCACHE_DISCONNECTED) || d_unhashed(real)) in ovl_get_dentry()
721 !(origin.dentry->d_flags & DCACHE_DISCONNECTED)) { in ovl_lower_fh_to_d()
759 (origin.dentry->d_flags & DCACHE_DISCONNECTED)) { in ovl_lower_fh_to_d()
Dutil.c488 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED; in ovl_already_copied_up_locked()
500 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED; in ovl_already_copied_up()
Dcopy_up.c798 bool disconnected = (dentry->d_flags & DCACHE_DISCONNECTED); in ovl_copy_up_flags()
/Linux-v4.19/fs/ocfs2/
Ddcache.c403 if (!(dentry->d_flags & DCACHE_DISCONNECTED) && in ocfs2_dentry_iput()
/Linux-v4.19/include/linux/
Ddcache.h166 #define DCACHE_DISCONNECTED 0x00000020 macro
/Linux-v4.19/fs/nfsd/
Dnfsfh.c280 (dentry->d_flags & DCACHE_DISCONNECTED)) { in nfsd_set_fh_dentry()
/Linux-v4.19/fs/
Ddcache.c630 if (unlikely(dentry->d_flags & DCACHE_DISCONNECTED)) in retain_dentry()
767 d_flags &= DCACHE_REFERENCED | DCACHE_LRU_LIST | DCACHE_DISCONNECTED; in fast_dput()
1937 add_flags |= DCACHE_DISCONNECTED; in __d_instantiate_anon()