Searched refs:ceph_test_opt (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/net/ceph/ |
D | messenger_v1.c | 469 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data() 996 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data() 1080 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message() 1183 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) in read_partial_message()
|
D | ceph_common.c | 732 if (!ceph_test_opt(client, NOMSGSIGN)) in ceph_create_client() 736 if (ceph_test_opt(client, MYIP)) in ceph_create_client()
|
D | auth_x.c | 1033 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_sign_message() 1052 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_check_message_signature()
|
D | messenger_v2.c | 1765 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_read_data() 1786 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_read_data_cont() 1805 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_read_data_cont()
|
D | messenger.c | 470 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) in ceph_tcp_connect()
|
D | osd_client.c | 2364 if (ceph_test_opt(osdc->client, ABORT_ON_FULL)) { in __submit_request() 2609 if (ceph_test_opt(osdc->client, ABORT_ON_FULL) && in ceph_osdc_abort_on_full()
|
/linux-6.1.9/include/linux/ceph/ |
D | libceph.h | 44 #define ceph_test_opt(client, opt) \ macro
|
/linux-6.1.9/fs/ceph/ |
D | super.c | 1228 if (ceph_test_opt(fsc->client, NOSHARE)) in ceph_get_tree()
|
/linux-6.1.9/drivers/block/ |
D | rbd.c | 4949 if (!ceph_test_opt(rbd_dev->rbd_client->client, NOCRC)) in rbd_init_disk()
|