Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_exchmaps.c679 xfs_filblks_t rmapbt_blocks; in xfs_exchmaps_estimate_overhead() local
687 rmapbt_blocks = xfs_exchmaps_rmapbt_blocks(mp, req); in xfs_exchmaps_estimate_overhead()
689 trace_xfs_exchmaps_overhead(mp, bmbt_blocks, rmapbt_blocks); in xfs_exchmaps_estimate_overhead()
706 if (check_add_overflow(resblks, rmapbt_blocks, &resblks)) in xfs_exchmaps_estimate_overhead()
708 if (check_add_overflow(resblks, rmapbt_blocks, &resblks)) in xfs_exchmaps_estimate_overhead()
/linux-6.12.1/fs/xfs/
Dxfs_trace.h5041 unsigned long long rmapbt_blocks),
5042 TP_ARGS(mp, bmbt_blocks, rmapbt_blocks),
5046 __field(unsigned long long, rmapbt_blocks)
5051 __entry->rmapbt_blocks = rmapbt_blocks;
5056 __entry->rmapbt_blocks)