Lines Matching refs:front

298 	info->head = msg->front.iov_base;  in parse_reply_info()
299 p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head); in parse_reply_info()
300 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info()
826 h = msg->front.iov_base; in create_session_msg()
869 h = msg->front.iov_base; in create_session_open_msg()
883 p = msg->front.iov_base + sizeof(*h); in create_session_open_msg()
1450 head = msg->front.iov_base; in ceph_add_cap_releases()
1466 (int)msg->front.iov_len); in ceph_add_cap_releases()
1467 head = msg->front.iov_base; in ceph_add_cap_releases()
1469 msg->front.iov_len = sizeof(*head); in ceph_add_cap_releases()
1476 head = partial->front.iov_base; in ceph_add_cap_releases()
1569 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in ceph_send_cap_releases()
1590 head = msg->front.iov_base; in discard_cap_releases()
1595 msg->front.iov_len = sizeof(*head); in discard_cap_releases()
1605 head = msg->front.iov_base; in discard_cap_releases()
1611 msg->front.iov_len = sizeof(*head); in discard_cap_releases()
1928 head = msg->front.iov_base; in create_request_message()
1929 p = msg->front.iov_base + sizeof(*head); in create_request_message()
1930 end = msg->front.iov_base + msg->front.iov_len; in create_request_message()
1942 req->r_request_release_offset = p - msg->front.iov_base; in create_request_message()
1963 p = msg->front.iov_base + req->r_request_release_offset; in create_request_message()
1976 msg->front.iov_len = p - msg->front.iov_base; in create_request_message()
1977 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in create_request_message()
2046 rhead = msg->front.iov_base; in __prepare_send_request()
2061 p = msg->front.iov_base + req->r_request_release_offset; in __prepare_send_request()
2068 msg->front.iov_len = p - msg->front.iov_base; in __prepare_send_request()
2069 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __prepare_send_request()
2085 rhead = msg->front.iov_base; in __prepare_send_request()
2340 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
2347 if (msg->front.iov_len < sizeof(*head)) { in handle_reply()
2523 void *p = msg->front.iov_base; in handle_forward()
2524 void *end = p + msg->front.iov_len; in handle_forward()
2573 struct ceph_mds_session_head *h = msg->front.iov_base; in handle_session()
2577 if (msg->front.iov_len != sizeof(*h)) in handle_session()
2668 (int)msg->front.iov_len); in handle_session()
3101 struct ceph_mds_lease *h = msg->front.iov_base; in handle_lease()
3110 if (msg->front.iov_len < sizeof(*h) + sizeof(u32)) in handle_lease()
3116 dname.len = msg->front.iov_len - sizeof(*h) - sizeof(u32); in handle_lease()
3215 lease = msg->front.iov_base; in ceph_mdsc_lease_send_msg()
3635 void *p = msg->front.iov_base; in ceph_mdsc_handle_map()
3636 void *end = p + msg->front.iov_len; in ceph_mdsc_handle_map()