Searched refs:xfs_btree_ptr_is_null (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_btree.c | 1154 xfs_btree_ptr_is_null( in xfs_btree_ptr_is_null() function 1688 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_increment() 1791 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_decrement() 2115 !xfs_btree_ptr_is_null(cur, &ptr)) { in xfs_btree_lookup() 2449 if (xfs_btree_ptr_is_null(cur, &lptr)) in xfs_btree_lshift() 2644 if (xfs_btree_ptr_is_null(cur, &rptr)) in xfs_btree_rshift() 2942 if (!xfs_btree_ptr_is_null(cur, &rrptr)) { in __xfs_btree_split() 3364 if (!xfs_btree_ptr_is_null(cur, &rptr)) { in xfs_btree_new_root() 3390 ASSERT(!xfs_btree_ptr_is_null(cur, &lptr) && in xfs_btree_new_root() 3391 !xfs_btree_ptr_is_null(cur, &rptr)); in xfs_btree_new_root() [all …]
|
| H A D | xfs_btree_staging.c | 326 ASSERT(!xfs_btree_ptr_is_null(cur, &new_ptr)); in xfs_btree_bload_prep_block() 403 ASSERT(!xfs_btree_ptr_is_null(cur, child_ptr)); in xfs_btree_bload_node() 793 ASSERT(xfs_btree_ptr_is_null(cur, &ptr)); in xfs_btree_bload()
|
| H A D | xfs_btree.h | 520 bool xfs_btree_ptr_is_null(struct xfs_btree_cur *cur,
|
| H A D | xfs_alloc.c | 487 return xfs_btree_ptr_is_null(cnt_cur, &ptr); in xfs_alloc_cursor_at_lastrec()
|
| /linux/fs/xfs/scrub/ |
| H A D | btree.c | 280 if (xfs_btree_ptr_is_null(cur, sibling)) { in xchk_btree_block_check_sibling() 336 if (!xfs_btree_ptr_is_null(cur, &leftsib) || in xchk_btree_block_check_siblings() 337 !xfs_btree_ptr_is_null(cur, &rightsib)) in xchk_btree_block_check_siblings()
|