IS_ROOT          2423 drivers/staging/exfat/exfat_super.c 	return IS_ROOT(dentry) && (dentry->d_flags & DCACHE_DISCONNECTED);
IS_ROOT            85 fs/9p/fid.c    	for (ds = dentry; !IS_ROOT(ds); ds = ds->d_parent)
IS_ROOT           504 fs/autofs/root.c 		if (!autofs_oz_mode(sbi) && !IS_ROOT(dentry->d_parent))
IS_ROOT           514 fs/autofs/root.c 		if (IS_ROOT(dentry->d_parent) &&
IS_ROOT           574 fs/autofs/root.c 	if (p_ino && !IS_ROOT(dentry))
IS_ROOT           615 fs/autofs/root.c 		if (p_ino && !IS_ROOT(dentry))
IS_ROOT           649 fs/autofs/root.c 	if (IS_ROOT(dentry->d_parent))
IS_ROOT           656 fs/autofs/root.c 	if (IS_ROOT(parent->d_parent))
IS_ROOT           667 fs/autofs/root.c 	if (IS_ROOT(dentry->d_parent))
IS_ROOT           674 fs/autofs/root.c 	if (IS_ROOT(parent->d_parent))
IS_ROOT           765 fs/autofs/root.c 	if (p_ino && !IS_ROOT(dentry))
IS_ROOT           324 fs/autofs/waitq.c 		if (!IS_ROOT(dentry)) {
IS_ROOT           383 fs/autofs/waitq.c 		else if (!IS_ROOT(dentry->d_parent))
IS_ROOT           392 fs/autofs/waitq.c 	if (IS_ROOT(dentry) && autofs_type_trigger(sbi->type))
IS_ROOT          6015 fs/btrfs/inode.c 	if (!inode && !IS_ROOT(dentry))
IS_ROOT           928 fs/btrfs/ioctl.c 		if (IS_ROOT(victim))
IS_ROOT          5479 fs/btrfs/tree-log.c 		if (IS_ROOT(parent)) {
IS_ROOT          5885 fs/btrfs/tree-log.c 		if (IS_ROOT(parent))
IS_ROOT          1500 fs/ceph/dir.c  	if (IS_ROOT(dentry))
IS_ROOT          1702 fs/ceph/dir.c  	if (IS_ROOT(dentry))
IS_ROOT           861 fs/ceph/mds_client.c 	while (dentry && !IS_ROOT(dentry)) {
IS_ROOT          2176 fs/ceph/mds_client.c 		if (IS_ROOT(temp))
IS_ROOT           306 fs/cifs/cifs_dfs_ref.c 	BUG_ON(IS_ROOT(mntpt));
IS_ROOT            45 fs/cifs/dir.c  	} while (!IS_ROOT(direntry));
IS_ROOT           117 fs/cifs/dir.c  	for (temp = direntry; !IS_ROOT(temp);) {
IS_ROOT           133 fs/cifs/dir.c  	for (temp = direntry; !IS_ROOT(temp);) {
IS_ROOT          1013 fs/cifs/inode.c 		if (!d_unhashed(dentry) || IS_ROOT(dentry)) {
IS_ROOT           103 fs/d_path.c    		if (dentry == vfsmnt->mnt_root || IS_ROOT(dentry)) {
IS_ROOT           276 fs/d_path.c    	    (!IS_ROOT(path->dentry) || path->dentry != path->mnt->mnt_root))
IS_ROOT           345 fs/d_path.c    	while (!IS_ROOT(dentry)) {
IS_ROOT           484 fs/dcache.c    	if (unlikely(IS_ROOT(dentry)))
IS_ROOT           554 fs/dcache.c    	if (!IS_ROOT(dentry))
IS_ROOT           628 fs/dcache.c    	if (IS_ROOT(dentry))
IS_ROOT           673 fs/dcache.c    	if (!IS_ROOT(dentry)) {
IS_ROOT          1076 fs/dcache.c    	if (IS_ROOT(dentry) || likely(spin_trylock(&parent->d_lock)))
IS_ROOT          1425 fs/dcache.c    	for (p = dentry->d_parent; !IS_ROOT(p); p = p->d_parent) {
IS_ROOT          2816 fs/dcache.c    	if (IS_ROOT(dentry)) {
IS_ROOT          2910 fs/dcache.c    	WARN_ON(IS_ROOT(dentry1));
IS_ROOT          2911 fs/dcache.c    	WARN_ON(IS_ROOT(dentry2));
IS_ROOT          2930 fs/dcache.c    	for (p = p2; !IS_ROOT(p); p = p->d_parent) {
IS_ROOT          3026 fs/dcache.c    			} else if (!IS_ROOT(new)) {
IS_ROOT            97 fs/exportfs/expfs.c 		WARN_ON_ONCE(IS_ROOT(dentry));
IS_ROOT           165 fs/exportfs/expfs.c 	if (IS_ROOT(dentry)) {
IS_ROOT           221 fs/exportfs/expfs.c 		if (IS_ROOT(dentry))
IS_ROOT          1029 fs/gfs2/super.c 	} while (!IS_ROOT(d1));
IS_ROOT          2810 fs/namei.c     		if (IS_ROOT(victim))
IS_ROOT           998 fs/nfs/dir.c   	if (IS_ROOT(dentry))
IS_ROOT          1117 fs/nfs/dir.c   			if (IS_ROOT(dentry))
IS_ROOT           119 fs/nfs/getroot.c 	if (IS_ROOT(ret) && !ret->d_fsdata &&
IS_ROOT            68 fs/nfs/namespace.c 		if (IS_ROOT(dentry))
IS_ROOT           147 fs/nfs/namespace.c 	if (IS_ROOT(path->dentry))
IS_ROOT           872 fs/nfsd/export.c 	while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) {
IS_ROOT          1064 fs/nfsd/export.c 	while (PTR_ERR(exp) == -ENOENT && !IS_ROOT(path->dentry)) {
IS_ROOT            38 fs/nfsd/nfsfh.c 	while (tdentry != exp->ex_path.dentry && !IS_ROOT(tdentry)) {
IS_ROOT           921 fs/overlayfs/dir.c 	for (d = dget(dentry); !IS_ROOT(d);) {
IS_ROOT           341 include/linux/dcache.h 	return d_unhashed(dentry) && !IS_ROOT(dentry);