Lines Matching refs:IS_ROOT
494 if (unlikely(IS_ROOT(dentry))) in ___d_drop()
582 if (!IS_ROOT(dentry)) in __dentry_kill()
656 if (IS_ROOT(dentry)) in lock_parent()
720 if (!IS_ROOT(dentry)) { in dentry_kill()
1157 if (IS_ROOT(dentry) || likely(spin_trylock(&parent->d_lock))) in shrink_lock_dentry()
1506 for (p = dentry->d_parent; !IS_ROOT(p); p = p->d_parent) { in d_set_mounted()
2954 if (IS_ROOT(dentry)) { in __d_move()
3048 WARN_ON(IS_ROOT(dentry1)); in d_exchange()
3049 WARN_ON(IS_ROOT(dentry2)); in d_exchange()
3068 for (p = p2; !IS_ROOT(p); p = p->d_parent) { in d_ancestor()
3164 } else if (!IS_ROOT(new)) { in d_splice_alias()