Lines Matching refs:diff
1693 s64 diff, int type),
1695 TP_ARGS(fs_info, qgroup, diff, type),
1700 __field( s64, diff )
1707 __entry->diff = diff;
1711 TP_printk_btrfs("qgid=%llu type=%s cur_reserved=%llu diff=%lld",
1713 __entry->cur_reserved, __entry->diff)
1718 TP_PROTO(struct btrfs_root *root, s64 diff, int type),
1720 TP_ARGS(root, diff, type),
1724 __field( s64, diff )
1730 __entry->diff = diff;
1734 TP_printk_btrfs("refroot=%llu(%s) type=%s diff=%lld",
1736 __print_symbolic(__entry->type, QGROUP_RSV_TYPES), __entry->diff)
1741 TP_PROTO(struct btrfs_root *root, s64 diff),
1743 TP_ARGS(root, diff),
1747 __field( s64, diff )
1752 __entry->diff = diff;
1755 TP_printk_btrfs("refroot=%llu(%s) type=%s->%s diff=%lld",
1759 __entry->diff)
1770 __field( s64, diff )
1777 __entry->diff = -(s64)root->qgroup_meta_rsv_pertrans;
1782 TP_printk_btrfs("refroot=%llu(%s) type=%s diff=%lld",
1784 __print_symbolic(__entry->type, QGROUP_RSV_TYPES), __entry->diff)
2115 const struct btrfs_space_info *sinfo, u64 old, s64 diff),
2117 TP_ARGS(fs_info, sinfo, old, diff),
2122 __field( s64, diff )
2128 __entry->diff = diff;
2130 TP_printk_btrfs("type=%s old=%llu diff=%lld",
2132 __entry->old, __entry->diff)
2138 const struct btrfs_space_info *sinfo, u64 old, s64 diff),
2140 TP_ARGS(fs_info, sinfo, old, diff)
2146 const struct btrfs_space_info *sinfo, u64 old, s64 diff),
2148 TP_ARGS(fs_info, sinfo, old, diff)