Searched refs:xfs_btree_ptr_is_null (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_btree.c | 1064 xfs_btree_ptr_is_null( in xfs_btree_ptr_is_null() function 1232 if (!xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_is_lastrec() 1607 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_increment() 1709 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_decrement() 1983 !xfs_btree_ptr_is_null(cur, &ptr)) { in xfs_btree_lookup() 2325 if (xfs_btree_ptr_is_null(cur, &lptr)) in xfs_btree_lshift() 2519 if (xfs_btree_ptr_is_null(cur, &rptr)) in xfs_btree_rshift() 2787 if (!xfs_btree_ptr_is_null(cur, &rrptr)) { in __xfs_btree_split() 3072 if (!xfs_btree_ptr_is_null(cur, &rptr)) { in xfs_btree_new_root() 3098 ASSERT(!xfs_btree_ptr_is_null(cur, &lptr) && in xfs_btree_new_root() [all …]
|
D | xfs_btree.h | 502 bool xfs_btree_ptr_is_null(struct xfs_btree_cur *cur, union xfs_btree_ptr *ptr);
|
/Linux-v5.4/fs/xfs/scrub/ |
D | btree.c | 268 if (xfs_btree_ptr_is_null(cur, sibling)) { in xchk_btree_block_check_sibling() 324 if (!xfs_btree_ptr_is_null(cur, &leftsib) || in xchk_btree_block_check_siblings() 325 !xfs_btree_ptr_is_null(cur, &rightsib)) in xchk_btree_block_check_siblings()
|