Home
last modified time | relevance | path

Searched refs:IS_ROOT (Results 1 – 24 of 24) sorted by relevance

/linux-3.4.99/fs/autofs4/
Droot.c491 if (!autofs4_oz_mode(sbi) && !IS_ROOT(dentry->d_parent)) in autofs4_lookup()
495 if (autofs_type_indirect(sbi->type) && IS_ROOT(dentry->d_parent)) in autofs4_lookup()
626 if (IS_ROOT(dentry->d_parent)) in autofs_set_leaf_automount_flags()
633 if (IS_ROOT(parent->d_parent)) in autofs_set_leaf_automount_flags()
645 if (IS_ROOT(dentry->d_parent)) in autofs_clear_leaf_automount_flags()
652 if (IS_ROOT(parent->d_parent)) in autofs_clear_leaf_automount_flags()
Dwaitq.c332 if (!IS_ROOT(dentry)) { in validate_request()
374 else if (!IS_ROOT(dentry->d_parent)) in autofs4_wait()
383 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) in autofs4_wait()
Dexpire.c554 if ((IS_ROOT(dentry) || in autofs4_do_expire_multi()
556 IS_ROOT(dentry->d_parent))) && in autofs4_do_expire_multi()
/linux-3.4.99/fs/exportfs/
Dexpfs.c79 while (!IS_ROOT(dentry)) { in find_disconnected_root()
115 if (!IS_ROOT(pd)) { in reconnect_path()
195 if (IS_ROOT(pd)) { in reconnect_path()
/linux-3.4.99/fs/nfs/
Dgetroot.c127 if (IS_ROOT(ret) && !(ret->d_flags & DCACHE_NFSFS_RENAMED)) { in nfs_get_root()
251 if (IS_ROOT(ret) && !(ret->d_flags & DCACHE_NFSFS_RENAMED)) { in nfs4_get_root()
Dnamespace.c71 if (IS_ROOT(dentry)) in nfs_path()
211 if (IS_ROOT(path->dentry)) in nfs_d_automount()
Ddir.c997 if (IS_ROOT(dentry)) in nfs_check_verifier()
/linux-3.4.99/fs/
Ddcache.c478 if (IS_ROOT(dentry)) in dentry_kill()
692 if (IS_ROOT(alias) && in __d_find_alias()
707 if (IS_ROOT(alias) && in __d_find_alias()
916 BUG_ON(!IS_ROOT(dentry)); in shrink_dcache_for_umount_subtree()
952 if (IS_ROOT(dentry)) { in shrink_dcache_for_umount_subtree()
2169 if (IS_ROOT(dentry) || dentry->d_parent == target->d_parent) in dentry_lock_for_move()
2254 if (IS_ROOT(dentry)) { in __d_move()
2305 for (p = p2; !IS_ROOT(p); p = p->d_parent) { in d_ancestor()
2373 if (!IS_ROOT(dentry)) in __d_materialise_dentry()
2380 if (!IS_ROOT(anon)) in __d_materialise_dentry()
[all …]
Dnamei.c452 BUG_ON(!IS_ROOT(dentry) && dentry->d_parent != parent); in unlazy_walk()
1989 if (IS_ROOT(victim)) in may_delete()
/linux-3.4.99/include/linux/
Ddcache.h26 #define IS_ROOT(x) ((x) == (x)->d_parent) macro
369 return d_unhashed(dentry) && !IS_ROOT(dentry); in d_unlinked()
/linux-3.4.99/fs/cifs/
Ddir.c44 } while (!IS_ROOT(direntry)); in renew_parental_timestamps()
69 for (temp = direntry; !IS_ROOT(temp);) { in build_path_from_dentry()
85 for (temp = direntry; !IS_ROOT(temp);) { in build_path_from_dentry()
Dcifs_dfs_ref.c288 BUG_ON(IS_ROOT(mntpt)); in cifs_dfs_do_automount()
Dinode.c837 if (!d_unhashed(dentry) || IS_ROOT(dentry)) {
/linux-3.4.99/fs/9p/
Dfid.c112 for (ds = dentry; !IS_ROOT(ds); ds = ds->d_parent) in build_path_from_dentry()
/linux-3.4.99/fs/nfsd/
Dexport.c818 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) { in exp_parent()
990 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) { in rqst_exp_parent()
Dnfsfh.c37 while (tdentry != exp->ex_path.dentry && !IS_ROOT(tdentry)) { in nfsd_acceptable()
/linux-3.4.99/Documentation/filesystems/nfs/
DExporting71 If it doesn't, a new anonymous (IS_ROOT and
/linux-3.4.99/fs/fat/
Dnamei_vfat.c713 return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED); in vfat_d_anon_disconn()
/linux-3.4.99/fs/ceph/
Dmds_client.c633 while (!IS_ROOT(dentry) && ceph_snap(dentry->d_inode) != CEPH_NOSNAP) in get_nonsnap_parent()
1464 for (temp = dentry; !IS_ROOT(temp);) { in ceph_mdsc_build_path()
1490 for (temp = dentry; !IS_ROOT(temp) && pos != 0; ) { in ceph_mdsc_build_path()
Ddir.c1143 if (!dentry->d_parent || IS_ROOT(dentry)) in ceph_d_prune()
/linux-3.4.99/fs/gfs2/
Dsuper.c1280 } while (!IS_ROOT(d1)); in is_ancestor()
/linux-3.4.99/fs/btrfs/
Dtree-log.c3059 if (IS_ROOT(parent)) in check_parent_dirs_for_sync()
3169 if (IS_ROOT(parent)) in btrfs_log_inode_parent()
Dioctl.c607 if (IS_ROOT(victim)) in btrfs_may_delete()
Dinode.c4162 if (!inode && !IS_ROOT(dentry)) in btrfs_dentry_delete()