Lines Matching refs:vec
241 (int)th->ticket_blob->vec.iov_len); in process_one_ticket()
292 (th->ticket_blob ? th->ticket_blob->vec.iov_len : 0); in ceph_x_build_authorizer()
319 msg_a = au->buf->vec.iov_base; in ceph_x_build_authorizer()
327 memcpy(msg_a->ticket_blob.blob, th->ticket_blob->vec.iov_base, in ceph_x_build_authorizer()
328 th->ticket_blob->vec.iov_len); in ceph_x_build_authorizer()
335 end = au->buf->vec.iov_base + au->buf->vec.iov_len; in ceph_x_build_authorizer()
345 au->buf->vec.iov_len = p - au->buf->vec.iov_base; in ceph_x_build_authorizer()
347 (int)au->buf->vec.iov_len); in ceph_x_build_authorizer()
348 BUG_ON(au->buf->vec.iov_len > maxlen); in ceph_x_build_authorizer()
364 const char *buf = th->ticket_blob->vec.iov_base; in ceph_x_encode_ticket()
365 u32 len = th->ticket_blob->vec.iov_len; in ceph_x_encode_ticket()
477 ceph_encode_copy(&p, xi->auth_authorizer.buf->vec.iov_base, in ceph_x_build_request()
478 xi->auth_authorizer.buf->vec.iov_len); in ceph_x_build_request()
567 auth->authorizer_buf = au->buf->vec.iov_base; in ceph_x_create_authorizer()
568 auth->authorizer_buf_len = au->buf->vec.iov_len; in ceph_x_create_authorizer()