Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/exportfs/
H A Dexpfs.c77 while (dentry->d_flags & DCACHE_DISCONNECTED) { in dentry_connected()
94 while (dentry->d_flags & DCACHE_DISCONNECTED) { in clear_disconnected()
100 dentry->d_flags &= ~DCACHE_DISCONNECTED; in clear_disconnected()
218 while (dentry->d_flags & DCACHE_DISCONNECTED) { in reconnect_path()
458 if (result->d_flags & DCACHE_DISCONNECTED) { in exportfs_decode_fh()
/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Dexporting.rst56 a. A dentry flag DCACHE_DISCONNECTED which is set on
68 without losing DCACHE_DISCONNECTED - that flag is only cleared when
76 Those do _not_ bear DCACHE_DISCONNECTED. They are placed on the
87 DCACHE_DISCONNECTED) dentry is allocated and attached.
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dexport.c663 if ((real->d_flags & DCACHE_DISCONNECTED) || d_unhashed(real)) in ovl_get_dentry()
710 !(origin.dentry->d_flags & DCACHE_DISCONNECTED)) { in ovl_lower_fh_to_d()
H A Dutil.c503 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED; in ovl_already_copied_up_locked()
515 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED; in ovl_already_copied_up()
H A Dcopy_up.c932 bool disconnected = (dentry->d_flags & DCACHE_DISCONNECTED); in ovl_copy_up_flags()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Ddcache.c401 if (!(dentry->d_flags & DCACHE_DISCONNECTED) && in ocfs2_dentry_iput()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h176 #define DCACHE_DISCONNECTED 0x00000020 macro
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfsfh.c287 (dentry->d_flags & DCACHE_DISCONNECTED)) { in nfsd_set_fh_dentry()
/OK3568_Linux_fs/kernel/fs/
H A Ddcache.c643 if (unlikely(dentry->d_flags & DCACHE_DISCONNECTED)) in retain_dentry()
799 d_flags &= DCACHE_REFERENCED | DCACHE_LRU_LIST | DCACHE_DISCONNECTED; in fast_dput()
2038 add_flags |= DCACHE_DISCONNECTED; in __d_instantiate_anon()
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dnamei.c687 return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED); in exfat_d_anon_disconn()