Searched defs:ceph_metric_cap (Results 1 – 1 of 1) sorted by relevance
35 struct ceph_metric_cap { struct36 __le32 type; /* ceph metric type */38 __u8 ver;39 __u8 compat;41 __le32 data_len; /* length of sizeof(hit + mis + total) */42 __le64 hit;43 __le64 mis;44 __le64 total;