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()
1283 h = msg->front.iov_base; in ceph_create_session_msg()
1417 p = msg->front.iov_base; in create_session_open_msg()
1418 end = p + msg->front.iov_len; in create_session_open_msg()
1466 msg->front.iov_len = p - msg->front.iov_base; in create_session_open_msg()
1467 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()
2613 head = msg->front.iov_base; in create_request_message()
2614 p = msg->front.iov_base + sizeof(*head); in create_request_message()
2616 struct ceph_mds_request_head *new_head = msg->front.iov_base; in create_request_message()
2621 p = msg->front.iov_base + sizeof(*new_head); in create_request_message()
2624 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
2639 req->r_request_release_offset = p - msg->front.iov_base; in create_request_message()
2664 p = msg->front.iov_base + req->r_request_release_offset; in create_request_message()
2677 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
2678 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2783 rhead = find_old_request_head(msg->front.iov_base, in __prepare_send_request()
2798 p = msg->front.iov_base + req->r_request_release_offset; in __prepare_send_request()
2801 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
2802 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
2817 rhead = find_old_request_head(msg->front.iov_base, in __prepare_send_request()
3253 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
3261 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
3455 void *p = msg->front.iov_base; in handle_forward()
3456 void *end = p + msg->front.iov_len; in handle_forward()
3561 void *p = msg->front.iov_base; in handle_session()
3562 void *end = p + msg->front.iov_len; in handle_session()
3735 (int)msg->front.iov_len); in handle_session()
4518 struct ceph_mds_lease *h = msg->front.iov_base; in handle_lease()
4527 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
4533 if (msg->front.iov_len < sizeof(*h) + sizeof(u32) + dname.len) in handle_lease()
4629 lease = msg->front.iov_base; in ceph_mdsc_lease_send_msg()
5179 void *p = msg->front.iov_base; in ceph_mdsc_handle_fsmap()
5180 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_fsmap()
5250 void *p = msg->front.iov_base; in ceph_mdsc_handle_mdsmap()
5251 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_mdsmap()