Searched refs:xfs_alloc_read_agfl (Results 1 – 4 of 4) sorted by relevance
/linux/fs/xfs/libxfs/ |
A D | xfs_alloc.h | 212 int xfs_alloc_read_agfl(struct xfs_mount *mp, struct xfs_trans *tp,
|
A D | xfs_alloc.c | 689 xfs_alloc_read_agfl( in xfs_alloc_read_agfl() function 2697 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist() 2776 error = xfs_alloc_read_agfl(mp, tp, be32_to_cpu(agf->agf_seqno), in xfs_alloc_get_freelist() 2891 if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp, in xfs_alloc_put_freelist()
|
/linux/fs/xfs/scrub/ |
A D | common.c | 425 error = xfs_alloc_read_agfl(mp, sc->tp, agno, &sa->agfl_bp); in xchk_ag_read_headers()
|
A D | agheader_repair.c | 396 error = xfs_alloc_read_agfl(mp, sc->tp, sc->sa.pag->pag_agno, &agfl_bp); in xrep_agf()
|
Completed in 13 milliseconds