Searched refs:xfs_btree_check_lptr (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_btree.h | 265 xfs_btree_check_lptr(
|
D | xfs_btree.c | 88 !xfs_btree_check_lptr(cur, be64_to_cpu(block->bb_u.l.bb_leftsib), in __xfs_btree_check_lblock() 92 !xfs_btree_check_lptr(cur, be64_to_cpu(block->bb_u.l.bb_rightsib), in __xfs_btree_check_lblock() 203 xfs_btree_check_lptr( in xfs_btree_check_lptr() function 237 if (xfs_btree_check_lptr(cur, be64_to_cpu((&ptr->l)[index]), in xfs_btree_check_ptr()
|
D | xfs_bmap.c | 618 xfs_btree_check_lptr(cur, cbno, 1)); in xfs_bmap_btree_to_extents()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | btree.c | 241 res = xfs_btree_check_lptr(bs->cur, be64_to_cpu(ptr->l), level); in xchk_btree_ptr_ok()
|