Lines Matching refs:front
335 info->head = msg->front.iov_base; in parse_reply_info()
336 p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head); in parse_reply_info()
337 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info()
898 h = msg->front.iov_base; in create_session_msg()
966 p = msg->front.iov_base; in create_session_open_msg()
967 end = p + msg->front.iov_len; in create_session_open_msg()
1002 msg->front.iov_len = p - msg->front.iov_base; in create_session_open_msg()
1003 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_session_open_msg()
1700 head = msg->front.iov_base; in ceph_send_cap_releases()
1702 msg->front.iov_len = sizeof(*head); in ceph_send_cap_releases()
1713 head = msg->front.iov_base; in ceph_send_cap_releases()
1715 item = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
1720 msg->front.iov_len += sizeof(*item); in ceph_send_cap_releases()
1726 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
1728 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
1730 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
1746 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
1748 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
1750 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2083 head = msg->front.iov_base; in create_request_message()
2084 p = msg->front.iov_base + sizeof(*head); in create_request_message()
2085 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
2097 req->r_request_release_offset = p - msg->front.iov_base; in create_request_message()
2121 p = msg->front.iov_base + req->r_request_release_offset; in create_request_message()
2134 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
2135 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2204 rhead = msg->front.iov_base; in __prepare_send_request()
2219 p = msg->front.iov_base + req->r_request_release_offset; in __prepare_send_request()
2226 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
2227 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
2242 rhead = msg->front.iov_base; in __prepare_send_request()
2530 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
2537 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
2728 void *p = msg->front.iov_base; in handle_forward()
2729 void *end = p + msg->front.iov_len; in handle_forward()
2778 struct ceph_mds_session_head *h = msg->front.iov_base; in handle_session()
2782 if (msg->front.iov_len < sizeof(*h)) in handle_session()
2886 (int)msg->front.iov_len); in handle_session()
3395 struct ceph_mds_lease *h = msg->front.iov_base; in handle_lease()
3404 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
3410 if (msg->front.iov_len < sizeof(*h) + sizeof(u32) + dname.len) in handle_lease()
3509 lease = msg->front.iov_base; in ceph_mdsc_lease_send_msg()
3933 void *p = msg->front.iov_base; in ceph_mdsc_handle_fsmap()
3934 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_fsmap()
4012 void *p = msg->front.iov_base; in ceph_mdsc_handle_mdsmap()
4013 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_mdsmap()