Home
last modified time | relevance | path

Searched refs:agflbp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_alloc.h144 struct xfs_buf *agflbp,/* buffer for a.g. free block array */
240 struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv);
Dxfs_alloc.c2530 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local
2643 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist()
2673 agflbp, bno, 0); in xfs_alloc_fix_freelist()
2678 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2683 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2704 struct xfs_buf *agflbp; in xfs_alloc_get_freelist() local
2723 &agflbp); in xfs_alloc_get_freelist()
2731 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_get_freelist()
2734 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist()
2824 struct xfs_buf *agflbp, in xfs_alloc_put_freelist() argument
[all …]