Searched refs:agflbp (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_alloc.h | 155 struct xfs_buf *agflbp,/* buffer for a.g. free block array */ 251 struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv);
|
D | xfs_alloc.c | 2231 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local 2337 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist() 2367 agflbp, bno, 0); in xfs_alloc_fix_freelist() 2372 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist() 2377 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist() 2398 xfs_buf_t *agflbp;/* buffer for a.g. freelist structure */ in xfs_alloc_get_freelist() local 2418 &agflbp); in xfs_alloc_get_freelist() 2426 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_get_freelist() 2429 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist() 2522 xfs_buf_t *agflbp,/* buffer for a.g. free block array */ in xfs_alloc_put_freelist() argument [all …]
|