ticket_blob 152 net/ceph/auth_x.c if (th->ticket_blob) ticket_blob 153 net/ceph/auth_x.c ceph_buffer_put(th->ticket_blob); ticket_blob 245 net/ceph/auth_x.c if (th->ticket_blob) ticket_blob 246 net/ceph/auth_x.c ceph_buffer_put(th->ticket_blob); ticket_blob 248 net/ceph/auth_x.c th->ticket_blob = new_ticket_blob; ticket_blob 255 net/ceph/auth_x.c (int)th->ticket_blob->vec.iov_len); ticket_blob 308 net/ceph/auth_x.c WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id)); ticket_blob 309 net/ceph/auth_x.c p = (void *)(msg_a + 1) + le32_to_cpu(msg_a->ticket_blob.blob_len); ticket_blob 357 net/ceph/auth_x.c (th->ticket_blob ? th->ticket_blob->vec.iov_len : 0); ticket_blob 388 net/ceph/auth_x.c msg_a->ticket_blob.struct_v = 1; ticket_blob 389 net/ceph/auth_x.c msg_a->ticket_blob.secret_id = cpu_to_le64(th->secret_id); ticket_blob 390 net/ceph/auth_x.c msg_a->ticket_blob.blob_len = cpu_to_le32(ticket_blob_len); ticket_blob 392 net/ceph/auth_x.c memcpy(msg_a->ticket_blob.blob, th->ticket_blob->vec.iov_base, ticket_blob 393 net/ceph/auth_x.c th->ticket_blob->vec.iov_len); ticket_blob 396 net/ceph/auth_x.c le64_to_cpu(msg_a->ticket_blob.secret_id)); ticket_blob 420 net/ceph/auth_x.c if (th->ticket_blob) { ticket_blob 421 net/ceph/auth_x.c const char *buf = th->ticket_blob->vec.iov_base; ticket_blob 422 net/ceph/auth_x.c u32 len = th->ticket_blob->vec.iov_len; ticket_blob 23 net/ceph/auth_x.h struct ceph_buffer *ticket_blob; ticket_blob 67 net/ceph/auth_x_protocol.h struct ceph_x_ticket_blob ticket_blob;