Lines Matching defs:wsize
30 struct ceph_write_io_size *wsize;
51 + sizeof(*wsize);
166 wsize = (struct ceph_write_io_size *)(rsize + 1);
167 wsize->header.type = cpu_to_le32(CLIENT_METRIC_TYPE_WRITE_IO_SIZES);
168 wsize->header.ver = 1;
169 wsize->header.compat = 1;
170 wsize->header.data_len = cpu_to_le32(sizeof(*wsize) - header_len);
171 wsize->total_ops = cpu_to_le64(m->metric[METRIC_WRITE].total);
172 wsize->total_size = cpu_to_le64(m->metric[METRIC_WRITE].size_sum);