Searched refs:agflbp (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_alloc.c | 2638 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local 2754 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_fix_freelist() 2796 agflbp, bno, 0); in xfs_alloc_fix_freelist() 2801 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist() 2806 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist() 2828 struct xfs_buf *agflbp; in xfs_alloc_get_freelist() local 2845 error = xfs_alloc_read_agfl(pag, tp, &agflbp); in xfs_alloc_get_freelist() 2853 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_get_freelist() 2859 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist() 2930 struct xfs_buf *agflbp, in xfs_alloc_put_freelist() argument [all …]
|
D | xfs_alloc.h | 81 struct xfs_buf *agfbp, struct xfs_buf *agflbp, 223 struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv);
|