Home
last modified time | relevance | path

Searched refs:middle_len (Results 1 – 7 of 7) sorted by relevance

/linux/net/ceph/
A Dmessenger_v2.c602 hdr->middle_len = cpu_to_le32(middle_len); in fill_header()
657 if (middle_len(con->in_msg)) in verify_epilogue_crcs()
979 if (middle_len(msg)) in setup_message_sgs()
981 middle_len(msg)); in setup_message_sgs()
995 if (middle_len(msg)) in setup_message_sgs()
1514 if (middle_len(msg)) { in prepare_message_plain()
1607 middle_len(con->out_msg), in prepare_message()
2612 if (middle_len(msg)) { in __handle_control()
3189 if (middle_len(con->out_msg)) in revoke_at_queue_data()
3202 if (middle_len(con->out_msg)) in revoke_at_queue_data()
[all …]
A Dmessenger_v1.c218 le32_to_cpu(m->hdr.front_len), le32_to_cpu(m->hdr.middle_len), in prepare_write_message()
1043 unsigned int front_len, middle_len, data_len; in read_partial_message() local
1068 middle_len = le32_to_cpu(con->v1.in_hdr.middle_len); in read_partial_message()
1069 if (middle_len > CEPH_MSG_MAX_MIDDLE_LEN) in read_partial_message()
1082 con->v1.in_base_pos = -front_len - middle_len - data_len - in read_partial_message()
1107 con->v1.in_base_pos = -front_len - middle_len - in read_partial_message()
1136 middle_len, in read_partial_message()
1162 m, front_len, m->footer.front_crc, middle_len, in read_partial_message()
1475 unsigned int middle_len = le32_to_cpu(con->v1.in_hdr.middle_len); in ceph_con_v1_revoke_incoming() local
1482 middle_len - in ceph_con_v1_revoke_incoming()
A Dmessenger.c1374 le32_to_cpu(msg->hdr.middle_len), in ceph_con_process_message()
1707 le32_to_cpu(msg->hdr.middle_len), in ceph_con_send()
1978 int middle_len = le32_to_cpu(msg->hdr.middle_len); in ceph_alloc_middle() local
1981 ceph_msg_type_name(type), middle_len); in ceph_alloc_middle()
1982 BUG_ON(!middle_len); in ceph_alloc_middle()
1985 msg->middle = ceph_buffer_new(middle_len, GFP_NOFS); in ceph_alloc_middle()
2009 int middle_len = le32_to_cpu(hdr->middle_len); in ceph_con_in_msg_alloc() local
2042 if (middle_len && !con->in_msg->middle) { in ceph_con_in_msg_alloc()
A Dauth_x.c995 __le32 middle_len; in calc_signature() member
1009 sigblock->middle_len = msg->hdr.middle_len; in calc_signature()
A Dosd_client.c2266 le32_to_cpu(msg->hdr.middle_len), le32_to_cpu(msg->hdr.data_len), in encode_request_finish()
/linux/include/linux/ceph/
A Dmsgr.h162 __le32 middle_len;/* bytes in middle payload */ member
180 __le32 middle_len;/* bytes in middle payload */ member
/linux/fs/ceph/
A Dcaps.c1273 msg->hdr.middle_len = cpu_to_le32(arg->xattr_buf->vec.iov_len); in encode_cap_msg()

Completed in 37 milliseconds