Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c206 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()
688 * Allocate new inodes in the allocation group specified by agbp. Returns 0 if
697 struct xfs_buf *agbp) in xfs_ialloc_ag_alloc() argument
741 agi = agbp in xfs_ialloc_ag_alloc()
1093 xfs_dialloc_ag_inobt(struct xfs_perag * pag,struct xfs_trans * tp,struct xfs_buf * agbp,xfs_ino_t parent,xfs_ino_t * inop) xfs_dialloc_ag_inobt() argument
1569 xfs_dialloc_ag(struct xfs_perag * pag,struct xfs_trans * tp,struct xfs_buf * agbp,xfs_ino_t parent,xfs_ino_t * inop) xfs_dialloc_ag() argument
1802 struct xfs_buf *agbp; xfs_dialloc_try_ag() local
2077 xfs_difree_inobt(struct xfs_perag * pag,struct xfs_trans * tp,struct xfs_buf * agbp,xfs_agino_t agino,struct xfs_icluster * xic,struct xfs_inobt_rec_incore * orec) xfs_difree_inobt() argument
2212 xfs_difree_finobt(struct xfs_perag * pag,struct xfs_trans * tp,struct xfs_buf * agbp,xfs_agino_t agino,struct xfs_inobt_rec_incore * ibtrec) xfs_difree_finobt() argument
2330 struct xfs_buf *agbp; /* buffer for allocation group header */ xfs_difree() local
2405 struct xfs_buf *agbp; xfs_imap_lookup() local
[all...]
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.h123 int xfs_rmap_alloc(struct xfs_trans *tp, struct xfs_buf *agbp,
126 int xfs_rmap_free(struct xfs_trans *tp, 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()