/kernel/linux/linux-5.10/fs/ |
D | d_path.c | 103 if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) { in prepend_path() 280 (!IS_ROOT(path->dentry) || path->dentry != path->mnt->mnt_root)) in d_path() 349 while (!IS_ROOT(dentry)) { in __dentry_path()
|
D | dcache.c | 484 if (unlikely(IS_ROOT(dentry))) in ___d_drop() 554 if (!IS_ROOT(dentry)) in __dentry_kill() 628 if (IS_ROOT(dentry)) in lock_parent() 692 if (!IS_ROOT(dentry)) { in dentry_kill() 1097 if (IS_ROOT(dentry) || likely(spin_trylock(&parent->d_lock))) in shrink_lock_dentry() 1446 for (p = dentry->d_parent; !IS_ROOT(p); p = p->d_parent) { in d_set_mounted() 2837 if (IS_ROOT(dentry)) { in __d_move() 2931 WARN_ON(IS_ROOT(dentry1)); in d_exchange() 2932 WARN_ON(IS_ROOT(dentry2)); in d_exchange() 2951 for (p = p2; !IS_ROOT(p); p = p->d_parent) { in d_ancestor() [all …]
|
/kernel/linux/linux-5.10/fs/autofs/ |
D | root.c | 504 if (!autofs_oz_mode(sbi) && !IS_ROOT(dentry->d_parent)) in autofs_lookup() 514 if (IS_ROOT(dentry->d_parent) && in autofs_lookup() 646 if (IS_ROOT(dentry->d_parent)) in autofs_set_leaf_automount_flags() 653 if (IS_ROOT(parent->d_parent)) in autofs_set_leaf_automount_flags() 663 if (IS_ROOT(dentry->d_parent)) in autofs_clear_leaf_automount_flags() 670 if (IS_ROOT(parent->d_parent)) in autofs_clear_leaf_automount_flags()
|
D | waitq.c | 324 if (!IS_ROOT(dentry)) { in validate_request() 383 else if (!IS_ROOT(dentry->d_parent)) in autofs_wait() 392 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) in autofs_wait()
|
/kernel/linux/linux-5.10/fs/exportfs/ |
D | expfs.c | 97 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()
|
/kernel/linux/linux-5.10/include/linux/ |
D | dcache.h | 29 #define IS_ROOT(x) ((x) == (x)->d_parent) macro 343 return d_unhashed(dentry) && !IS_ROOT(dentry); in d_unlinked()
|
D | fsnotify.h | 65 if (IS_ROOT(dentry)) in fsnotify_parent()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | namespace.c | 73 if (IS_ROOT(dentry)) in nfs_path() 155 if (IS_ROOT(path->dentry)) in nfs_d_automount()
|
D | getroot.c | 123 if (IS_ROOT(root) && !root->d_fsdata && in nfs_get_root()
|
D | dir.c | 1129 if (IS_ROOT(dentry)) in nfs_check_verifier() 1253 if (inode && IS_ROOT(dentry)) in nfs_lookup_revalidate_done()
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | dir.c | 45 } while (!IS_ROOT(direntry)); in renew_parental_timestamps() 117 for (temp = direntry; !IS_ROOT(temp);) { in build_path_from_dentry_optional_prefix() 133 for (temp = direntry; !IS_ROOT(temp);) { in build_path_from_dentry_optional_prefix()
|
D | cifs_dfs_ref.c | 309 BUG_ON(IS_ROOT(mntpt)); in cifs_dfs_do_automount()
|
/kernel/linux/linux-5.10/fs/9p/ |
D | fid.c | 85 for (ds = dentry; !IS_ROOT(ds); ds = ds->d_parent) in build_path_from_dentry()
|
/kernel/linux/linux-5.10/fs/sharefs/ |
D | lookup.c | 216 if (IS_ROOT(dentry)) in __sharefs_lookup()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | dentry.c | 80 if (IS_ROOT(direntry)) { in hmdfs_dev_d_revalidate()
|
D | hmdfs_server.c | 1016 for (lo_d_tmp = lo_d; lo_d_tmp != lo_d_root && !IS_ROOT(lo_d_tmp); in server_lower_dentry_path_raw()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | nfsfh.c | 39 while (tdentry != exp->ex_path.dentry && !IS_ROOT(tdentry)) { in nfsd_acceptable()
|
D | export.c | 895 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) { in exp_parent() 1087 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) { in rqst_exp_parent()
|
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/ |
D | exporting.rst | 86 If it doesn't, a new anonymous (IS_ROOT and
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | dir.c | 1614 if (IS_ROOT(dentry)) in __dir_lease_try_check() 1827 if (IS_ROOT(dentry)) in ceph_d_prune()
|
D | mds_client.c | 1009 while (dentry && !IS_ROOT(dentry)) { in get_nonsnap_parent() 2437 if (IS_ROOT(temp)) in ceph_mdsc_build_path() 3702 if (!IS_ROOT(alias)) in d_find_primary()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
D | dir.c | 987 for (d = dget(dentry); !IS_ROOT(d);) { in ovl_get_redirect()
|
/kernel/linux/linux-5.10/fs/exfat/ |
D | namei.c | 694 return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED); in exfat_d_anon_disconn()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | super.c | 1004 } while (!IS_ROOT(d1)); in is_ancestor()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | tree-log.c | 5590 if (IS_ROOT(parent)) { in check_parent_dirs_for_sync() 5998 if (IS_ROOT(parent)) in log_new_ancestors_fast()
|