Searched refs:agflbp (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/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 | 2236 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local 2338 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist() 2368 agflbp, bno, 0); in xfs_alloc_fix_freelist() 2373 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist() 2378 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist() 2399 xfs_buf_t *agflbp;/* buffer for a.g. freelist structure */ in xfs_alloc_get_freelist() local 2419 &agflbp); in xfs_alloc_get_freelist() 2427 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_get_freelist() 2430 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist() 2523 xfs_buf_t *agflbp,/* buffer for a.g. free block array */ in xfs_alloc_put_freelist() argument [all …]
|