Searched refs:xfs_btree_check_lptr (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_bmap_btree.c | 403 if ((error = xfs_btree_check_lptr(cur, INT_GET(pp[i], ARCH_CONVERT), level))) { in xfs_bmbt_delrec() 642 if ((error = xfs_btree_check_lptr(cur, INT_GET(rpp[i], ARCH_CONVERT), level))) { in xfs_bmbt_delrec() 879 if ((error = xfs_btree_check_lptr(cur, INT_GET(pp[i - 1], ARCH_CONVERT), in xfs_bmbt_insrec() 891 if ((error = xfs_btree_check_lptr(cur, (xfs_bmbt_ptr_t)*bnop, in xfs_bmbt_insrec() 1009 if ((error = xfs_btree_check_lptr(cur, INT_GET(cpp[i], ARCH_CONVERT), level - 1))) { in xfs_bmbt_killroot() 1211 if ((error = xfs_btree_check_lptr(cur, INT_GET(*pp, ARCH_CONVERT), level))) { in xfs_bmbt_lookup() 1334 if ((error = xfs_btree_check_lptr(cur, INT_GET(*rpp, ARCH_CONVERT), level))) { in xfs_bmbt_lshift() 1361 if ((error = xfs_btree_check_lptr(cur, INT_GET(rpp[i + 1], ARCH_CONVERT), in xfs_bmbt_lshift() 1466 if ((error = xfs_btree_check_lptr(cur, INT_GET(rpp[i], ARCH_CONVERT), level))) { in xfs_bmbt_rshift() 1475 if ((error = xfs_btree_check_lptr(cur, INT_GET(*lpp, ARCH_CONVERT), level))) { in xfs_bmbt_rshift() [all …]
|
D | xfs_btree.h | 277 xfs_btree_check_lptr(
|
D | xfs_btree.c | 232 xfs_btree_check_lptr( in xfs_btree_check_lptr() function
|
D | xfs_bmap.c | 2769 if ((error = xfs_btree_check_lptr(cur, INT_GET(*pp, ARCH_CONVERT), 1))) in xfs_bmap_btree_to_extents()
|