Lines Matching refs:front
588 info->head = msg->front.iov_base; in parse_reply_info()
589 p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head); in parse_reply_info()
590 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info()
1183 h = msg->front.iov_base; in ceph_create_session_msg()
1314 p = msg->front.iov_base; in create_session_open_msg()
1315 end = p + msg->front.iov_len; in create_session_open_msg()
1363 msg->front.iov_len = p - msg->front.iov_base; in create_session_open_msg()
1364 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_session_open_msg()
2018 head = msg->front.iov_base; in ceph_send_cap_releases()
2020 msg->front.iov_len = sizeof(*head); in ceph_send_cap_releases()
2031 head = msg->front.iov_base; in ceph_send_cap_releases()
2034 item = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2039 msg->front.iov_len += sizeof(*item); in ceph_send_cap_releases()
2045 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2047 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
2049 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2065 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2067 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
2069 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2505 head = msg->front.iov_base; in create_request_message()
2506 p = msg->front.iov_base + sizeof(*head); in create_request_message()
2508 struct ceph_mds_request_head *new_head = msg->front.iov_base; in create_request_message()
2513 p = msg->front.iov_base + sizeof(*new_head); in create_request_message()
2516 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
2531 req->r_request_release_offset = p - msg->front.iov_base; in create_request_message()
2556 p = msg->front.iov_base + req->r_request_release_offset; in create_request_message()
2569 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
2570 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2654 rhead = find_old_request_head(msg->front.iov_base, in __prepare_send_request()
2669 p = msg->front.iov_base + req->r_request_release_offset; in __prepare_send_request()
2672 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
2673 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
2688 rhead = find_old_request_head(msg->front.iov_base, in __prepare_send_request()
3050 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
3057 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
3269 void *p = msg->front.iov_base; in handle_forward()
3270 void *end = p + msg->front.iov_len; in handle_forward()
3346 void *p = msg->front.iov_base; in handle_session()
3347 void *end = p + msg->front.iov_len; in handle_session()
3495 (int)msg->front.iov_len); in handle_session()
4278 struct ceph_mds_lease *h = msg->front.iov_base; in handle_lease()
4287 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
4293 if (msg->front.iov_len < sizeof(*h) + sizeof(u32) + dname.len) in handle_lease()
4389 lease = msg->front.iov_base; in ceph_mdsc_lease_send_msg()
4930 void *p = msg->front.iov_base; in ceph_mdsc_handle_fsmap()
4931 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_fsmap()
5001 void *p = msg->front.iov_base; in ceph_mdsc_handle_mdsmap()
5002 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_mdsmap()