Searched refs:agbp (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ialloc_btree.h | 50 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 D | xfs_refcount_btree.h | 49 struct xfs_trans *tp, struct xfs_buf *agbp, 65 struct xfs_trans *tp, struct xfs_buf *agbp);
|
| H A D | xfs_alloc.h | 37 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 D | xfs_alloc_btree.h | 62 struct xfs_trans *tp, struct xfs_buf *agbp);
|
| H A D | xfs_btree_staging.h | 25 struct xfs_buf *agbp);
|
| H A D | xfs_rmap_btree.h | 49 struct xfs_trans *tp, struct xfs_buf *agbp);
|
| H A D | xfs_refcount.c | 1390 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 D | xfs_btree.h | 287 struct xfs_buf *agbp; member
|
| /linux/fs/xfs/ |
| H A D | xfs_discard.c | 169 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 D | xfs_reflink.c | 144 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()
|