Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_exchmaps.c678 xfs_filblks_t bmbt_blocks; in xfs_exchmaps_estimate_overhead() local
686 bmbt_blocks = xfs_exchmaps_bmbt_blocks(mp, req); in xfs_exchmaps_estimate_overhead()
689 trace_xfs_exchmaps_overhead(mp, bmbt_blocks, rmapbt_blocks); in xfs_exchmaps_estimate_overhead()
692 if (check_add_overflow(req->ip1_bcount, bmbt_blocks, &req->ip1_bcount)) in xfs_exchmaps_estimate_overhead()
694 if (check_add_overflow(req->ip2_bcount, bmbt_blocks, &req->ip2_bcount)) in xfs_exchmaps_estimate_overhead()
702 if (check_add_overflow(resblks, bmbt_blocks, &resblks)) in xfs_exchmaps_estimate_overhead()
704 if (check_add_overflow(resblks, bmbt_blocks, &resblks)) in xfs_exchmaps_estimate_overhead()
/linux-6.12.1/fs/xfs/scrub/
Drmap_repair.c311 struct xagb_bitmap bmbt_blocks; member
398 return xagb_bitmap_set(&rf->bmbt_blocks, agbno, 1); in xrep_rmap_visit_iroot_btree_block()
414 xagb_bitmap_init(&rf->bmbt_blocks); in xrep_rmap_scan_iroot_btree()
424 error = xrep_rmap_stash_bitmap(rr, &rf->bmbt_blocks, &oinfo); in xrep_rmap_scan_iroot_btree()
431 xagb_bitmap_destroy(&rf->bmbt_blocks); in xrep_rmap_scan_iroot_btree()
/linux-6.12.1/fs/xfs/
Dxfs_trace.h5040 TP_PROTO(struct xfs_mount *mp, unsigned long long bmbt_blocks,
5042 TP_ARGS(mp, bmbt_blocks, rmapbt_blocks),
5045 __field(unsigned long long, bmbt_blocks)
5050 __entry->bmbt_blocks = bmbt_blocks;
5055 __entry->bmbt_blocks,