Lines Matching refs:iov_base
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()
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()
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()
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()
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()
2124 rhead = msg->front.iov_base; in __prepare_send_request()
2387 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
2583 void *p = msg->front.iov_base; in handle_forward()
2633 struct ceph_mds_session_head *h = msg->front.iov_base; in handle_session()
3163 struct ceph_mds_lease *h = msg->front.iov_base; 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()