msg_a             302 net/ceph/auth_x.c 	struct ceph_x_authorize_a *msg_a;
msg_a             307 net/ceph/auth_x.c 	msg_a = au->buf->vec.iov_base;
msg_a             308 net/ceph/auth_x.c 	WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id));
msg_a             309 net/ceph/auth_x.c 	p = (void *)(msg_a + 1) + le32_to_cpu(msg_a->ticket_blob.blob_len);
msg_a             353 net/ceph/auth_x.c 	struct ceph_x_authorize_a *msg_a;
msg_a             367 net/ceph/auth_x.c 	maxlen = sizeof(*msg_a) + ticket_blob_len +
msg_a             384 net/ceph/auth_x.c 	msg_a = au->buf->vec.iov_base;
msg_a             385 net/ceph/auth_x.c 	msg_a->struct_v = 1;
msg_a             386 net/ceph/auth_x.c 	msg_a->global_id = cpu_to_le64(ac->global_id);
msg_a             387 net/ceph/auth_x.c 	msg_a->service_id = cpu_to_le32(th->service);
msg_a             388 net/ceph/auth_x.c 	msg_a->ticket_blob.struct_v = 1;
msg_a             389 net/ceph/auth_x.c 	msg_a->ticket_blob.secret_id = cpu_to_le64(th->secret_id);
msg_a             390 net/ceph/auth_x.c 	msg_a->ticket_blob.blob_len = cpu_to_le32(ticket_blob_len);
msg_a             392 net/ceph/auth_x.c 		memcpy(msg_a->ticket_blob.blob, th->ticket_blob->vec.iov_base,
msg_a             396 net/ceph/auth_x.c 	     le64_to_cpu(msg_a->ticket_blob.secret_id));