Lines Matching refs:front

612 	info->head = msg->front.iov_base;  in parse_reply_info()
613 p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head); in parse_reply_info()
614 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info()
1280 h = msg->front.iov_base; in ceph_create_session_msg()
1414 p = msg->front.iov_base; in create_session_open_msg()
1415 end = p + msg->front.iov_len; in create_session_open_msg()
1463 msg->front.iov_len = p - msg->front.iov_base; in create_session_open_msg()
1464 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_session_open_msg()
2118 head = msg->front.iov_base; in ceph_send_cap_releases()
2120 msg->front.iov_len = sizeof(*head); in ceph_send_cap_releases()
2131 head = msg->front.iov_base; in ceph_send_cap_releases()
2134 item = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2139 msg->front.iov_len += sizeof(*item); in ceph_send_cap_releases()
2145 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2147 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
2149 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2165 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2167 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
2169 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2607 head = msg->front.iov_base; in create_request_message()
2608 p = msg->front.iov_base + sizeof(*head); in create_request_message()
2610 struct ceph_mds_request_head *new_head = msg->front.iov_base; in create_request_message()
2615 p = msg->front.iov_base + sizeof(*new_head); in create_request_message()
2618 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
2633 req->r_request_release_offset = p - msg->front.iov_base; in create_request_message()
2658 p = msg->front.iov_base + req->r_request_release_offset; in create_request_message()
2671 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
2672 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2777 rhead = find_old_request_head(msg->front.iov_base, in __prepare_send_request()
2792 p = msg->front.iov_base + req->r_request_release_offset; in __prepare_send_request()
2795 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
2796 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
2811 rhead = find_old_request_head(msg->front.iov_base, in __prepare_send_request()
3242 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
3249 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
3432 void *p = msg->front.iov_base; in handle_forward()
3433 void *end = p + msg->front.iov_len; in handle_forward()
3538 void *p = msg->front.iov_base; in handle_session()
3539 void *end = p + msg->front.iov_len; in handle_session()
3706 (int)msg->front.iov_len); in handle_session()
4489 struct ceph_mds_lease *h = msg->front.iov_base; in handle_lease()
4498 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
4504 if (msg->front.iov_len < sizeof(*h) + sizeof(u32) + dname.len) in handle_lease()
4600 lease = msg->front.iov_base; in ceph_mdsc_lease_send_msg()
5150 void *p = msg->front.iov_base; in ceph_mdsc_handle_fsmap()
5151 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_fsmap()
5221 void *p = msg->front.iov_base; in ceph_mdsc_handle_mdsmap()
5222 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_mdsmap()