Lines Matching refs:iov_base

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()
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()
1467 head = msg->front.iov_base; in ceph_add_cap_releases()
1476 head = partial->front.iov_base; in ceph_add_cap_releases()
1590 head = msg->front.iov_base; in discard_cap_releases()
1605 head = msg->front.iov_base; 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()
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()
2085 rhead = msg->front.iov_base; in __prepare_send_request()
2340 struct ceph_mds_reply_head *head = msg->front.iov_base; in handle_reply()
2523 void *p = msg->front.iov_base; in handle_forward()
2573 struct ceph_mds_session_head *h = msg->front.iov_base; in handle_session()
3101 struct ceph_mds_lease *h = msg->front.iov_base; 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()