Lines Matching refs:iov_len
300 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info()
1466 (int)msg->front.iov_len); in ceph_add_cap_releases()
1469 msg->front.iov_len = sizeof(*head); in ceph_add_cap_releases()
1569 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
1595 msg->front.iov_len = sizeof(*head); in discard_cap_releases()
1611 msg->front.iov_len = sizeof(*head); in discard_cap_releases()
1930 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
1976 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
1977 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2068 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
2069 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
2347 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
2524 void *end = p + msg->front.iov_len; in handle_forward()
2577 if (msg->front.iov_len != sizeof(*h)) in handle_session()
2668 (int)msg->front.iov_len); in handle_session()
3110 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
3116 dname.len = msg->front.iov_len - sizeof(*h) - sizeof(u32); in handle_lease()
3636 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_map()