Searched refs:ceph_test_opt (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/ceph/ |
D | ceph_common.c | 639 if (!ceph_test_opt(client, NOMSGAUTH)) in ceph_create_client() 643 if (ceph_test_opt(client, MYIP)) in ceph_create_client()
|
D | auth_x.c | 876 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_sign_message() 895 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_check_message_signature()
|
D | messenger.c | 503 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) { in ceph_tcp_connect() 1588 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data() 2343 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data() 2393 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message()
|
/Linux-v4.19/include/linux/ceph/ |
D | libceph.h | 43 #define ceph_test_opt(client, opt) \ macro
|
/Linux-v4.19/fs/ceph/ |
D | super.c | 1062 if (ceph_test_opt(fsc->client, NOSHARE)) in ceph_mount()
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 4018 if (!ceph_test_opt(rbd_dev->rbd_client->client, NOCRC)) in rbd_init_disk()
|