Searched refs:agbp (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.c | 206 struct xfs_buf *agbp, in xfs_inobt_insert() argument 217 cur = xfs_finobt_init_cursor(pag, tp, agbp); in xfs_inobt_insert() 219 cur = xfs_inobt_init_cursor(pag, tp, agbp); in xfs_inobt_insert() 553 struct xfs_buf *agbp, in xfs_inobt_insert_sprec() argument 562 cur = xfs_inobt_init_cursor(pag, tp, agbp); in xfs_inobt_insert_sprec() 647 struct xfs_buf *agbp, in xfs_finobt_insert_sprec() argument 655 cur = xfs_finobt_init_cursor(pag, tp, agbp); in xfs_finobt_insert_sprec() 697 struct xfs_buf *agbp) in xfs_ialloc_ag_alloc() argument 741 agi = agbp->b_addr; in xfs_ialloc_ag_alloc() 914 error = xfs_inobt_insert_sprec(pag, tp, agbp, &rec); in xfs_ialloc_ag_alloc() [all …]
|
| 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.h | 119 int xfs_rmap_alloc(struct xfs_trans *tp, struct xfs_buf *agbp, 122 int xfs_rmap_free(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 1418 XFS_ALLOC_FLAG_FREEING, &agbp); in xfs_refcount_finish_one() 1422 *pcur = rcur = xfs_refcountbt_init_cursor(mp, tp, agbp, pag); in xfs_refcount_finish_one() 2062 struct xfs_buf *agbp = NULL; in xfs_refcount_recover_cow_leftovers() local 2107 error = xfs_alloc_read_agf(to_perag(xg), tp, 0, &agbp); in xfs_refcount_recover_cow_leftovers() 2110 cur = xfs_refcountbt_init_cursor(mp, tp, agbp, to_perag(xg)); in xfs_refcount_recover_cow_leftovers() 2117 if (agbp) in xfs_refcount_recover_cow_leftovers() 2118 xfs_trans_brelse(tp, agbp); in xfs_refcount_recover_cow_leftovers()
|
| H A D | xfs_rmap_btree.h | 49 struct xfs_trans *tp, struct xfs_buf *agbp);
|
| 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()
|