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 | 5443 unsigned long long rmapbt_blocks), 5444 TP_ARGS(mp, bmbt_blocks, rmapbt_blocks), 5448 __field(unsigned long long, rmapbt_blocks) 5453 __entry->rmapbt_blocks = rmapbt_blocks; 5458 __entry->rmapbt_blocks)
|