xfs_btree_ptr_is_null 1232 fs/xfs/libxfs/xfs_btree.c 	if (!xfs_btree_ptr_is_null(cur, &ptr))
xfs_btree_ptr_is_null 1607 fs/xfs/libxfs/xfs_btree.c 	if (xfs_btree_ptr_is_null(cur, &ptr))
xfs_btree_ptr_is_null 1709 fs/xfs/libxfs/xfs_btree.c 	if (xfs_btree_ptr_is_null(cur, &ptr))
xfs_btree_ptr_is_null 1983 fs/xfs/libxfs/xfs_btree.c 		    !xfs_btree_ptr_is_null(cur, &ptr)) {
xfs_btree_ptr_is_null 2325 fs/xfs/libxfs/xfs_btree.c 	if (xfs_btree_ptr_is_null(cur, &lptr))
xfs_btree_ptr_is_null 2519 fs/xfs/libxfs/xfs_btree.c 	if (xfs_btree_ptr_is_null(cur, &rptr))
xfs_btree_ptr_is_null 2787 fs/xfs/libxfs/xfs_btree.c 	if (!xfs_btree_ptr_is_null(cur, &rrptr)) {
xfs_btree_ptr_is_null 3072 fs/xfs/libxfs/xfs_btree.c 	if (!xfs_btree_ptr_is_null(cur, &rptr)) {
xfs_btree_ptr_is_null 3098 fs/xfs/libxfs/xfs_btree.c 	ASSERT(!xfs_btree_ptr_is_null(cur, &lptr) &&
xfs_btree_ptr_is_null 3099 fs/xfs/libxfs/xfs_btree.c 			!xfs_btree_ptr_is_null(cur, &rptr));
xfs_btree_ptr_is_null 3403 fs/xfs/libxfs/xfs_btree.c 	if (!xfs_btree_ptr_is_null(cur, &nptr)) {
xfs_btree_ptr_is_null 3475 fs/xfs/libxfs/xfs_btree.c 		    (ncur || xfs_btree_ptr_is_null(cur, &nptr))) {
xfs_btree_ptr_is_null 3487 fs/xfs/libxfs/xfs_btree.c 	} while (!xfs_btree_ptr_is_null(cur, &nptr));
xfs_btree_ptr_is_null 3559 fs/xfs/libxfs/xfs_btree.c 	ASSERT(xfs_btree_ptr_is_null(cur, &ptr));
xfs_btree_ptr_is_null 3561 fs/xfs/libxfs/xfs_btree.c 	ASSERT(xfs_btree_ptr_is_null(cur, &ptr));
xfs_btree_ptr_is_null 3837 fs/xfs/libxfs/xfs_btree.c 		if (xfs_btree_ptr_is_null(cur, &rptr) &&
xfs_btree_ptr_is_null 3838 fs/xfs/libxfs/xfs_btree.c 		    xfs_btree_ptr_is_null(cur, &lptr) &&
xfs_btree_ptr_is_null 3849 fs/xfs/libxfs/xfs_btree.c 	ASSERT(!xfs_btree_ptr_is_null(cur, &rptr) ||
xfs_btree_ptr_is_null 3850 fs/xfs/libxfs/xfs_btree.c 	       !xfs_btree_ptr_is_null(cur, &lptr));
xfs_btree_ptr_is_null 3864 fs/xfs/libxfs/xfs_btree.c 	if (!xfs_btree_ptr_is_null(cur, &rptr)) {
xfs_btree_ptr_is_null 3920 fs/xfs/libxfs/xfs_btree.c 		if (!xfs_btree_ptr_is_null(cur, &lptr)) {
xfs_btree_ptr_is_null 3935 fs/xfs/libxfs/xfs_btree.c 	if (!xfs_btree_ptr_is_null(cur, &lptr)) {
xfs_btree_ptr_is_null 3994 fs/xfs/libxfs/xfs_btree.c 	ASSERT(!xfs_btree_ptr_is_null(cur, &cptr));
xfs_btree_ptr_is_null 3996 fs/xfs/libxfs/xfs_btree.c 	if (!xfs_btree_ptr_is_null(cur, &lptr) &&
xfs_btree_ptr_is_null 4013 fs/xfs/libxfs/xfs_btree.c 	} else if (!xfs_btree_ptr_is_null(cur, &rptr) &&
xfs_btree_ptr_is_null 4094 fs/xfs/libxfs/xfs_btree.c 	if (!xfs_btree_ptr_is_null(cur, &cptr)) {
xfs_btree_ptr_is_null 4277 fs/xfs/libxfs/xfs_btree.c 	if (xfs_btree_ptr_is_null(cur, &rptr))
xfs_btree_ptr_is_null  502 fs/xfs/libxfs/xfs_btree.h bool xfs_btree_ptr_is_null(struct xfs_btree_cur *cur, union xfs_btree_ptr *ptr);
xfs_btree_ptr_is_null  268 fs/xfs/scrub/btree.c 	if (xfs_btree_ptr_is_null(cur, sibling)) {
xfs_btree_ptr_is_null  324 fs/xfs/scrub/btree.c 		if (!xfs_btree_ptr_is_null(cur, &leftsib) ||
xfs_btree_ptr_is_null  325 fs/xfs/scrub/btree.c 		    !xfs_btree_ptr_is_null(cur, &rightsib))