Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dagheader_repair.c535 xfs_agblock_t *flcount) in xrep_agfl_collect_blocks() argument
590 *flcount = min_t(uint64_t, xagb_bitmap_hweight(agfl_extents), in xrep_agfl_collect_blocks()
604 xfs_agblock_t flcount) in xrep_agfl_update_agf() argument
608 ASSERT(flcount <= xfs_agfl_size(sc->mp)); in xrep_agfl_update_agf()
615 sc->sa.pag->pagf_flcount = flcount; in xrep_agfl_update_agf()
620 agf->agf_flcount = cpu_to_be32(flcount); in xrep_agfl_update_agf()
621 if (flcount) in xrep_agfl_update_agf()
622 agf->agf_fllast = cpu_to_be32(flcount - 1); in xrep_agfl_update_agf()
634 xfs_agblock_t flcount; member
652 while (agbno < start + len && af->fl_off < af->flcount) in xrep_agfl_fill()
[all …]