resource_statistics
struct resource_statistics resource_statistics;
resource_statistics.res_stat_write_ordering = resource->write_ordering;
err = resource_statistics_to_skb(skb, &resource_statistics);
struct resource_statistics resource_statistics;
resource_statistics.res_stat_write_ordering = resource->write_ordering;
err = resource_statistics_to_skb(skb, &resource_statistics);
static int __resource_statistics_from_attrs(struct resource_statistics *s,
int resource_statistics_from_attrs(struct resource_statistics *s,
int resource_statistics_to_skb(struct sk_buff *skb, struct resource_statistics *s)
int resource_statistics_from_attrs(struct resource_statistics *s, struct genl_info *info);
int resource_statistics_to_skb(struct sk_buff *skb, struct resource_statistics *s);