Searched refs:DCACHE_DISCONNECTED (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/exportfs/
H A Dexpfs.c77 while (dentry->d_flags & DCACHE_DISCONNECTED) {
94 while (dentry->d_flags & DCACHE_DISCONNECTED) {
100 dentry->d_flags &= ~DCACHE_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) {
466 if (result->d_flags & DCACHE_DISCONNECTED) {
/linux-master/fs/ocfs2/
H A Ddcache.c392 if (!(dentry->d_flags & DCACHE_DISCONNECTED) &&
/linux-master/fs/overlayfs/
H A Dexport.c654 if ((real->d_flags & DCACHE_DISCONNECTED) || d_unhashed(real))
701 !(origin.dentry->d_flags & DCACHE_DISCONNECTED)) {
H A Dutil.c675 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED;
687 bool disconnected = dentry->d_flags & DCACHE_DISCONNECTED;
H A Dcopy_up.c1184 bool disconnected = (dentry->d_flags & DCACHE_DISCONNECTED);
/linux-master/include/linux/
H A Ddcache.h165 #define DCACHE_DISCONNECTED BIT(5) macro
172 * directory inode with a DCACHE_DISCONNECTED dentry, will d_move that
/linux-master/fs/nfsd/
H A Dnfsfh.c273 (dentry->d_flags & DCACHE_DISCONNECTED)) {
/linux-master/fs/ceph/
H A Ddir.c1188 if (dentry->d_flags & DCACHE_DISCONNECTED)
1213 * The old_dentry maybe a DCACHE_DISCONNECTED dentry, then we
1216 if (old_dentry->d_flags & DCACHE_DISCONNECTED)
H A Dmds_client.c3004 !(req->r_old_dentry->d_flags & DCACHE_DISCONNECTED))
/linux-master/fs/
H A Ddcache.c690 if (unlikely(d_flags & DCACHE_DISCONNECTED))
982 * If the inode has an IS_ROOT, DCACHE_DISCONNECTED alias, then prefer
1952 add_flags |= DCACHE_DISCONNECTED;
/linux-master/fs/exfat/
H A Dnamei.c686 return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED);
741 * This inode has non anonymous-DCACHE_DISCONNECTED

Completed in 181 milliseconds