Lines Matching refs:IS_ROOT
484 if (unlikely(IS_ROOT(dentry))) in ___d_drop()
554 if (!IS_ROOT(dentry)) in __dentry_kill()
628 if (IS_ROOT(dentry)) in lock_parent()
692 if (!IS_ROOT(dentry)) { in dentry_kill()
1097 if (IS_ROOT(dentry) || likely(spin_trylock(&parent->d_lock))) in shrink_lock_dentry()
1446 for (p = dentry->d_parent; !IS_ROOT(p); p = p->d_parent) { in d_set_mounted()
2837 if (IS_ROOT(dentry)) { in __d_move()
2931 WARN_ON(IS_ROOT(dentry1)); in d_exchange()
2932 WARN_ON(IS_ROOT(dentry2)); in d_exchange()
2951 for (p = p2; !IS_ROOT(p); p = p->d_parent) { in d_ancestor()
3047 } else if (!IS_ROOT(new)) { in d_splice_alias()