Searched refs:xfs_btree_ptr_is_null (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/fs/xfs/libxfs/ |
D | xfs_btree.c | 1014 xfs_btree_ptr_is_null( in xfs_btree_ptr_is_null() function 1182 if (!xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_is_lastrec() 1556 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_increment() 1658 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_decrement() 1933 !xfs_btree_ptr_is_null(cur, &ptr)) { in xfs_btree_lookup() 2276 if (xfs_btree_ptr_is_null(cur, &lptr)) in xfs_btree_lshift() 2471 if (xfs_btree_ptr_is_null(cur, &rptr)) in xfs_btree_rshift() 2742 if (!xfs_btree_ptr_is_null(cur, &rrptr)) { in __xfs_btree_split() 3036 if (!xfs_btree_ptr_is_null(cur, &rptr)) { in xfs_btree_new_root() 3062 ASSERT(!xfs_btree_ptr_is_null(cur, &lptr) && in xfs_btree_new_root() [all …]
|
D | xfs_btree_staging.c | 409 ASSERT(!xfs_btree_ptr_is_null(cur, &new_ptr)); in xfs_btree_bload_prep_block() 486 ASSERT(!xfs_btree_ptr_is_null(cur, child_ptr)); in xfs_btree_bload_node() 851 ASSERT(xfs_btree_ptr_is_null(cur, &ptr)); in xfs_btree_bload()
|
D | xfs_btree.h | 509 bool xfs_btree_ptr_is_null(struct xfs_btree_cur *cur,
|
/Linux-v5.15/fs/xfs/scrub/ |
D | btree.c | 269 if (xfs_btree_ptr_is_null(cur, sibling)) { in xchk_btree_block_check_sibling() 325 if (!xfs_btree_ptr_is_null(cur, &leftsib) || in xchk_btree_block_check_siblings() 326 !xfs_btree_ptr_is_null(cur, &rightsib)) in xchk_btree_block_check_siblings()
|