Searched refs:flcount (Results 1 – 2 of 2) sorted by relevance
542 xfs_agblock_t *flcount) in xrep_agfl_collect_blocks() argument599 *flcount = min_t(uint64_t, xagb_bitmap_hweight(agfl_extents), in xrep_agfl_collect_blocks()613 xfs_agblock_t flcount) in xrep_agfl_update_agf() argument617 ASSERT(flcount <= xfs_agfl_size(sc->mp)); in xrep_agfl_update_agf()624 sc->sa.pag->pagf_flcount = flcount; in xrep_agfl_update_agf()629 agf->agf_flcount = cpu_to_be32(flcount); in xrep_agfl_update_agf()630 if (flcount) in xrep_agfl_update_agf()631 agf->agf_fllast = cpu_to_be32(flcount - 1); in xrep_agfl_update_agf()643 xfs_agblock_t flcount; member661 while (agbno < start + len && af->fl_off < af->flcount) in xrep_agfl_fill()[all …]
1695 __field(__u32, flcount)1713 __entry->flcount = be32_to_cpu(agf->agf_flcount),1731 __entry->flcount,2876 __field(xfs_extlen_t, flcount)2888 __entry->flcount = pag->pagf_flcount;2899 __entry->flcount,