Lines Matching refs:diff
1861 s64 diff, int type),
1863 TP_ARGS(fs_info, qgroup, diff, type),
1868 __field( s64, diff )
1875 __entry->diff = diff;
1879 TP_printk_btrfs("qgid=%llu type=%s cur_reserved=%llu diff=%lld",
1881 __entry->cur_reserved, __entry->diff)
1886 TP_PROTO(struct btrfs_root *root, s64 diff, int type),
1888 TP_ARGS(root, diff, type),
1892 __field( s64, diff )
1898 __entry->diff = diff;
1902 TP_printk_btrfs("refroot=%llu(%s) type=%s diff=%lld",
1904 __print_symbolic(__entry->type, QGROUP_RSV_TYPES), __entry->diff)
1909 TP_PROTO(struct btrfs_root *root, s64 diff),
1911 TP_ARGS(root, diff),
1915 __field( s64, diff )
1920 __entry->diff = diff;
1923 TP_printk_btrfs("refroot=%llu(%s) type=%s->%s diff=%lld",
1927 __entry->diff)
1938 __field( s64, diff )
1945 __entry->diff = -(s64)root->qgroup_meta_rsv_pertrans;
1950 TP_printk_btrfs("refroot=%llu(%s) type=%s diff=%lld",
1952 __print_symbolic(__entry->type, QGROUP_RSV_TYPES), __entry->diff)
2397 const struct btrfs_space_info *sinfo, u64 old, s64 diff),
2399 TP_ARGS(fs_info, sinfo, old, diff),
2404 __field( s64, diff )
2410 __entry->diff = diff;
2412 TP_printk_btrfs("type=%s old=%llu diff=%lld",
2414 __entry->old, __entry->diff)
2420 const struct btrfs_space_info *sinfo, u64 old, s64 diff),
2422 TP_ARGS(fs_info, sinfo, old, diff)
2428 const struct btrfs_space_info *sinfo, u64 old, s64 diff),
2430 TP_ARGS(fs_info, sinfo, old, diff)