Home
last modified time | relevance | path

Searched refs:agfbp (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_alloc.h79 struct xfs_buf *agfbp, xfs_agblock_t *bnop, int btreeblk);
81 struct xfs_buf *agfbp, struct xfs_buf *agflbp,
Dxfs_ag.c913 struct xfs_buf *agibp, *agfbp; in xfs_ag_shrink_space() local
926 error = xfs_alloc_read_agf(pag, *tpp, 0, &agfbp); in xfs_ag_shrink_space()
930 agf = agfbp->b_addr; in xfs_ag_shrink_space()
965 xfs_trans_bhold(*tpp, agfbp); in xfs_ag_shrink_space()
969 xfs_trans_bjoin(*tpp, agfbp); in xfs_ag_shrink_space()
1011 xfs_alloc_log_agf(*tpp, agfbp, XFS_AGF_LENGTH); in xfs_ag_shrink_space()
Dxfs_alloc.c3175 struct xfs_buf *agfbp; in xfs_alloc_read_agf() local
3187 &agfbp); in xfs_alloc_read_agf()
3191 agf = agfbp->b_addr; in xfs_alloc_read_agf()
3238 *agfbpp = agfbp; in xfs_alloc_read_agf()
3240 xfs_trans_brelse(tp, agfbp); in xfs_alloc_read_agf()