Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc.c2599 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local
2712 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_fix_freelist()
2742 agflbp, bno, 0); in xfs_alloc_fix_freelist()
2747 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2752 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2774 struct xfs_buf *agflbp; in xfs_alloc_get_freelist() local
2791 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_get_freelist()
2799 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_get_freelist()
2802 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist()
2873 struct xfs_buf *agflbp, in xfs_alloc_put_freelist() argument
[all …]
Dxfs_alloc.h101 struct xfs_buf *agfbp, struct xfs_buf *agflbp,
203 struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv);