Searched refs:agfbp (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.c | 755 struct xfs_buf *agibp, *agfbp; in xfs_ag_shrink_space() local 768 error = xfs_alloc_read_agf(pag, *tpp, 0, &agfbp); in xfs_ag_shrink_space() 772 agf = agfbp->b_addr; in xfs_ag_shrink_space() 814 xfs_trans_bhold(*tpp, agfbp); in xfs_ag_shrink_space() 819 xfs_trans_bjoin(*tpp, agfbp); in xfs_ag_shrink_space() 862 xfs_alloc_log_agf(*tpp, agfbp, XFS_AGF_LENGTH); in xfs_ag_shrink_space()
|
| H A D | xfs_alloc.h | 77 struct xfs_buf *agfbp, xfs_agblock_t *bnop, int btreeblk); 79 struct xfs_buf *agfbp, struct xfs_buf *agflbp,
|
| H A D | xfs_alloc.c | 3401 struct xfs_buf *agfbp; in xfs_alloc_read_agf() local 3413 &agfbp); in xfs_alloc_read_agf() 3417 agf = agfbp->b_addr; in xfs_alloc_read_agf() 3474 xfs_trans_brelse(tp, agfbp); in xfs_alloc_read_agf() 3483 *agfbpp = agfbp; in xfs_alloc_read_agf() 3485 xfs_trans_brelse(tp, agfbp); in xfs_alloc_read_agf()
|