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()
2295 head = msg->front.iov_base; in ceph_send_cap_releases()
2297 msg->front.iov_len = sizeof(*head); in ceph_send_cap_releases()
2308 head = msg->front.iov_base; in ceph_send_cap_releases()
2311 item = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2316 msg->front.iov_len += sizeof(*item); in ceph_send_cap_releases()
2322 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2324 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
2326 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2342 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
2344 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
2346 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2967 lhead = find_legacy_request_head(msg->front.iov_base, in create_request_message()
2976 p = msg->front.iov_base + sizeof(*lhead); in create_request_message()
2978 struct ceph_mds_request_head_old *ohead = msg->front.iov_base; in create_request_message()
2982 p = msg->front.iov_base + sizeof(*ohead); in create_request_message()
2984 struct ceph_mds_request_head *nhead = msg->front.iov_base; in create_request_message()
2988 p = msg->front.iov_base + sizeof(*nhead); in create_request_message()
2991 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
3006 req->r_request_release_offset = p - msg->front.iov_base; in create_request_message()
3039 p = msg->front.iov_base + req->r_request_release_offset; in create_request_message()
3052 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
3053 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
3149 lhead = find_legacy_request_head(msg->front.iov_base, in __prepare_send_request()
3161 nhead = (struct ceph_mds_request_head*)msg->front.iov_base; in __prepare_send_request()
3168 p = msg->front.iov_base + req->r_request_release_offset; in __prepare_send_request()
3171 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
3172 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
3187 lhead = find_legacy_request_head(msg->front.iov_base, in __prepare_send_request()
3200 nhead = (struct ceph_mds_request_head*)msg->front.iov_base; in __prepare_send_request()
3628 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
3636 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
3843 void *p = msg->front.iov_base; in handle_forward()
3844 void *end = p + msg->front.iov_len; in handle_forward()
3938 void *p = msg->front.iov_base; in handle_session()
3939 void *end = p + msg->front.iov_len; in handle_session()
4112 (int)msg->front.iov_len); in handle_session()
4901 struct ceph_mds_lease *h = msg->front.iov_base; in handle_lease()
4913 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
4919 if (msg->front.iov_len < sizeof(*h) + sizeof(u32) + dname.len) in handle_lease()
5017 lease = msg->front.iov_base; in ceph_mdsc_lease_send_msg()
5570 void *p = msg->front.iov_base; in ceph_mdsc_handle_fsmap()
5571 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_fsmap()
5642 void *p = msg->front.iov_base; in ceph_mdsc_handle_mdsmap()
5643 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_mdsmap()