Lines Matching refs:xfs_btree_ptr_is_null
1070 xfs_btree_ptr_is_null( in xfs_btree_ptr_is_null() function
1239 if (!xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_is_lastrec()
1618 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_increment()
1720 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_decrement()
1994 !xfs_btree_ptr_is_null(cur, &ptr)) { in xfs_btree_lookup()
2336 if (xfs_btree_ptr_is_null(cur, &lptr)) in xfs_btree_lshift()
2530 if (xfs_btree_ptr_is_null(cur, &rptr)) in xfs_btree_rshift()
2798 if (!xfs_btree_ptr_is_null(cur, &rrptr)) { in __xfs_btree_split()
3083 if (!xfs_btree_ptr_is_null(cur, &rptr)) { in xfs_btree_new_root()
3109 ASSERT(!xfs_btree_ptr_is_null(cur, &lptr) && in xfs_btree_new_root()
3110 !xfs_btree_ptr_is_null(cur, &rptr)); in xfs_btree_new_root()
3414 if (!xfs_btree_ptr_is_null(cur, &nptr)) { in xfs_btree_insrec()
3486 (ncur || xfs_btree_ptr_is_null(cur, &nptr))) { in xfs_btree_insert()
3498 } while (!xfs_btree_ptr_is_null(cur, &nptr)); in xfs_btree_insert()
3570 ASSERT(xfs_btree_ptr_is_null(cur, &ptr)); in xfs_btree_kill_iroot()
3572 ASSERT(xfs_btree_ptr_is_null(cur, &ptr)); in xfs_btree_kill_iroot()
3848 if (xfs_btree_ptr_is_null(cur, &rptr) && in xfs_btree_delrec()
3849 xfs_btree_ptr_is_null(cur, &lptr) && in xfs_btree_delrec()
3860 ASSERT(!xfs_btree_ptr_is_null(cur, &rptr) || in xfs_btree_delrec()
3861 !xfs_btree_ptr_is_null(cur, &lptr)); in xfs_btree_delrec()
3875 if (!xfs_btree_ptr_is_null(cur, &rptr)) { in xfs_btree_delrec()
3931 if (!xfs_btree_ptr_is_null(cur, &lptr)) { in xfs_btree_delrec()
3946 if (!xfs_btree_ptr_is_null(cur, &lptr)) { in xfs_btree_delrec()
4005 ASSERT(!xfs_btree_ptr_is_null(cur, &cptr)); in xfs_btree_delrec()
4007 if (!xfs_btree_ptr_is_null(cur, &lptr) && in xfs_btree_delrec()
4024 } else if (!xfs_btree_ptr_is_null(cur, &rptr) && in xfs_btree_delrec()
4105 if (!xfs_btree_ptr_is_null(cur, &cptr)) { in xfs_btree_delrec()
4288 if (xfs_btree_ptr_is_null(cur, &rptr)) in xfs_btree_visit_block()