Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_bmap_btree.c387 if ((error = xfs_btree_check_lptr(cur, INT_GET(pp[i], ARCH_CONVERT), level))) { in xfs_bmbt_delrec()
626 if ((error = xfs_btree_check_lptr(cur, INT_GET(rpp[i], ARCH_CONVERT), level))) { in xfs_bmbt_delrec()
864 if ((error = xfs_btree_check_lptr(cur, INT_GET(pp[i - 1], ARCH_CONVERT), in xfs_bmbt_insrec()
876 if ((error = xfs_btree_check_lptr(cur, (xfs_bmbt_ptr_t)*bnop, in xfs_bmbt_insrec()
994 if ((error = xfs_btree_check_lptr(cur, INT_GET(cpp[i], ARCH_CONVERT), level - 1))) { in xfs_bmbt_killroot()
1196 if ((error = xfs_btree_check_lptr(cur, INT_GET(*pp, ARCH_CONVERT), level))) { in xfs_bmbt_lookup()
1319 if ((error = xfs_btree_check_lptr(cur, INT_GET(*rpp, ARCH_CONVERT), level))) { in xfs_bmbt_lshift()
1346 if ((error = xfs_btree_check_lptr(cur, INT_GET(rpp[i + 1], ARCH_CONVERT), in xfs_bmbt_lshift()
1451 if ((error = xfs_btree_check_lptr(cur, INT_GET(rpp[i], ARCH_CONVERT), level))) { in xfs_bmbt_rshift()
1460 if ((error = xfs_btree_check_lptr(cur, INT_GET(*lpp, ARCH_CONVERT), level))) { in xfs_bmbt_rshift()
[all …]
Dxfs_btree.h241 xfs_btree_check_lptr(
Dxfs_btree.c225 xfs_btree_check_lptr( in xfs_btree_check_lptr() function
Dxfs_bmap.c3017 if ((error = xfs_btree_check_lptr(cur, INT_GET(*pp, ARCH_CONVERT), 1))) in xfs_bmap_btree_to_extents()