Home
last modified time | relevance | path

Searched refs:flcount (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dagheader_repair.c542 xfs_agblock_t *flcount) in xrep_agfl_collect_blocks()
599 *flcount = min_t(uint64_t, xagb_bitmap_hweight(agfl_extents), in xrep_agfl_collect_blocks()
613 xfs_agblock_t flcount) in xrep_agfl_update_agf()
617 ASSERT(flcount <= xfs_agfl_size(sc->mp)); in xrep_agfl_update_agf()
624 sc->sa.pag->pagf_flcount = flcount; in xrep_agfl_update_agf()
629 agf->agf_flcount = cpu_to_be32(flcount); in xrep_agfl_update_agf()
630 if (flcount) in xrep_agfl_update_agf()
631 agf->agf_fllast = cpu_to_be32(flcount - 1); in xrep_agfl_update_agf()
643 xfs_agblock_t flcount; member
661 while (agbno < start + len && af->fl_off < af->flcount) in xrep_agfl_fill()
538 xrep_agfl_collect_blocks( struct xfs_scrub *sc, struct xfs_buf *agf_bp, struct xagb_bitmap *agfl_extents, xfs_agblock_t *flcount) xrep_agfl_collect_blocks() argument
610 xrep_agfl_update_agf( struct xfs_scrub *sc, struct xfs_buf *agf_bp, xfs_agblock_t flcount) xrep_agfl_update_agf() argument
676 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
730 xfs_agblock_t flcount; xrep_agfl() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dagheader_repair.c480 xfs_agblock_t *flcount) in xrep_agfl_collect_blocks()
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()
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()
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()
476 xrep_agfl_collect_blocks( struct xfs_scrub *sc, struct xfs_buf *agf_bp, struct xbitmap *agfl_extents, xfs_agblock_t *flcount) xrep_agfl_collect_blocks() argument
540 xrep_agfl_update_agf( struct xfs_scrub *sc, struct xfs_buf *agf_bp, xfs_agblock_t flcount) xrep_agfl_update_agf() argument
565 xrep_agfl_init_header( struct xfs_scrub *sc, struct xfs_buf *agfl_bp, struct xbitmap *agfl_extents, xfs_agblock_t flcount) xrep_agfl_init_header() argument
636 xfs_agblock_t flcount; xrep_agfl() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trace.h1563 __field(__u32, flcount)
1581 __entry->flcount = be32_to_cpu(agf->agf_flcount),
1587 "levels b %u c %u flfirst %u fllast %u flcount %u "
1599 __entry->flcount,
2702 __field(xfs_extlen_t, flcount)
2714 __entry->flcount = pag->pagf_flcount;
2719 TP_printk("dev %d:%d agno %u resv %d freeblks %u flcount %u "
2725 __entry->flcount,
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trace.h1700 __field(__u32, flcount)
1718 __entry->flcount = be32_to_cpu(agf->agf_flcount),
1724 "levels b %u c %u flfirst %u fllast %u flcount %u "
1736 __entry->flcount,
2881 __field(xfs_extlen_t, flcount)
2893 __entry->flcount = pag->pagf_flcount;
2898 TP_printk("dev %d:%d agno 0x%x resv %d freeblks %u flcount %u "
2904 __entry->flcount,

Completed in 17 milliseconds