Searched refs:xfs_btree_ptr_is_null (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_btree.c | 1070 xfs_btree_ptr_is_null( in xfs_btree_ptr_is_null() function 1239 if (!xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_is_lastrec() 1618 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_increment() 1720 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_decrement() 1994 !xfs_btree_ptr_is_null(cur, &ptr)) { in xfs_btree_lookup() 2336 if (xfs_btree_ptr_is_null(cur, &lptr)) in xfs_btree_lshift() 2530 if (xfs_btree_ptr_is_null(cur, &rptr)) in xfs_btree_rshift() 2798 if (!xfs_btree_ptr_is_null(cur, &rrptr)) { in __xfs_btree_split() 3083 if (!xfs_btree_ptr_is_null(cur, &rptr)) { in xfs_btree_new_root() 3109 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-4.19.296/fs/xfs/scrub/ |
D | btree.c | 275 if (xfs_btree_ptr_is_null(cur, sibling)) { in xchk_btree_block_check_sibling() 331 if (!xfs_btree_ptr_is_null(cur, &leftsib) || in xchk_btree_block_check_siblings() 332 !xfs_btree_ptr_is_null(cur, &rightsib)) in xchk_btree_block_check_siblings()
|