Searched refs:xfs_btree_check_rec (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_btree.h | 253 xfs_btree_check_rec( 260 #define xfs_btree_check_rec(a,b,c) macro
|
D | xfs_ialloc_btree.c | 611 xfs_btree_check_rec(cur->bc_btnum, recp, rp); in xfs_inobt_insrec() 732 xfs_btree_check_rec(cur->bc_btnum, rp + ptr - 1, in xfs_inobt_insrec() 1157 xfs_btree_check_rec(cur->bc_btnum, lrp - 1, lrp); in xfs_inobt_lshift() 1452 xfs_btree_check_rec(cur->bc_btnum, rrp, rrp + 1); in xfs_inobt_rshift()
|
D | xfs_alloc_btree.c | 669 xfs_btree_check_rec(cur->bc_btnum, recp, rp); in xfs_alloc_insrec() 786 xfs_btree_check_rec(cur->bc_btnum, rp + ptr - 1, in xfs_alloc_insrec() 1249 xfs_btree_check_rec(cur->bc_btnum, lrp - 1, lrp); in xfs_alloc_lshift() 1550 xfs_btree_check_rec(cur->bc_btnum, rrp, rrp + 1); in xfs_alloc_rshift()
|
D | xfs_bmap_btree.c | 800 xfs_btree_check_rec(XFS_BTNUM_BMAP, recp, rp); in xfs_bmbt_insrec() 916 xfs_btree_check_rec(XFS_BTNUM_BMAP, rp + ptr - 1, in xfs_bmbt_insrec() 1353 xfs_btree_check_rec(XFS_BTNUM_BMAP, lrp - 1, lrp); in xfs_bmbt_lshift() 1501 xfs_btree_check_rec(XFS_BTNUM_BMAP, rrp, rrp + 1); in xfs_bmbt_rshift()
|
D | xfs_btree.c | 252 xfs_btree_check_rec( in xfs_btree_check_rec() function
|
D | xfs_bmap.c | 5813 xfs_btree_check_rec(XFS_BTNUM_BMAP, (void *)ep, in xfs_bmap_check_extents() 6052 xfs_btree_check_rec(XFS_BTNUM_BMAP, in xfs_bmap_check_leaf_extents() 6055 xfs_btree_check_rec(XFS_BTNUM_BMAP, (void *)ep, in xfs_bmap_check_leaf_extents()
|