Searched refs:agfbp (Results 1 - 3 of 3) sorted by path

/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c927 struct xfs_buf *agibp, *agfbp; local
940 error = xfs_alloc_read_agf(pag, *tpp, 0, &agfbp);
944 agf = agfbp->b_addr;
988 xfs_trans_bhold(*tpp, agfbp);
993 xfs_trans_bjoin(*tpp, agfbp);
1036 xfs_alloc_log_agf(*tpp, agfbp, XFS_AGF_LENGTH);
H A Dxfs_alloc.c3353 struct xfs_buf *agfbp; local
3365 &agfbp);
3369 agf = agfbp->b_addr;
3411 *agfbpp = agfbp;
3413 xfs_trans_brelse(tp, agfbp);
H A Dxfs_alloc.h79 struct xfs_buf *agfbp, xfs_agblock_t *bnop, int btreeblk);
81 struct xfs_buf *agfbp, struct xfs_buf *agflbp,

Completed in 400 milliseconds