Home
last modified time | relevance | path

Searched refs:xfs_btree_check_lptr (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_btree.h311 xfs_btree_check_lptr(
Dxfs_btree.c82 if (!xfs_btree_check_lptr(cur, sibling, level + 1)) in xfs_btree_check_lblock_siblings()
272 xfs_btree_check_lptr( in xfs_btree_check_lptr() function
306 if (xfs_btree_check_lptr(cur, be64_to_cpu((&ptr->l)[index]), in xfs_btree_check_ptr()
Dxfs_bmap.c565 if (XFS_IS_CORRUPT(cur->bc_mp, !xfs_btree_check_lptr(cur, cbno, 1))) in xfs_bmap_btree_to_extents()
/linux-5.19.10/fs/xfs/scrub/
Dbtree.c235 res = xfs_btree_check_lptr(bs->cur, be64_to_cpu(ptr->l), level); in xchk_btree_ptr_ok()