Searched refs:xfs_btree_ptr_is_null (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.c1160 xfs_btree_ptr_is_null( function
1353 if (!xfs_btree_ptr_is_null(cur, &ptr))
1714 if (xfs_btree_ptr_is_null(cur, &ptr))
1817 if (xfs_btree_ptr_is_null(cur, &ptr))
2140 !xfs_btree_ptr_is_null(cur, &ptr)) {
2483 if (xfs_btree_ptr_is_null(cur, &lptr))
2678 if (xfs_btree_ptr_is_null(cur, &rptr))
2976 if (!xfs_btree_ptr_is_null(cur, &rrptr)) {
3303 if (!xfs_btree_ptr_is_null(cur, &rptr)) {
3329 ASSERT(!xfs_btree_ptr_is_null(cu
[all...]
H A Dxfs_btree_staging.c325 ASSERT(!xfs_btree_ptr_is_null(cur, &new_ptr));
402 ASSERT(!xfs_btree_ptr_is_null(cur, child_ptr));
789 ASSERT(xfs_btree_ptr_is_null(cur, &ptr));
H A Dxfs_btree.h516 bool xfs_btree_ptr_is_null(struct xfs_btree_cur *cur,
/linux-master/fs/xfs/scrub/
H A Dbtree.c278 if (xfs_btree_ptr_is_null(cur, sibling)) {
334 if (!xfs_btree_ptr_is_null(cur, &leftsib) ||
335 !xfs_btree_ptr_is_null(cur, &rightsib))

Completed in 252 milliseconds