Home
last modified time | relevance | path

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

/Linux-v4.19/fs/autofs/
Droot.c526 if (!autofs_oz_mode(sbi) && !IS_ROOT(dentry->d_parent)) in autofs_lookup()
530 if (IS_ROOT(dentry->d_parent) && in autofs_lookup()
593 if (p_ino && !IS_ROOT(dentry)) in autofs_dir_symlink()
634 if (p_ino && !IS_ROOT(dentry)) in autofs_dir_unlink()
668 if (IS_ROOT(dentry->d_parent)) in autofs_set_leaf_automount_flags()
675 if (IS_ROOT(parent->d_parent)) in autofs_set_leaf_automount_flags()
686 if (IS_ROOT(dentry->d_parent)) in autofs_clear_leaf_automount_flags()
693 if (IS_ROOT(parent->d_parent)) in autofs_clear_leaf_automount_flags()
784 if (p_ino && !IS_ROOT(dentry)) in autofs_dir_mkdir()
Dwaitq.c327 if (!IS_ROOT(dentry)) { in validate_request()
386 else if (!IS_ROOT(dentry->d_parent)) in autofs_wait()
395 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) in autofs_wait()
/Linux-v4.19/fs/exportfs/
Dexpfs.c80 if (IS_ROOT(dentry)) { in dentry_connected()
96 WARN_ON_ONCE(IS_ROOT(dentry)); in clear_disconnected()
163 if (IS_ROOT(dentry)) { in reconnect_one()
219 if (IS_ROOT(dentry)) in reconnect_path()
/Linux-v4.19/fs/
Dd_path.c103 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { in prepend_path()
274 (!IS_ROOT(path->dentry) || path->dentry != path->mnt->mnt_root)) in d_path()
344 while (!IS_ROOT(dentry)) { in __dentry_path()
Ddcache.c471 if (unlikely(IS_ROOT(dentry))) in ___d_drop()
541 if (!IS_ROOT(dentry)) in __dentry_kill()
615 if (IS_ROOT(dentry)) in lock_parent()
660 if (!IS_ROOT(dentry)) { in dentry_kill()
1037 if (IS_ROOT(dentry) || likely(spin_trylock(&parent->d_lock))) in shrink_lock_dentry()
1399 for (p = dentry->d_parent; !IS_ROOT(p); p = p->d_parent) { in d_set_mounted()
2738 if (IS_ROOT(dentry)) { in __d_move()
2833 WARN_ON(IS_ROOT(dentry1)); in d_exchange()
2834 WARN_ON(IS_ROOT(dentry2)); in d_exchange()
2853 for (p = p2; !IS_ROOT(p); p = p->d_parent) { in d_ancestor()
[all …]
Dnamei.c2819 if (IS_ROOT(victim)) in may_delete()
/Linux-v4.19/fs/nfs/
Dnamespace.c67 if (IS_ROOT(dentry)) in nfs_path()
146 if (IS_ROOT(path->dentry)) in nfs_d_automount()
Dgetroot.c123 if (IS_ROOT(ret) && !ret->d_fsdata && in nfs_get_root()
Ddir.c976 if (IS_ROOT(dentry)) in nfs_check_verifier()
1208 if (IS_ROOT(dentry)) in nfs_lookup_revalidate()
/Linux-v4.19/include/linux/
Ddcache.h29 #define IS_ROOT(x) ((x) == (x)->d_parent) macro
342 return d_unhashed(dentry) && !IS_ROOT(dentry); in d_unlinked()
/Linux-v4.19/fs/cifs/
Ddir.c45 } while (!IS_ROOT(direntry)); in renew_parental_timestamps()
118 for (temp = direntry; !IS_ROOT(temp);) { in build_path_from_dentry_optional_prefix()
134 for (temp = direntry; !IS_ROOT(temp);) { in build_path_from_dentry_optional_prefix()
Dcifs_dfs_ref.c297 BUG_ON(IS_ROOT(mntpt)); in cifs_dfs_do_automount()
Dinode.c987 if (!d_unhashed(dentry) || IS_ROOT(dentry)) {
/Linux-v4.19/fs/9p/
Dfid.c100 for (ds = dentry; !IS_ROOT(ds); ds = ds->d_parent) in build_path_from_dentry()
/Linux-v4.19/fs/nfsd/
Dnfsfh.c38 while (tdentry != exp->ex_path.dentry && !IS_ROOT(tdentry)) { in nfsd_acceptable()
Dexport.c859 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) { in exp_parent()
1051 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) { in rqst_exp_parent()
/Linux-v4.19/Documentation/filesystems/nfs/
DExporting83 If it doesn't, a new anonymous (IS_ROOT and
/Linux-v4.19/fs/overlayfs/
Ddir.c907 for (d = dget(dentry); !IS_ROOT(d);) { in ovl_get_redirect()
/Linux-v4.19/fs/ceph/
Dmds_client.c720 while (dentry && !IS_ROOT(dentry)) { in get_nonsnap_parent()
1882 for (temp = dentry; !IS_ROOT(temp);) { in ceph_mdsc_build_path()
1903 for (temp = dentry; !IS_ROOT(temp) && pos != 0; ) { in ceph_mdsc_build_path()
Ddir.c1344 if (IS_ROOT(dentry)) in ceph_d_prune()
/Linux-v4.19/fs/gfs2/
Dsuper.c1358 } while (!IS_ROOT(d1)); in is_ancestor()
/Linux-v4.19/fs/btrfs/
Dtree-log.c5300 if (IS_ROOT(parent)) { in check_parent_dirs_for_sync()
5733 if (IS_ROOT(parent)) in btrfs_log_inode_parent()
Dioctl.c907 if (IS_ROOT(victim)) in btrfs_may_delete()
Dinode.c5776 if (!inode && !IS_ROOT(dentry)) in btrfs_dentry_delete()