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()
2124 head = msg->front.iov_base; in ceph_send_cap_releases()
2126 msg->front.iov_len = sizeof(*head); in ceph_send_cap_releases()
2137 head = msg->front.iov_base; in ceph_send_cap_releases()
2140 item = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2145 msg->front.iov_len += sizeof(*item); in ceph_send_cap_releases()
2151 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2153 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
2155 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2171 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2173 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
2175 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2611 head = msg->front.iov_base; in create_request_message()
2612 p = msg->front.iov_base + sizeof(*head); in create_request_message()
2614 struct ceph_mds_request_head *new_head = msg->front.iov_base; in create_request_message()
2619 p = msg->front.iov_base + sizeof(*new_head); in create_request_message()
2622 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
2637 req->r_request_release_offset = p - msg->front.iov_base; in create_request_message()
2662 p = msg->front.iov_base + req->r_request_release_offset; in create_request_message()
2675 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
2676 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2760 rhead = find_old_request_head(msg->front.iov_base, in __prepare_send_request()
2775 p = msg->front.iov_base + req->r_request_release_offset; in __prepare_send_request()
2778 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
2779 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
2794 rhead = find_old_request_head(msg->front.iov_base, in __prepare_send_request()
3156 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
3163 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
3375 void *p = msg->front.iov_base; in handle_forward()
3376 void *end = p + msg->front.iov_len; in handle_forward()
3452 void *p = msg->front.iov_base; in handle_session()
3453 void *end = p + msg->front.iov_len; in handle_session()
3584 (int)msg->front.iov_len); in handle_session()
4368 struct ceph_mds_lease *h = msg->front.iov_base; in handle_lease()
4377 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
4383 if (msg->front.iov_len < sizeof(*h) + sizeof(u32) + dname.len) in handle_lease()
4479 lease = msg->front.iov_base; in ceph_mdsc_lease_send_msg()
5020 void *p = msg->front.iov_base; in ceph_mdsc_handle_fsmap()
5021 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_fsmap()
5090 void *p = msg->front.iov_base; in ceph_mdsc_handle_mdsmap()
5091 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_mdsmap()