Symbol: ceph_test_opt
drivers/block/rbd.c
4989
if (!ceph_test_opt(rbd_dev->rbd_client->client, NOCRC))
fs/ceph/super.c
1322
if (ceph_test_opt(fsc->client, NOSHARE))
net/ceph/auth_x.c
1117
if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN))
net/ceph/auth_x.c
1136
if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN))
net/ceph/ceph_common.c
731
if (!ceph_test_opt(client, NOMSGSIGN))
net/ceph/ceph_common.c
735
if (ceph_test_opt(client, MYIP))
net/ceph/messenger.c
476
if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY))
net/ceph/messenger_v1.c
1029
bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC);
net/ceph/messenger_v1.c
1066
bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC);
net/ceph/messenger_v1.c
1150
bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC);
net/ceph/messenger_v1.c
1255
else if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE))
net/ceph/messenger_v1.c
465
bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC);
net/ceph/messenger_v1.c
994
bool do_bounce = ceph_test_opt(from_msgr(con->msgr), RXBOUNCE);
net/ceph/messenger_v2.c
1842
if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) {
net/ceph/messenger_v2.c
1863
if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) {
net/ceph/messenger_v2.c
1882
if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) {
net/ceph/messenger_v2.c
1909
if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) {
net/ceph/messenger_v2.c
1933
if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) {
net/ceph/messenger_v2.c
1981
if (ceph_test_opt(from_msgr(con->msgr), RXBOUNCE)) {
net/ceph/osd_client.c
2428
if (ceph_test_opt(osdc->client, ABORT_ON_FULL)) {
net/ceph/osd_client.c
2675
if (ceph_test_opt(osdc->client, ABORT_ON_FULL) &&