Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dagheader_repair.c480 xfs_agblock_t *flcount) in xrep_agfl_collect_blocks() argument
528 *flcount = min_t(uint64_t, xbitmap_hweight(agfl_extents), in xrep_agfl_collect_blocks()
543 xfs_agblock_t flcount) in xrep_agfl_update_agf() argument
547 ASSERT(flcount <= xfs_agfl_size(sc->mp)); in xrep_agfl_update_agf()
554 sc->sa.pag->pagf_flcount = flcount; in xrep_agfl_update_agf()
556 agf->agf_flcount = cpu_to_be32(flcount); in xrep_agfl_update_agf()
557 agf->agf_fllast = cpu_to_be32(flcount - 1); in xrep_agfl_update_agf()
569 xfs_agblock_t flcount) in xrep_agfl_init_header() argument
579 ASSERT(flcount <= xfs_agfl_size(mp)); in xrep_agfl_init_header()
603 while (br->len > 0 && fl_off < flcount) { in xrep_agfl_init_header()
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_trace.h1563 __field(__u32, flcount)
1581 __entry->flcount = be32_to_cpu(agf->agf_flcount),
1599 __entry->flcount,
2702 __field(xfs_extlen_t, flcount)
2714 __entry->flcount = pag->pagf_flcount;
2725 __entry->flcount,