Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/scrub/
Dagheader.c699 unsigned int agflcount; in xchk_agfl() local
719 agflcount = be32_to_cpu(agf->agf_flcount); in xchk_agfl()
720 if (agflcount > xfs_agfl_size(sc->mp)) { in xchk_agfl()
726 sai.sz_entries = agflcount; in xchk_agfl()
727 sai.entries = kmem_zalloc(sizeof(xfs_agblock_t) * agflcount, in xchk_agfl()
745 if (agflcount != sai.nr_entries) { in xchk_agfl()