/kernel/linux/linux-5.10/fs/exportfs/ |
H A D | expfs.c | 77 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() 197 * On successful return, DCACHE_DISCONNECTED will be cleared on 201 * Whenever DCACHE_DISCONNECTED is unset, target_dir is fully connected. 202 * But the converse is not true: target_dir may have DCACHE_DISCONNECTED 218 while (dentry->d_flags & DCACHE_DISCONNECTED) { in reconnect_path() 458 if (result->d_flags & DCACHE_DISCONNECTED) { in exportfs_decode_fh()
|
/kernel/linux/linux-6.6/fs/exportfs/ |
H A D | expfs.c | 77 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() 197 * On successful return, DCACHE_DISCONNECTED will be cleared on 201 * Whenever DCACHE_DISCONNECTED is unset, target_dir is fully connected. 202 * But the converse is not true: target_dir may have DCACHE_DISCONNECTED 218 while (dentry->d_flags & DCACHE_DISCONNECTED) { in reconnect_path() 483 if (result->d_flags & DCACHE_DISCONNECTED) { in exportfs_decode_fh_raw()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | util.c | 511 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED; in ovl_already_copied_up_locked() 523 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED; in ovl_already_copied_up()
|
H A D | export.c | 662 if ((real->d_flags & DCACHE_DISCONNECTED) || d_unhashed(real)) in ovl_get_dentry() 709 !(origin.dentry->d_flags & DCACHE_DISCONNECTED)) { in ovl_lower_fh_to_d()
|
H A D | copy_up.c | 934 bool disconnected = (dentry->d_flags & DCACHE_DISCONNECTED); in ovl_copy_up_flags()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | export.c | 680 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()
|
H A D | util.c | 612 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()
|
H A D | copy_up.c | 1107 bool disconnected = (dentry->d_flags & DCACHE_DISCONNECTED); in ovl_copy_up_flags()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | dcache.c | 401 if (!(dentry->d_flags & DCACHE_DISCONNECTED) && in ocfs2_dentry_iput()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dcache.h | 167 #define DCACHE_DISCONNECTED 0x00000020 macro 174 * directory inode with a DCACHE_DISCONNECTED dentry, will d_move that
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | dcache.c | 399 if (!(dentry->d_flags & DCACHE_DISCONNECTED) && in ocfs2_dentry_iput()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dcache.h | 160 #define DCACHE_DISCONNECTED 0x00000020 macro 167 * directory inode with a DCACHE_DISCONNECTED dentry, will d_move that
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsfh.c | 287 (dentry->d_flags & DCACHE_DISCONNECTED)) { in nfsd_set_fh_dentry()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfsfh.c | 273 (dentry->d_flags & DCACHE_DISCONNECTED)) { in nfsd_set_fh_dentry()
|
/kernel/linux/linux-5.10/fs/ |
H A D | dcache.c | 643 if (unlikely(dentry->d_flags & DCACHE_DISCONNECTED)) in retain_dentry() 799 d_flags &= DCACHE_REFERENCED | DCACHE_LRU_LIST | DCACHE_DISCONNECTED; in fast_dput() 1004 * If the inode has an IS_ROOT, DCACHE_DISCONNECTED alias, then prefer 2039 add_flags |= DCACHE_DISCONNECTED; in __d_instantiate_anon()
|
/kernel/linux/linux-6.6/fs/ |
H A D | dcache.c | 671 if (unlikely(dentry->d_flags & DCACHE_DISCONNECTED)) in retain_dentry() 834 DCACHE_DISCONNECTED | DCACHE_DONTCACHE; in fast_dput() 1058 * If the inode has an IS_ROOT, DCACHE_DISCONNECTED alias, then prefer 2099 add_flags |= DCACHE_DISCONNECTED; in __d_instantiate_anon()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | dir.c | 1150 if (dentry->d_flags & DCACHE_DISCONNECTED) in ceph_link() 1175 * The old_dentry maybe a DCACHE_DISCONNECTED dentry, then we in ceph_link() 1178 if (old_dentry->d_flags & DCACHE_DISCONNECTED) in ceph_link()
|
H A D | mds_client.c | 2892 !(req->r_old_dentry->d_flags & DCACHE_DISCONNECTED)) in create_request_message()
|
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | namei.c | 705 return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED); in exfat_d_anon_disconn() 760 * This inode has non anonymous-DCACHE_DISCONNECTED in exfat_lookup()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | namei.c | 706 return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED); in exfat_d_anon_disconn() 761 * This inode has non anonymous-DCACHE_DISCONNECTED in exfat_lookup()
|