Searched refs:flcount (Results 1 – 2 of 2) sorted by relevance
535 xfs_agblock_t *flcount) in xrep_agfl_collect_blocks() argument590 *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() argument608 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; member652 while (agbno < start + len && af->fl_off < af->flcount) in xrep_agfl_fill()[all …]
2090 __field(__u32, flcount)2106 __entry->flcount = be32_to_cpu(agf->agf_flcount),2124 __entry->flcount,3477 __field(xfs_extlen_t, flcount)3489 __entry->flcount = pag->pagf_flcount;3500 __entry->flcount,