Searched refs:agflbp (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_alloc.h | 159 struct xfs_buf *agflbp,/* buffer for a.g. free block array */
|
D | xfs_alloc.c | 1840 xfs_buf_t *agflbp;/* agfl buffer pointer */ in xfs_alloc_fix_freelist() local 1954 if ((error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp))) in xfs_alloc_fix_freelist() 1978 if ((error = xfs_alloc_put_freelist(tp, agbp, agflbp, in xfs_alloc_fix_freelist() 1999 xfs_buf_t *agflbp;/* buffer for a.g. freelist structure */ in xfs_alloc_get_freelist() local 2021 INT_GET(agf->agf_seqno, ARCH_CONVERT), &agflbp))) in xfs_alloc_get_freelist() 2023 agfl = XFS_BUF_TO_AGFL(agflbp); in xfs_alloc_get_freelist() 2029 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist() 2109 xfs_buf_t *agflbp,/* buffer for a.g. free block array */ in xfs_alloc_put_freelist() argument 2125 if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp, in xfs_alloc_put_freelist() 2126 INT_GET(agf->agf_seqno, ARCH_CONVERT), &agflbp))) in xfs_alloc_put_freelist() [all …]
|