Searched refs:IS_ROOT (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/fs/autofs/
H A Dwaitq.c280 if (!IS_ROOT(dentry)) {
340 else if (!IS_ROOT(dentry->d_parent))
349 if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) {
H A Droot.c523 if (!autofs_oz_mode(sbi) && !IS_ROOT(dentry->d_parent))
533 if (IS_ROOT(dentry->d_parent) &&
662 if (IS_ROOT(dentry->d_parent))
669 if (IS_ROOT(parent->d_parent))
679 if (IS_ROOT(dentry->d_parent))
686 if (IS_ROOT(parent->d_parent))
/linux-master/fs/exportfs/
H A Dexpfs.c97 WARN_ON_ONCE(IS_ROOT(dentry));
165 if (IS_ROOT(dentry)) {
221 if (IS_ROOT(dentry))
/linux-master/fs/nfs/
H A Dgetroot.c53 * Oops, since the test for IS_ROOT() will fail.
120 if (IS_ROOT(root) && !root->d_fsdata &&
H A Dnamespace.c73 if (IS_ROOT(dentry))
155 if (IS_ROOT(path->dentry))
H A Dinode.c791 if (!IS_ROOT(dentry)) {
800 if (!IS_ROOT(dentry)) {
H A Ddir.c1507 if (IS_ROOT(dentry))
1635 if (inode && IS_ROOT(dentry))
/linux-master/fs/
H A Dd_path.c282 (!IS_ROOT(path->dentry) || path->dentry != path->mnt->mnt_root))
342 while (!IS_ROOT(dentry)) {
H A Ddcache.c493 * d_obtain_root, which are always IS_ROOT:
495 if (unlikely(IS_ROOT(dentry)))
612 if (!IS_ROOT(dentry)) {
982 * If the inode has an IS_ROOT, DCACHE_DISCONNECTED alias, then prefer
1374 for (p = dentry->d_parent; !IS_ROOT(p); p = p->d_parent) {
1742 * performs lookups at all, return an unhashed IS_ROOT dentry.
2004 * Obtain an IS_ROOT dentry for the root of a filesystem.
2778 if (IS_ROOT(dentry)) {
2816 if (dentry != old_parent) /* wasn't IS_ROOT */
2876 WARN_ON(IS_ROOT(dentry
[all...]
H A Dnamei.c2993 if (IS_ROOT(victim))
/linux-master/include/linux/
H A Ddcache.h31 #define IS_ROOT(x) ((x) == (x)->d_parent) macro
352 return d_unhashed(dentry) && !IS_ROOT(dentry);
H A Dfsnotify.h80 if (IS_ROOT(dentry))
/linux-master/fs/9p/
H A Dfid.c154 for (ds = dentry; !IS_ROOT(ds); ds = ds->d_parent)
/linux-master/fs/smb/client/
H A Dnamespace.c200 if (IS_ROOT(mntpt))
H A Ddir.c35 } while (!IS_ROOT(direntry));
/linux-master/security/landlock/
H A Dfs.c748 if (unlikely(IS_ROOT(walker_path.dentry))) {
880 if (dir == mnt_root || WARN_ON_ONCE(IS_ROOT(dir)))
/linux-master/fs/nfsd/
H A Dnfsfh.c39 while (tdentry != exp->ex_path.dentry && !IS_ROOT(tdentry)) {
H A Dexport.c992 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) {
1202 while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) {
/linux-master/fs/tracefs/
H A Dinode.c517 while (!IS_ROOT(parent)) {
/linux-master/fs/bcachefs/
H A Dxattr.c564 if (!IS_ROOT(dentry)) {
/linux-master/fs/ceph/
H A Ddir.c1858 if (IS_ROOT(dentry))
2082 if (IS_ROOT(dentry))
H A Dmds_client.c1263 while (dentry && !IS_ROOT(dentry)) {
2793 if (IS_ROOT(cur))
4448 if (!IS_ROOT(alias))
/linux-master/fs/overlayfs/
H A Ddir.c966 for (d = dget(dentry); !IS_ROOT(d);) {
/linux-master/fs/exfat/
H A Dnamei.c686 return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED);
/linux-master/fs/btrfs/
H A Dioctl.c959 if (IS_ROOT(victim))

Completed in 280 milliseconds

12