Home
last modified time | relevance | path

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

/linux-6.6.21/fs/exportfs/
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()
483 if (result->d_flags & DCACHE_DISCONNECTED) { in exportfs_decode_fh_raw()
/linux-6.6.21/Documentation/filesystems/nfs/
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.
/linux-6.6.21/fs/overlayfs/
Dexport.c680 if ((real->d_flags & DCACHE_DISCONNECTED) || d_unhashed(real)) in ovl_get_dentry()
727 !(origin.dentry->d_flags & DCACHE_DISCONNECTED)) { in ovl_lower_fh_to_d()
Dutil.c612 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED; in ovl_already_copied_up_locked()
624 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED; in ovl_already_copied_up()
Dcopy_up.c1107 bool disconnected = (dentry->d_flags & DCACHE_DISCONNECTED); in ovl_copy_up_flags()
/linux-6.6.21/fs/ocfs2/
Ddcache.c399 if (!(dentry->d_flags & DCACHE_DISCONNECTED) && in ocfs2_dentry_iput()
/linux-6.6.21/include/linux/
Ddcache.h160 #define DCACHE_DISCONNECTED 0x00000020 macro
/linux-6.6.21/fs/nfsd/
Dnfsfh.c273 (dentry->d_flags & DCACHE_DISCONNECTED)) { in nfsd_set_fh_dentry()
/linux-6.6.21/fs/
Ddcache.c671 if (unlikely(dentry->d_flags & DCACHE_DISCONNECTED)) in retain_dentry()
834 DCACHE_DISCONNECTED | DCACHE_DONTCACHE; in fast_dput()
2099 add_flags |= DCACHE_DISCONNECTED; in __d_instantiate_anon()
/linux-6.6.21/fs/ceph/
Ddir.c1150 if (dentry->d_flags & DCACHE_DISCONNECTED) in ceph_link()
1178 if (old_dentry->d_flags & DCACHE_DISCONNECTED) in ceph_link()
Dmds_client.c2892 !(req->r_old_dentry->d_flags & DCACHE_DISCONNECTED)) in create_request_message()
/linux-6.6.21/fs/exfat/
Dnamei.c706 return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED); in exfat_d_anon_disconn()