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
3363
if (!xfs_btree_ptr_is_null(cur, &rptr)) {
fs/xfs/libxfs/xfs_btree.c
3389
ASSERT(!xfs_btree_ptr_is_null(cur, &lptr) &&
fs/xfs/libxfs/xfs_btree.c
3390
!xfs_btree_ptr_is_null(cur, &rptr));
fs/xfs/libxfs/xfs_btree.c
3688
if (!xfs_btree_ptr_is_null(cur, &nptr) &&
fs/xfs/libxfs/xfs_btree.c
3702
if (!xfs_btree_ptr_is_null(cur, &nptr)) {
fs/xfs/libxfs/xfs_btree.c
3780
(ncur || xfs_btree_ptr_is_null(cur, &nptr))) {
fs/xfs/libxfs/xfs_btree.c
3793
} while (!xfs_btree_ptr_is_null(cur, &nptr));
fs/xfs/libxfs/xfs_btree.c
3953
ASSERT(xfs_btree_ptr_is_null(cur, &ptr));
fs/xfs/libxfs/xfs_btree.c
3955
ASSERT(xfs_btree_ptr_is_null(cur, &ptr));
fs/xfs/libxfs/xfs_btree.c
4200
if (xfs_btree_ptr_is_null(cur, &rptr) &&
fs/xfs/libxfs/xfs_btree.c
4201
xfs_btree_ptr_is_null(cur, &lptr) &&
fs/xfs/libxfs/xfs_btree.c
4212
ASSERT(!xfs_btree_ptr_is_null(cur, &rptr) ||
fs/xfs/libxfs/xfs_btree.c
4213
!xfs_btree_ptr_is_null(cur, &lptr));
fs/xfs/libxfs/xfs_btree.c
4227
if (!xfs_btree_ptr_is_null(cur, &rptr)) {
fs/xfs/libxfs/xfs_btree.c
4295
if (!xfs_btree_ptr_is_null(cur, &lptr)) {
fs/xfs/libxfs/xfs_btree.c
4318
if (!xfs_btree_ptr_is_null(cur, &lptr)) {
fs/xfs/libxfs/xfs_btree.c
4385
ASSERT(!xfs_btree_ptr_is_null(cur, &cptr));
fs/xfs/libxfs/xfs_btree.c
4387
if (!xfs_btree_ptr_is_null(cur, &lptr) &&
fs/xfs/libxfs/xfs_btree.c
4404
} else if (!xfs_btree_ptr_is_null(cur, &rptr) &&
fs/xfs/libxfs/xfs_btree.c
4485
if (!xfs_btree_ptr_is_null(cur, &cptr)) {
fs/xfs/libxfs/xfs_btree.c
4668
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))