Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ceph/
Dmds_client.c1218 static const unsigned char metric_bits[] = CEPHFS_METRIC_SPEC_CLIENT_SUPPORTED; variable
1219 #define METRIC_BYTES(cnt) (DIV_ROUND_UP((size_t)metric_bits[cnt - 1] + 1, 64) * 8)
1222 static const size_t count = ARRAY_SIZE(metric_bits); in encode_metric_spec()
1245 ((unsigned char *)(*p))[i / 8] |= BIT(metric_bits[i] % 8); in encode_metric_spec()
1302 count = ARRAY_SIZE(metric_bits); in create_session_open_msg()