Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dmessenger_v1.c465 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data()
994 bool do_bounce = ceph_test_opt(from_msgr(con->msgr), RXBOUNCE); in read_partial_sparse_msg_extent()
1029 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_sparse_msg_data()
1066 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data()
1150 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message()
1255 else if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) in read_partial_message()
H A Dceph_common.c731 if (!ceph_test_opt(client, NOMSGSIGN)) in ceph_create_client()
735 if (ceph_test_opt(client, MYIP)) in ceph_create_client()
H A Dauth_x.c1117 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_sign_message()
1136 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_check_message_signature()
H A Dmessenger_v2.c1842 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_read_data()
1863 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_read_data_cont()
1882 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_read_data_cont()
1909 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_sparse_read_cont()
1933 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_sparse_read_cont()
1981 if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) { in prepare_sparse_read_cont()
H A Dmessenger.c476 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) in ceph_tcp_connect()
H A Dosd_client.c2428 if (ceph_test_opt(osdc->client, ABORT_ON_FULL)) { in __submit_request()
2675 if (ceph_test_opt(osdc->client, ABORT_ON_FULL) && in ceph_osdc_abort_on_full()
/linux/include/linux/ceph/
H A Dlibceph.h44 #define ceph_test_opt(client, opt) \ macro
/linux/fs/ceph/
H A Dsuper.c1322 if (ceph_test_opt(fsc->client, NOSHARE)) in ceph_get_tree()
/linux/drivers/block/
H A Drbd.c4989 if (!ceph_test_opt(rbd_dev->rbd_client->client, NOCRC)) in rbd_init_disk()