Searched refs:xfs_alloc_read_agfl (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/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 | 652 xfs_alloc_read_agfl(  in xfs_alloc_read_agfl()  function2337 	error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp);  in xfs_alloc_fix_freelist()
 2417 	error = xfs_alloc_read_agfl(mp, tp, be32_to_cpu(agf->agf_seqno),  in xfs_alloc_get_freelist()
 2538 	if (!agflbp && (error = xfs_alloc_read_agfl(mp, tp,  in xfs_alloc_put_freelist()
 
 | 
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | common.c | 420 	error = xfs_alloc_read_agfl(mp, sc->tp, agno, agfl);  in xchk_ag_read_headers()
 | 
| D | agheader_repair.c | 390 	error = xfs_alloc_read_agfl(mp, sc->tp, sc->sa.agno, &agfl_bp);  in xrep_agf()
 |