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