Lines Matching refs:front
751 info->head = msg->front.iov_base; in parse_reply_info()
752 p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head); in parse_reply_info()
753 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info()
1439 h = msg->front.iov_base; in ceph_create_session_msg()
1573 p = msg->front.iov_base; in create_session_open_msg()
1574 end = p + msg->front.iov_len; in create_session_open_msg()
1622 msg->front.iov_len = p - msg->front.iov_base; in create_session_open_msg()
1623 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_session_open_msg()
2296 head = msg->front.iov_base; in ceph_send_cap_releases()
2298 msg->front.iov_len = sizeof(*head); in ceph_send_cap_releases()
2309 head = msg->front.iov_base; in ceph_send_cap_releases()
2312 item = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2317 msg->front.iov_len += sizeof(*item); in ceph_send_cap_releases()
2323 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2325 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
2327 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2343 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2345 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
2347 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2970 lhead = find_legacy_request_head(msg->front.iov_base, in create_request_message()
2979 p = msg->front.iov_base + sizeof(*lhead); in create_request_message()
2981 struct ceph_mds_request_head_old *ohead = msg->front.iov_base; in create_request_message()
2985 p = msg->front.iov_base + sizeof(*ohead); in create_request_message()
2987 struct ceph_mds_request_head *nhead = msg->front.iov_base; in create_request_message()
2991 p = msg->front.iov_base + sizeof(*nhead); in create_request_message()
2994 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
3009 req->r_request_release_offset = p - msg->front.iov_base; in create_request_message()
3042 p = msg->front.iov_base + req->r_request_release_offset; in create_request_message()
3055 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
3056 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
3152 lhead = find_legacy_request_head(msg->front.iov_base, in __prepare_send_request()
3164 nhead = (struct ceph_mds_request_head*)msg->front.iov_base; in __prepare_send_request()
3171 p = msg->front.iov_base + req->r_request_release_offset; in __prepare_send_request()
3174 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
3175 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
3190 lhead = find_legacy_request_head(msg->front.iov_base, in __prepare_send_request()
3203 nhead = (struct ceph_mds_request_head*)msg->front.iov_base; in __prepare_send_request()
3631 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
3639 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
3846 void *p = msg->front.iov_base; in handle_forward()
3847 void *end = p + msg->front.iov_len; in handle_forward()
3941 void *p = msg->front.iov_base; in handle_session()
3942 void *end = p + msg->front.iov_len; in handle_session()
4115 (int)msg->front.iov_len); in handle_session()
4905 struct ceph_mds_lease *h = msg->front.iov_base; in handle_lease()
4917 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
4923 if (msg->front.iov_len < sizeof(*h) + sizeof(u32) + dname.len) in handle_lease()
5021 lease = msg->front.iov_base; in ceph_mdsc_lease_send_msg()
5574 void *p = msg->front.iov_base; in ceph_mdsc_handle_fsmap()
5575 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_fsmap()
5646 void *p = msg->front.iov_base; in ceph_mdsc_handle_mdsmap()
5647 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_mdsmap()