Home
last modified time | relevance | path

Searched refs:agflbp (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_alloc.c1700 xfs_buf_t *agflbp;/* agfl buffer pointer */ in xfs_alloc_fix_freelist() local
1823 if ((error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp))) in xfs_alloc_fix_freelist()
1835 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
1846 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
1855 agflbp, bno, 0); in xfs_alloc_fix_freelist()
1860 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
1878 xfs_buf_t *agflbp;/* buffer for a.g. freelist structure */ in xfs_alloc_get_freelist() local
1898 be32_to_cpu(agf->agf_seqno), &agflbp))) in xfs_alloc_get_freelist()
1900 agfl = XFS_BUF_TO_AGFL(agflbp); in xfs_alloc_get_freelist()
1906 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist()
[all …]
Dxfs_alloc.h194 struct xfs_buf *agflbp,/* buffer for a.g. free block array */