Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dlibceph.h139 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) macro
/Linux-v4.19/net/ceph/
Dmessenger.c503 if (ceph_test_opt(from_msgr(con->msgr), TCP_NODELAY)) { in ceph_tcp_connect()
1507 cpu_to_le64(from_msgr(con->msgr)->supported_features); in prepare_write_connect()
1588 bool do_datacrc = !ceph_test_opt(from_msgr(con->msgr), NOCRC); in write_partial_message_data()
2080 u64 sup_feat = from_msgr(con->msgr)->supported_features; in process_connect()
2081 u64 req_feat = from_msgr(con->msgr)->required_features; in process_connect()
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()
Dauth_x.c876 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()