Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/ceph/
Dlibceph.h43 #define ceph_test_opt(client, opt) \ macro
/Linux-v5.15/net/ceph/
Dceph_common.c752 if (!ceph_test_opt(client, NOMSGSIGN)) in ceph_create_client()
756 if (ceph_test_opt(client, MYIP)) in ceph_create_client()
Dmessenger_v1.c469 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data()
997 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data()
1044 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message()
Dauth_x.c1033 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()
Dmessenger.c470 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) in ceph_tcp_connect()
Dosd_client.c2385 if (ceph_test_opt(osdc->client, ABORT_ON_FULL)) { in __submit_request()
2626 if (ceph_test_opt(osdc->client, ABORT_ON_FULL) && in ceph_osdc_abort_on_full()
/Linux-v5.15/fs/ceph/
Dsuper.c1087 if (ceph_test_opt(fsc->client, NOSHARE)) in ceph_get_tree()
/Linux-v5.15/drivers/block/
Drbd.c4953 if (!ceph_test_opt(rbd_dev->rbd_client->client, NOCRC)) in rbd_init_disk()