Symbol: xfs_btree_ptr_is_null
fs/xfs/libxfs/xfs_alloc.c
487
return xfs_btree_ptr_is_null(cnt_cur, &ptr);
fs/xfs/libxfs/xfs_btree.c
1688
if (xfs_btree_ptr_is_null(cur, &ptr))
fs/xfs/libxfs/xfs_btree.c
1791
if (xfs_btree_ptr_is_null(cur, &ptr))
fs/xfs/libxfs/xfs_btree.c
2115
!xfs_btree_ptr_is_null(cur, &ptr)) {
fs/xfs/libxfs/xfs_btree.c
2449
if (xfs_btree_ptr_is_null(cur, &lptr))
fs/xfs/libxfs/xfs_btree.c
2644
if (xfs_btree_ptr_is_null(cur, &rptr))
fs/xfs/libxfs/xfs_btree.c
2942
if (!xfs_btree_ptr_is_null(cur, &rrptr)) {
fs/xfs/libxfs/xfs_btree.c
3364
if (!xfs_btree_ptr_is_null(cur, &rptr)) {
fs/xfs/libxfs/xfs_btree.c
3390
ASSERT(!xfs_btree_ptr_is_null(cur, &lptr) &&
fs/xfs/libxfs/xfs_btree.c
3391
!xfs_btree_ptr_is_null(cur, &rptr));
fs/xfs/libxfs/xfs_btree.c
3689
if (!xfs_btree_ptr_is_null(cur, &nptr) &&
fs/xfs/libxfs/xfs_btree.c
3703
if (!xfs_btree_ptr_is_null(cur, &nptr)) {
fs/xfs/libxfs/xfs_btree.c
3781
(ncur || xfs_btree_ptr_is_null(cur, &nptr))) {
fs/xfs/libxfs/xfs_btree.c
3794
} while (!xfs_btree_ptr_is_null(cur, &nptr));
fs/xfs/libxfs/xfs_btree.c
3954
ASSERT(xfs_btree_ptr_is_null(cur, &ptr));
fs/xfs/libxfs/xfs_btree.c
3956
ASSERT(xfs_btree_ptr_is_null(cur, &ptr));
fs/xfs/libxfs/xfs_btree.c
4201
if (xfs_btree_ptr_is_null(cur, &rptr) &&
fs/xfs/libxfs/xfs_btree.c
4202
xfs_btree_ptr_is_null(cur, &lptr) &&
fs/xfs/libxfs/xfs_btree.c
4213
ASSERT(!xfs_btree_ptr_is_null(cur, &rptr) ||
fs/xfs/libxfs/xfs_btree.c
4214
!xfs_btree_ptr_is_null(cur, &lptr));
fs/xfs/libxfs/xfs_btree.c
4228
if (!xfs_btree_ptr_is_null(cur, &rptr)) {
fs/xfs/libxfs/xfs_btree.c
4296
if (!xfs_btree_ptr_is_null(cur, &lptr)) {
fs/xfs/libxfs/xfs_btree.c
4319
if (!xfs_btree_ptr_is_null(cur, &lptr)) {
fs/xfs/libxfs/xfs_btree.c
4386
ASSERT(!xfs_btree_ptr_is_null(cur, &cptr));
fs/xfs/libxfs/xfs_btree.c
4388
if (!xfs_btree_ptr_is_null(cur, &lptr) &&
fs/xfs/libxfs/xfs_btree.c
4405
} else if (!xfs_btree_ptr_is_null(cur, &rptr) &&
fs/xfs/libxfs/xfs_btree.c
4486
if (!xfs_btree_ptr_is_null(cur, &cptr)) {
fs/xfs/libxfs/xfs_btree.c
4669
if (xfs_btree_ptr_is_null(cur, &rptr))
fs/xfs/libxfs/xfs_btree.h
520
bool xfs_btree_ptr_is_null(struct xfs_btree_cur *cur,
fs/xfs/libxfs/xfs_btree_staging.c
326
ASSERT(!xfs_btree_ptr_is_null(cur, &new_ptr));
fs/xfs/libxfs/xfs_btree_staging.c
403
ASSERT(!xfs_btree_ptr_is_null(cur, child_ptr));
fs/xfs/libxfs/xfs_btree_staging.c
793
ASSERT(xfs_btree_ptr_is_null(cur, &ptr));
fs/xfs/scrub/btree.c
280
if (xfs_btree_ptr_is_null(cur, sibling)) {
fs/xfs/scrub/btree.c
336
if (!xfs_btree_ptr_is_null(cur, &leftsib) ||
fs/xfs/scrub/btree.c
337
!xfs_btree_ptr_is_null(cur, &rightsib))