Searched refs:agflbp (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_alloc.c | 1852 xfs_buf_t *agflbp;/* agfl buffer pointer */ in xfs_alloc_fix_freelist() local 1974 if ((error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp))) in xfs_alloc_fix_freelist() 1986 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist() 1997 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist() 2006 agflbp, bno, 0); in xfs_alloc_fix_freelist() 2011 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist() 2028 xfs_buf_t *agflbp;/* buffer for a.g. freelist structure */ in xfs_alloc_get_freelist() local 2048 &agflbp); in xfs_alloc_get_freelist() 2056 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_get_freelist() 2059 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist() [all …]
|
D | xfs_alloc.h | 182 struct xfs_buf *agflbp,/* buffer for a.g. free block array */
|