Lines Matching refs:iov_len

337 	end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head);  in parse_reply_info()
967 end = p + msg->front.iov_len; in create_session_open_msg()
1002 msg->front.iov_len = p - msg->front.iov_base; in create_session_open_msg()
1003 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_session_open_msg()
1711 msg->front.iov_len = sizeof(*head); in ceph_send_cap_releases()
1724 item = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
1729 msg->front.iov_len += sizeof(*item); in ceph_send_cap_releases()
1735 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
1737 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
1739 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
1755 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
1757 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
1759 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2133 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
2182 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
2183 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2274 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
2275 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
2584 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
2776 void *end = p + msg->front.iov_len; in handle_forward()
2829 if (msg->front.iov_len < sizeof(*h)) in handle_session()
2933 (int)msg->front.iov_len); in handle_session()
3451 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
3457 if (msg->front.iov_len < sizeof(*h) + sizeof(u32) + dname.len) in handle_lease()
3996 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_fsmap()
4075 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_mdsmap()