Symbol: IS_ROOT
arch/s390/hypfs/inode.c
63
if (IS_ROOT(dentry->d_parent)) {
fs/9p/fid.c
154
for (ds = dentry; !IS_ROOT(ds); ds = ds->d_parent)
fs/autofs/root.c
532
if (!autofs_oz_mode(sbi) && !IS_ROOT(dentry->d_parent))
fs/autofs/root.c
542
if (IS_ROOT(dentry->d_parent) &&
fs/autofs/root.c
666
if (IS_ROOT(dentry->d_parent))
fs/autofs/root.c
673
if (IS_ROOT(parent->d_parent))
fs/autofs/root.c
683
if (IS_ROOT(dentry->d_parent))
fs/autofs/root.c
690
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
5947
if (!inode && !IS_ROOT(dentry))
fs/btrfs/tree-log.c
7493
if (IS_ROOT(parent))
fs/ceph/dir.c
1910
if (IS_ROOT(dentry))
fs/ceph/dir.c
2123
if (IS_ROOT(dentry))
fs/ceph/mds_client.c
1312
while (dentry && !IS_ROOT(dentry)) {
fs/ceph/mds_client.c
2936
if (IS_ROOT(cur))
fs/ceph/mds_client.c
4794
if (!IS_ROOT(alias))
fs/d_path.c
282
(!IS_ROOT(path->dentry) || path->dentry != path->mnt->mnt_root))
fs/d_path.c
343
while (!IS_ROOT(dentry)) {
fs/dcache.c
1592
for (p = dentry->d_parent; !IS_ROOT(p); p = p->d_parent) {
fs/dcache.c
3064
if (IS_ROOT(dentry)) {
fs/dcache.c
3163
WARN_ON(IS_ROOT(dentry1));
fs/dcache.c
3164
WARN_ON(IS_ROOT(dentry2));
fs/dcache.c
3184
for (p = p2; !IS_ROOT(p); p = p->d_parent) {
fs/dcache.c
3262
} else if (!IS_ROOT(new)) {
fs/dcache.c
668
if (unlikely(IS_ROOT(dentry))) {
fs/dcache.c
835
if (!IS_ROOT(dentry)) {
fs/exportfs/expfs.c
162
if (IS_ROOT(dentry)) {
fs/exportfs/expfs.c
218
if (IS_ROOT(dentry))
fs/exportfs/expfs.c
96
WARN_ON_ONCE(IS_ROOT(dentry));
fs/fhandle.c
231
while (d != root && !IS_ROOT(d)) {
fs/namei.c
3710
if (IS_ROOT(victim))
fs/nfs/dir.c
1551
if (IS_ROOT(dentry))
fs/nfs/dir.c
1675
if (inode && (IS_ROOT(dentry) ||
fs/nfs/dir.c
1690
if (inode && IS_ROOT(dentry))
fs/nfs/getroot.c
87
if (IS_ROOT(root) && !root->d_fsdata &&
fs/nfs/inode.c
905
if (!IS_ROOT(dentry)) {
fs/nfs/inode.c
914
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
1707
while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) {
fs/nfsd/export.c
2004
while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) {
fs/nfsd/nfsfh.c
40
while (tdentry != exp->ex_path.dentry && !IS_ROOT(tdentry)) {
fs/overlayfs/dir.c
1027
for (d = dget(dentry); !IS_ROOT(d);) {
fs/smb/client/dir.c
35
} while (!IS_ROOT(direntry));
fs/smb/client/inode.c
1620
if (!d_unhashed(dentry) || IS_ROOT(dentry)) {
fs/smb/client/namespace.c
205
if (IS_ROOT(mntpt))
fs/tracefs/inode.c
576
while (!IS_ROOT(parent)) {
include/linux/dcache.h
401
return d_unhashed(dentry) && !IS_ROOT(dentry);
include/linux/fsnotify.h
93
if (IS_ROOT(dentry))
security/landlock/fs.c
1077
if (dir == mnt_root || unlikely(IS_ROOT(dir)))
security/landlock/fs.c
906
if (unlikely(IS_ROOT(walker_path.dentry))) {