Home
last modified time | relevance | path

Searched refs:from_msgr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/ceph/
Dlibceph.h141 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) macro
/linux-4.4.14/net/ceph/
Dmessenger.c512 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) { in ceph_tcp_connect()
1464 cpu_to_le64(from_msgr(con->msgr)->supported_features); in prepare_write_connect()
1558 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data()
2037 u64 sup_feat = from_msgr(con->msgr)->supported_features; in process_connect()
2038 u64 req_feat = from_msgr(con->msgr)->required_features; in process_connect()
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()
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()