Home
last modified time | relevance | path

Searched refs:agbp (Results 1 – 10 of 10) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.h50 struct xfs_trans *tp, struct xfs_buf *agbp);
52 struct xfs_trans *tp, struct xfs_buf *agbp);
72 struct xfs_trans *tp, struct xfs_buf *agbp);
H A Dxfs_refcount_btree.h49 struct xfs_trans *tp, struct xfs_buf *agbp,
65 struct xfs_trans *tp, struct xfs_buf *agbp);
H A Dxfs_alloc.h37 struct xfs_buf *agbp; /* buffer for a.g. freelist header */ member
81 int xfs_free_ag_extent(struct xfs_trans *tp, struct xfs_buf *agbp,
200 struct xfs_buf **agbp);
H A Dxfs_alloc_btree.h62 struct xfs_trans *tp, struct xfs_buf *agbp);
H A Dxfs_btree_staging.h25 struct xfs_buf *agbp);
H A Dxfs_rmap_btree.h49 struct xfs_trans *tp, struct xfs_buf *agbp);
H A Dxfs_refcount.c1390 struct xfs_buf *agbp = NULL; in xfs_refcount_finish_one() local
1417 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_refcount_finish_one()
1421 *pcur = rcur = xfs_refcountbt_init_cursor(mp, tp, agbp, pag); in xfs_refcount_finish_one()
2061 struct xfs_buf *agbp = NULL; in xfs_refcount_recover_cow_leftovers() local
2106 error = xfs_alloc_read_agf(to_perag(xg), tp, 0, &agbp); in xfs_refcount_recover_cow_leftovers()
2109 cur = xfs_refcountbt_init_cursor(mp, tp, agbp, to_perag(xg)); in xfs_refcount_recover_cow_leftovers()
2116 if (agbp) in xfs_refcount_recover_cow_leftovers()
2117 xfs_trans_brelse(tp, agbp); in xfs_refcount_recover_cow_leftovers()
H A Dxfs_btree.h287 struct xfs_buf *agbp; member
/linux/fs/xfs/
H A Dxfs_discard.c169 struct xfs_buf *agbp; in xfs_trim_gather_extents() local
183 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_trim_gather_extents()
197 cur = xfs_bnobt_init_cursor(mp, tp, agbp, pag); in xfs_trim_gather_extents()
203 cur = xfs_cntbt_init_cursor(mp, tp, agbp, pag); in xfs_trim_gather_extents()
207 cur = xfs_cntbt_init_cursor(mp, tp, agbp, pag); in xfs_trim_gather_extents()
H A Dxfs_reflink.c144 struct xfs_buf *agbp; in xfs_reflink_find_shared() local
153 error = xfs_alloc_read_agf(pag, tp, 0, &agbp); in xfs_reflink_find_shared()
157 cur = xfs_refcountbt_init_cursor(mp, tp, agbp, pag); in xfs_reflink_find_shared()
161 xfs_trans_brelse(tp, agbp); in xfs_reflink_find_shared()