Lines Matching refs:front

299 	info->head = msg->front.iov_base;  in parse_reply_info()
300 p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head); in parse_reply_info()
301 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info()
846 h = msg->front.iov_base; in create_session_msg()
889 h = msg->front.iov_base; in create_session_open_msg()
903 p = msg->front.iov_base + sizeof(*h); in create_session_open_msg()
1608 head = msg->front.iov_base; in ceph_send_cap_releases()
1610 msg->front.iov_len = sizeof(*head); in ceph_send_cap_releases()
1617 head = msg->front.iov_base; in ceph_send_cap_releases()
1619 item = msg->front.iov_base + msg->front.iov_len; in ceph_send_cap_releases()
1624 msg->front.iov_len += sizeof(*item); in ceph_send_cap_releases()
1629 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
1644 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
1968 head = msg->front.iov_base; in create_request_message()
1969 p = msg->front.iov_base + sizeof(*head); in create_request_message()
1970 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
1982 req->r_request_release_offset = p - msg->front.iov_base; in create_request_message()
2003 p = msg->front.iov_base + req->r_request_release_offset; in create_request_message()
2016 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
2017 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2086 rhead = msg->front.iov_base; in __prepare_send_request()
2101 p = msg->front.iov_base + req->r_request_release_offset; in __prepare_send_request()
2108 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
2109 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
2124 rhead = msg->front.iov_base; in __prepare_send_request()
2387 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
2394 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
2583 void *p = msg->front.iov_base; in handle_forward()
2584 void *end = p + msg->front.iov_len; in handle_forward()
2633 struct ceph_mds_session_head *h = msg->front.iov_base; in handle_session()
2637 if (msg->front.iov_len != sizeof(*h)) in handle_session()
2728 (int)msg->front.iov_len); in handle_session()
3163 struct ceph_mds_lease *h = msg->front.iov_base; in handle_lease()
3172 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
3178 dname.len = msg->front.iov_len - sizeof(*h) - sizeof(u32); in handle_lease()
3277 lease = msg->front.iov_base; in ceph_mdsc_lease_send_msg()
3736 void *p = msg->front.iov_base; in ceph_mdsc_handle_map()
3737 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_map()