Symbol: IS_ROOT
arch/s390/hypfs/inode.c
63
if (IS_ROOT(dentry->d_parent)) {
fs/9p/fid.c
153
for (ds = dentry; !IS_ROOT(ds); ds = ds->d_parent)
fs/autofs/root.c
531
if (!autofs_oz_mode(sbi) && !IS_ROOT(dentry->d_parent))
fs/autofs/root.c
541
if (IS_ROOT(dentry->d_parent) &&
fs/autofs/root.c
668
if (IS_ROOT(dentry->d_parent))
fs/autofs/root.c
675
if (IS_ROOT(parent->d_parent))
fs/autofs/root.c
685
if (IS_ROOT(dentry->d_parent))
fs/autofs/root.c
692
if (IS_ROOT(parent->d_parent))
fs/autofs/waitq.c
280
if (!IS_ROOT(dentry)) {
fs/autofs/waitq.c
340
else if (!IS_ROOT(dentry->d_parent))
fs/autofs/waitq.c
349
if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type)) {
fs/btrfs/inode.c
6131
if (!inode && !IS_ROOT(dentry))
fs/btrfs/tree-log.c
7442
if (IS_ROOT(parent))
fs/ceph/dir.c
1903
if (IS_ROOT(dentry))
fs/ceph/dir.c
2116
if (IS_ROOT(dentry))
fs/ceph/mds_client.c
1265
while (dentry && !IS_ROOT(dentry)) {
fs/ceph/mds_client.c
2796
if (IS_ROOT(cur))
fs/ceph/mds_client.c
4612
if (!IS_ROOT(alias))
fs/d_path.c
282
(!IS_ROOT(path->dentry) || path->dentry != path->mnt->mnt_root))
fs/d_path.c
342
while (!IS_ROOT(dentry)) {
fs/dcache.c
1474
for (p = dentry->d_parent; !IS_ROOT(p); p = p->d_parent) {
fs/dcache.c
2895
if (IS_ROOT(dentry)) {
fs/dcache.c
2993
WARN_ON(IS_ROOT(dentry1));
fs/dcache.c
2994
WARN_ON(IS_ROOT(dentry2));
fs/dcache.c
3014
for (p = p2; !IS_ROOT(p); p = p->d_parent) {
fs/dcache.c
3092
} else if (!IS_ROOT(new)) {
fs/dcache.c
562
if (unlikely(IS_ROOT(dentry)))
fs/dcache.c
679
if (!IS_ROOT(dentry)) {
fs/exfat/namei.c
716
return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED);
fs/exportfs/expfs.c
163
if (IS_ROOT(dentry)) {
fs/exportfs/expfs.c
219
if (IS_ROOT(dentry))
fs/exportfs/expfs.c
97
WARN_ON_ONCE(IS_ROOT(dentry));
fs/fhandle.c
231
while (d != root && !IS_ROOT(d)) {
fs/namei.c
3687
if (IS_ROOT(victim))
fs/nfs/dir.c
1553
if (IS_ROOT(dentry))
fs/nfs/dir.c
1677
if (inode && (IS_ROOT(dentry) ||
fs/nfs/dir.c
1692
if (inode && IS_ROOT(dentry))
fs/nfs/getroot.c
120
if (IS_ROOT(root) && !root->d_fsdata &&
fs/nfs/inode.c
936
if (!IS_ROOT(dentry)) {
fs/nfs/inode.c
945
if (!IS_ROOT(dentry)) {
fs/nfs/namespace.c
156
if (IS_ROOT(path->dentry))
fs/nfs/namespace.c
73
if (IS_ROOT(dentry))
fs/nfsd/export.c
1016
while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) {
fs/nfsd/export.c
1313
while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) {
fs/nfsd/nfsfh.c
39
while (tdentry != exp->ex_path.dentry && !IS_ROOT(tdentry)) {
fs/overlayfs/dir.c
1012
for (d = dget(dentry); !IS_ROOT(d);) {
fs/smb/client/dir.c
35
} while (!IS_ROOT(direntry));
fs/smb/client/inode.c
1599
if (!d_unhashed(dentry) || IS_ROOT(dentry)) {
fs/smb/client/namespace.c
205
if (IS_ROOT(mntpt))
fs/tracefs/inode.c
595
while (!IS_ROOT(parent)) {
include/linux/dcache.h
371
return d_unhashed(dentry) && !IS_ROOT(dentry);
include/linux/fsnotify.h
93
if (IS_ROOT(dentry))
security/landlock/fs.c
1064
if (dir == mnt_root || unlikely(IS_ROOT(dir)))
security/landlock/fs.c
892
if (unlikely(IS_ROOT(walker_path.dentry))) {