Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_bmap_btree.c597 if ((error = xfs_btree_read_bufl(mp, cur->bc_tp, lbno, 0, &lbp, in xfs_bmbt_delrec()
613 if ((error = xfs_btree_read_bufl(mp, cur->bc_tp, rbno, 0, &rbp, in xfs_bmbt_delrec()
662 if ((error = xfs_btree_read_bufl(mp, cur->bc_tp, in xfs_bmbt_delrec()
1155 if ((error = xfs_btree_read_bufl(mp, tp, fsbno, in xfs_bmbt_lookup()
1310 if ((error = xfs_btree_read_bufl(mp, cur->bc_tp, INT_GET(right->bb_leftsib, ARCH_CONVERT), 0, in xfs_bmbt_lshift()
1444 if ((error = xfs_btree_read_bufl(mp, cur->bc_tp, INT_GET(left->bb_rightsib, ARCH_CONVERT), 0, in xfs_bmbt_rshift()
1666 if ((error = xfs_btree_read_bufl(args.mp, args.tp, in xfs_bmbt_split()
1828 if ((error = xfs_btree_read_bufl(mp, tp, fsbno, 0, &bp, in xfs_bmbt_decrement()
2158 if ((error = xfs_btree_read_bufl(mp, tp, fsbno, 0, &bp, in xfs_bmbt_increment()
Dxfs_btree.h408 xfs_btree_read_bufl(
Dxfs_bmap.c2773 if ((error = xfs_btree_read_bufl(mp, tp, cbno, 0, &cbp, in xfs_bmap_btree_to_extents()
4334 if ((error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp, in xfs_bmap_read_extents()
4417 if ((error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp, in xfs_bmap_read_extents()
5992 if (!bp && (error = xfs_btree_read_bufl(mp, NULL, bno, 0, &bp, in xfs_bmap_check_leaf_extents()
6078 if (!bp && (error = xfs_btree_read_bufl(mp, NULL, bno, 0, &bp, in xfs_bmap_check_leaf_extents()
6175 if ((error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp, XFS_BMAP_BTREE_REF))) in xfs_bmap_count_tree()
6184 if ((error = xfs_btree_read_bufl(mp, tp, nextbno, in xfs_bmap_count_tree()
6222 if ((error = xfs_btree_read_bufl(mp, tp, bno, 0, &bp, in xfs_bmap_count_tree()
Dxfs_btree.c751 xfs_btree_read_bufl( in xfs_btree_read_bufl() function