Home
last modified time | relevance | path

Searched refs:metric_bits (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/fs/ceph/
Dmds_client.c1245 static const unsigned char metric_bits[] = CEPHFS_METRIC_SPEC_CLIENT_SUPPORTED; variable
1246 #define METRIC_BYTES(cnt) (DIV_ROUND_UP((size_t)metric_bits[cnt - 1] + 1, 64) * 8)
1249 static const size_t count = ARRAY_SIZE(metric_bits); in encode_metric_spec()
1272 ((unsigned char *)(*p))[i / 8] |= BIT(metric_bits[i] % 8); in encode_metric_spec()
1329 count = ARRAY_SIZE(metric_bits); in create_session_open_msg()