Lines Matching refs:iov_len
301 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info()
1610 msg->front.iov_len = sizeof(*head); in ceph_send_cap_releases()
1619 item = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
1624 msg->front.iov_len += sizeof(*item); in ceph_send_cap_releases()
1629 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
1644 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
1970 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
2016 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
2017 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2108 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
2109 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
2394 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
2584 void *end = p + msg->front.iov_len; in handle_forward()
2637 if (msg->front.iov_len != sizeof(*h)) in handle_session()
2728 (int)msg->front.iov_len); in handle_session()
3172 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
3178 dname.len = msg->front.iov_len - sizeof(*h) - sizeof(u32); in handle_lease()
3737 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_map()