Searched refs:rmapbt_blocks (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_exchmaps.c | 681 xfs_filblks_t rmapbt_blocks; in xfs_exchmaps_estimate_overhead() local 689 rmapbt_blocks = xfs_exchmaps_rmapbt_blocks(mp, req); in xfs_exchmaps_estimate_overhead() 691 trace_xfs_exchmaps_overhead(mp, bmbt_blocks, rmapbt_blocks); in xfs_exchmaps_estimate_overhead() 708 if (check_add_overflow(resblks, rmapbt_blocks, &resblks)) in xfs_exchmaps_estimate_overhead() 710 if (check_add_overflow(resblks, rmapbt_blocks, &resblks)) in xfs_exchmaps_estimate_overhead()
|
/linux/fs/xfs/ |
H A D | xfs_trace.h | 5420 unsigned long long rmapbt_blocks), 5421 TP_ARGS(mp, bmbt_blocks, rmapbt_blocks), 5425 __field(unsigned long long, rmapbt_blocks) 5430 __entry->rmapbt_blocks = rmapbt_blocks; 5435 __entry->rmapbt_blocks)
|