Searched refs:ceph_test_opt (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | ceph_common.c | 696 if (!ceph_test_opt(client, NOMSGAUTH)) in ceph_create_client() 700 if (ceph_test_opt(client, MYIP)) in ceph_create_client()
|
| H A 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()
|
| H A D | messenger.c | 493 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) in ceph_tcp_connect() 1556 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data() 2314 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data() 2363 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message()
|
| H A D | osd_client.c | 2364 if (ceph_test_opt(osdc->client, ABORT_ON_FULL)) { in __submit_request() 2605 if (ceph_test_opt(osdc->client, ABORT_ON_FULL) && in ceph_osdc_abort_on_full()
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | libceph.h | 44 #define ceph_test_opt(client, opt) \ macro
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | super.c | 1083 if (ceph_test_opt(fsc->client, NOSHARE)) in ceph_get_tree()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | rbd.c | 5016 if (!ceph_test_opt(rbd_dev->rbd_client->client, NOCRC)) in rbd_init_disk()
|