Searched refs:xfs_btree_ptr_is_null (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_btree.c | 1017 xfs_btree_ptr_is_null( in xfs_btree_ptr_is_null() function 1185 if (!xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_is_lastrec() 1559 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_increment() 1661 if (xfs_btree_ptr_is_null(cur, &ptr)) in xfs_btree_decrement() 1936 !xfs_btree_ptr_is_null(cur, &ptr)) { in xfs_btree_lookup() 2279 if (xfs_btree_ptr_is_null(cur, &lptr)) in xfs_btree_lshift() 2474 if (xfs_btree_ptr_is_null(cur, &rptr)) in xfs_btree_rshift() 2745 if (!xfs_btree_ptr_is_null(cur, &rrptr)) { in __xfs_btree_split() 3038 if (!xfs_btree_ptr_is_null(cur, &rptr)) { in xfs_btree_new_root() 3064 ASSERT(!xfs_btree_ptr_is_null(cur, &lptr) && in xfs_btree_new_root() [all …]
|
| H A D | xfs_btree_staging.c | 410 ASSERT(!xfs_btree_ptr_is_null(cur, &new_ptr)); in xfs_btree_bload_prep_block() 487 ASSERT(!xfs_btree_ptr_is_null(cur, child_ptr)); in xfs_btree_bload_node() 852 ASSERT(xfs_btree_ptr_is_null(cur, &ptr)); in xfs_btree_bload()
|
| H A D | xfs_btree.h | 500 bool xfs_btree_ptr_is_null(struct xfs_btree_cur *cur, union xfs_btree_ptr *ptr);
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A 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()
|