Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_alloc.h141 struct xfs_buf *agflbp,/* buffer for a.g. free block array */
237 struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv);
Dxfs_alloc.c2490 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local
2594 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist()
2624 agflbp, bno, 0); in xfs_alloc_fix_freelist()
2629 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2634 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2655 xfs_buf_t *agflbp;/* buffer for a.g. freelist structure */ in xfs_alloc_get_freelist() local
2674 &agflbp); in xfs_alloc_get_freelist()
2682 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_get_freelist()
2685 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist()
2776 xfs_buf_t *agflbp,/* buffer for a.g. free block array */ in xfs_alloc_put_freelist() argument
[all …]