Home
last modified time | relevance | path

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

12

/linux/fs/autofs/
A Droot.c506 if (!autofs_oz_mode(sbi) && !IS_ROOT(dentry->d_parent)) in autofs_lookup()
516 if (IS_ROOT(dentry->d_parent) && in autofs_lookup()
648 if (IS_ROOT(dentry->d_parent)) in autofs_set_leaf_automount_flags()
655 if (IS_ROOT(parent->d_parent)) in autofs_set_leaf_automount_flags()
665 if (IS_ROOT(dentry->d_parent)) in autofs_clear_leaf_automount_flags()
672 if (IS_ROOT(parent->d_parent)) in autofs_clear_leaf_automount_flags()
A Dwaitq.c279 if (!IS_ROOT(dentry)) { in validate_request()
339 else if (!IS_ROOT(dentry->d_parent)) in autofs_wait()
348 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) { in autofs_wait()
/linux/fs/exportfs/
A Dexpfs.c97 WARN_ON_ONCE(IS_ROOT(dentry)); in clear_disconnected()
165 if (IS_ROOT(dentry)) { in reconnect_one()
221 if (IS_ROOT(dentry)) in reconnect_path()
/linux/fs/
A Ddcache.c469 if (unlikely(IS_ROOT(dentry))) in ___d_drop()
557 if (!IS_ROOT(dentry)) in __dentry_kill()
631 if (IS_ROOT(dentry)) in lock_parent()
695 if (!IS_ROOT(dentry)) { in dentry_kill()
1132 if (IS_ROOT(dentry) || likely(spin_trylock(&parent->d_lock))) in shrink_lock_dentry()
1481 for (p = dentry->d_parent; !IS_ROOT(p); p = p->d_parent) { in d_set_mounted()
2872 if (IS_ROOT(dentry)) { in __d_move()
2966 WARN_ON(IS_ROOT(dentry1)); in d_exchange()
2967 WARN_ON(IS_ROOT(dentry2)); in d_exchange()
2986 for (p = p2; !IS_ROOT(p); p = p->d_parent) { in d_ancestor()
[all …]
A Dd_path.c281 (!IS_ROOT(path->dentry) || path->dentry != path->mnt->mnt_root)) in d_path()
342 while (!IS_ROOT(dentry)) { in __dentry_path()
A Dnamei.c2873 if (IS_ROOT(victim)) in may_delete()
/linux/fs/nfs/
A Dnamespace.c73 if (IS_ROOT(dentry)) in nfs_path()
155 if (IS_ROOT(path->dentry)) in nfs_d_automount()
A Dgetroot.c120 if (IS_ROOT(root) && !root->d_fsdata && in nfs_get_root()
A Ddir.c1336 if (IS_ROOT(dentry)) in nfs_check_verifier()
1458 if (inode && IS_ROOT(dentry)) in nfs_lookup_revalidate_done()
/linux/include/linux/
A Ddcache.h30 #define IS_ROOT(x) ((x) == (x)->d_parent) macro
347 return d_unhashed(dentry) && !IS_ROOT(dentry); in d_unlinked()
A Dfsnotify.h74 if (IS_ROOT(dentry)) in fsnotify_parent()
/linux/fs/9p/
A Dfid.c133 for (ds = dentry; !IS_ROOT(ds); ds = ds->d_parent) in build_path_from_dentry()
/linux/fs/cifs/
A Dcifs_dfs_ref.c315 BUG_ON(IS_ROOT(mntpt)); in cifs_dfs_do_automount()
A Ddir.c34 } while (!IS_ROOT(direntry)); in renew_parental_timestamps()
A Dinode.c1259 if (!d_unhashed(dentry) || IS_ROOT(dentry)) {
/linux/security/landlock/
A Dfs.c293 if (unlikely(IS_ROOT(walker_path.dentry))) { in check_access_path()
/linux/fs/nfsd/
A Dnfsfh.c39 while (tdentry != exp->ex_path.dentry && !IS_ROOT(tdentry)) { in nfsd_acceptable()
A Dexport.c955 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) { in exp_parent()
1147 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) { in rqst_exp_parent()
/linux/fs/ceph/
A Ddir.c1623 if (IS_ROOT(dentry)) in __dir_lease_try_check()
1837 if (IS_ROOT(dentry)) in ceph_d_prune()
A Dmds_client.c995 while (dentry && !IS_ROOT(dentry)) { in get_nonsnap_parent()
2309 if (IS_ROOT(temp)) in ceph_mdsc_build_path()
3651 if (!IS_ROOT(alias)) in d_find_primary()
/linux/Documentation/filesystems/nfs/
A Dexporting.rst86 If it doesn't, a new anonymous (IS_ROOT and
/linux/fs/overlayfs/
A Ddir.c978 for (d = dget(dentry); !IS_ROOT(d);) { in ovl_get_redirect()
/linux/fs/exfat/
A Dnamei.c694 return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED); in exfat_d_anon_disconn()
/linux/fs/gfs2/
A Dsuper.c962 } while (!IS_ROOT(d1)); in is_ancestor()
/linux/fs/btrfs/
A Dioctl.c867 if (IS_ROOT(victim)) in btrfs_may_delete()

Completed in 77 milliseconds

12