Home
last modified time | relevance | path

Searched refs:fl_off (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dagheader_repair.c577 unsigned int fl_off; in xrep_agfl_init_header() local
596 fl_off = 0; in xrep_agfl_init_header()
603 while (br->len > 0 && fl_off < flcount) { in xrep_agfl_init_header()
604 agfl_bno[fl_off] = cpu_to_be32(agbno); in xrep_agfl_init_header()
605 fl_off++; in xrep_agfl_init_header()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dagheader_repair.c644 unsigned int fl_off; member
661 while (agbno < start + len && af->fl_off < af->flcount) in xrep_agfl_fill()
662 af->agfl_bno[af->fl_off++] = cpu_to_be32(agbno++); in xrep_agfl_fill()
668 if (af->fl_off == af->flcount) in xrep_agfl_fill()

Completed in 4 milliseconds