Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_exchmaps.c681 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 Dxfs_trace.h5419 unsigned long long rmapbt_blocks),
5420 TP_ARGS(mp, bmbt_blocks, rmapbt_blocks),
5424 __field(unsigned long long, rmapbt_blocks)
5429 __entry->rmapbt_blocks = rmapbt_blocks;
5431 TP_printk("dev %d:%d bmbt_blocks 0x%llx rmapbt_blocks 0x%llx",
5434 __entry->rmapbt_blocks)