Lines Matching refs:front
475 info->head = msg->front.iov_base; in parse_reply_info()
476 p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head); in parse_reply_info()
477 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info()
1039 h = msg->front.iov_base; in create_session_msg()
1107 p = msg->front.iov_base; in create_session_open_msg()
1108 end = p + msg->front.iov_len; in create_session_open_msg()
1143 msg->front.iov_len = p - msg->front.iov_base; in create_session_open_msg()
1144 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_session_open_msg()
1884 head = msg->front.iov_base; in ceph_send_cap_releases()
1886 msg->front.iov_len = sizeof(*head); in ceph_send_cap_releases()
1897 head = msg->front.iov_base; in ceph_send_cap_releases()
1900 item = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
1905 msg->front.iov_len += sizeof(*item); in ceph_send_cap_releases()
1911 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
1913 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
1915 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
1931 cap_barrier = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
1933 msg->front.iov_len += sizeof(*cap_barrier); in ceph_send_cap_releases()
1935 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
2340 head = msg->front.iov_base; in create_request_message()
2341 p = msg->front.iov_base + sizeof(*head); in create_request_message()
2342 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
2354 req->r_request_release_offset = p - msg->front.iov_base; in create_request_message()
2378 p = msg->front.iov_base + req->r_request_release_offset; in create_request_message()
2391 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
2392 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2459 rhead = msg->front.iov_base; in __prepare_send_request()
2474 p = msg->front.iov_base + req->r_request_release_offset; in __prepare_send_request()
2481 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
2482 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
2497 rhead = msg->front.iov_base; in __prepare_send_request()
2789 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
2796 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
2995 void *p = msg->front.iov_base; in handle_forward()
2996 void *end = p + msg->front.iov_len; in handle_forward()
3068 void *p = msg->front.iov_base; in handle_session()
3069 void *end = p + msg->front.iov_len; in handle_session()
3199 (int)msg->front.iov_len); in handle_session()
3870 struct ceph_mds_lease *h = msg->front.iov_base; in handle_lease()
3879 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
3885 if (msg->front.iov_len < sizeof(*h) + sizeof(u32) + dname.len) in handle_lease()
3982 lease = msg->front.iov_base; in ceph_mdsc_lease_send_msg()
4462 void *p = msg->front.iov_base; in ceph_mdsc_handle_fsmap()
4463 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_fsmap()
4541 void *p = msg->front.iov_base; in ceph_mdsc_handle_mdsmap()
4542 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_mdsmap()