Searched refs:agflbp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_alloc.h | 141 struct xfs_buf *agflbp,/* buffer for a.g. free block array */ 237 struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv);
|
H A D | xfs_alloc.c | 2490 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,/* buffe in xfs_alloc_put_freelist() 2773 xfs_alloc_put_freelist( xfs_trans_t *tp, xfs_buf_t *agbp, xfs_buf_t *agflbp, xfs_agblock_t bno, int btreeblk) xfs_alloc_put_freelist() argument 3405 xfs_agfl_walk( struct xfs_mount *mp, struct xfs_agf *agf, struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv) xfs_agfl_walk() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A 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);
|
H A 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() 2926 xfs_alloc_put_freelist( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, struct xfs_buf *agflbp, xfs_agblock_t bno, int btreeblk) xfs_alloc_put_freelist() argument 3918 xfs_agfl_walk( struct xfs_mount *mp, struct xfs_agf *agf, struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv) xfs_agfl_walk() argument [all...] |
Completed in 10 milliseconds