Searched refs:flcount (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | agheader_repair.c | 535 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() 671 xrep_agfl_init_header(struct xfs_scrub * sc,struct xfs_buf * agfl_bp,struct xagb_bitmap * agfl_extents,xfs_agblock_t flcount) xrep_agfl_init_header() argument 721 xfs_agblock_t flcount; xrep_agfl() local [all...] |
/linux/fs/xfs/ |
H A D | xfs_trace.h | 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,
|