Searched refs:xfs_alloc_read_agfl (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_alloc.h | 223 int xfs_alloc_read_agfl(struct xfs_mount *mp, struct xfs_trans *tp,
|
D | xfs_alloc.c | 655 xfs_alloc_read_agfl( in xfs_alloc_read_agfl() function 2338 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist() 2418 error = xfs_alloc_read_agfl(mp, tp, be32_to_cpu(agf->agf_seqno), in xfs_alloc_get_freelist() 2539 if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp, in xfs_alloc_put_freelist()
|
/linux-4.19.296/fs/xfs/scrub/ |
D | common.c | 418 error = xfs_alloc_read_agfl(mp, sc->tp, agno, agfl); in xchk_ag_read_headers()
|
D | agheader_repair.c | 399 error = xfs_alloc_read_agfl(mp, sc->tp, sc->sa.agno, &agfl_bp); in xrep_agf()
|