Searched refs:xfs_alloc_read_agfl (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_alloc.h | 218 int xfs_alloc_read_agfl(struct xfs_mount *mp, struct xfs_trans *tp,
|
D | xfs_alloc.c | 627 xfs_alloc_read_agfl( in xfs_alloc_read_agfl() function 2270 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist() 2350 error = xfs_alloc_read_agfl(mp, tp, be32_to_cpu(agf->agf_seqno), in xfs_alloc_get_freelist() 2471 if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp, in xfs_alloc_put_freelist()
|