Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dlibceph.h40 #define ceph_test_opt(client, opt) \ macro
/linux-4.4.14/net/ceph/
Dceph_common.c598 if (!ceph_test_opt(client, NOMSGAUTH)) in ceph_create_client()
608 if (ceph_test_opt(client, MYIP)) in ceph_create_client()
Dauth_x.c702 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_sign_message()
719 if (ceph_test_opt(from_msgr(msg->con->msgr), NOMSGSIGN)) in ceph_x_check_message_signature()
Dmessenger.c512 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) { in ceph_tcp_connect()
1558 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data()
2264 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_msg_data()
2309 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in read_partial_message()
/linux-4.4.14/fs/ceph/
Dsuper.c971 if (ceph_test_opt(fsc->client, NOSHARE)) in ceph_mount()
/linux-4.4.14/drivers/block/
Drbd.c3782 if (!ceph_test_opt(rbd_dev->rbd_client->client, NOCRC)) in rbd_init_disk()