Lines Matching refs:front
111 monc->m_auth->front.iov_len = len; in __send_prepared_auth_request()
200 monc->m_auth->front.iov_base, in __open_session()
262 void *p = msg->front.iov_base; in __send_subscribe()
303 msg->front.iov_len = p - msg->front.iov_base; in __send_subscribe()
304 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __send_subscribe()
313 struct ceph_mon_subscribe_ack *h = msg->front.iov_base; in handle_subscribe_ack()
315 if (msg->front.iov_len < sizeof(*h)) in handle_subscribe_ack()
476 p = msg->front.iov_base; in ceph_monc_handle_map()
477 end = p + msg->front.iov_len; in ceph_monc_handle_map()
669 struct ceph_mon_statfs_reply *reply = msg->front.iov_base; in handle_statfs_reply()
674 if (msg->front.iov_len != sizeof(*reply)) in handle_statfs_reply()
726 h = req->request->front.iov_base; in ceph_monc_do_statfs()
748 void *p = msg->front.iov_base; in handle_get_version_reply()
806 void *p = req->request->front.iov_base; in __ceph_monc_get_version()
870 void *p = msg->front.iov_base; in handle_command_ack()
923 h = req->request->front.iov_base; in do_mon_command_vargs()
1206 ret = ceph_handle_auth_reply(monc->auth, msg->front.iov_base, in handle_auth_reply()
1207 msg->front.iov_len, in handle_auth_reply()
1208 monc->m_auth->front.iov_base, in handle_auth_reply()
1246 ret = ceph_build_auth(monc->auth, monc->m_auth->front.iov_base, in __validate_auth()