Lines Matching refs:front
577 info->head = msg->front.iov_base; in parse_reply_info()
578 p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head); in parse_reply_info()
579 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info()
1161 h = msg->front.iov_base; in create_session_msg()
1292 p = msg->front.iov_base; in create_session_open_msg()
1293 end = p + msg->front.iov_len; in create_session_open_msg()
1341 msg->front.iov_len = p - msg->front.iov_base; in create_session_open_msg()
1342 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_session_open_msg()
2082 head = msg->front.iov_base; in ceph_send_cap_releases()
2084 msg->front.iov_len = sizeof(*head); in ceph_send_cap_releases()
2095 head = msg->front.iov_base; in ceph_send_cap_releases()
2098 item = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2103 msg->front.iov_len += sizeof(*item); in ceph_send_cap_releases()
2109 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2111 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
2113 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2129 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2131 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
2133 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2543 head = msg->front.iov_base; in create_request_message()
2544 p = msg->front.iov_base + sizeof(*head); in create_request_message()
2545 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
2558 req->r_request_release_offset = p - msg->front.iov_base; in create_request_message()
2583 p = msg->front.iov_base + req->r_request_release_offset; in create_request_message()
2601 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
2602 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2671 rhead = msg->front.iov_base; in __prepare_send_request()
2686 p = msg->front.iov_base + req->r_request_release_offset; in __prepare_send_request()
2693 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
2694 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
2709 rhead = msg->front.iov_base; in __prepare_send_request()
3063 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
3070 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
3265 void *p = msg->front.iov_base; in handle_forward()
3266 void *end = p + msg->front.iov_len; in handle_forward()
3342 void *p = msg->front.iov_base; in handle_session()
3343 void *end = p + msg->front.iov_len; in handle_session()
3476 (int)msg->front.iov_len); in handle_session()
4208 struct ceph_mds_lease *h = msg->front.iov_base; in handle_lease()
4217 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
4223 if (msg->front.iov_len < sizeof(*h) + sizeof(u32) + dname.len) in handle_lease()
4320 lease = msg->front.iov_base; in ceph_mdsc_lease_send_msg()
4855 void *p = msg->front.iov_base; in ceph_mdsc_handle_fsmap()
4856 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_fsmap()
4934 void *p = msg->front.iov_base; in ceph_mdsc_handle_mdsmap()
4935 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_mdsmap()