Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h79 struct xfs_buf *agfbp, struct xfs_buf *agflbp,
222 struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv);
H A Dxfs_alloc.c2836 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local
2963 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_fix_freelist()
3005 agflbp, bno, 0); in xfs_alloc_fix_freelist()
3010 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
3015 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
3037 struct xfs_buf *agflbp; in xfs_alloc_get_freelist() local
3054 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_get_freelist()
3062 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_get_freelist()
3068 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist()
3139 struct xfs_buf *agflbp, in xfs_alloc_put_freelist() argument
[all …]