Lines Matching refs:secret_id
253 th->secret_id = new_secret_id;
257 dout(" got ticket service %d (%s) secret_id %lld len %d\n",
258 type, ceph_entity_type_name(type), th->secret_id,
311 WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id));
385 WARN_ON(!th->secret_id);
386 au->secret_id = th->secret_id;
393 msg_a->ticket_blob.secret_id = cpu_to_le64(th->secret_id);
399 dout(" th %p secret_id %lld %lld\n", th, th->secret_id,
400 le64_to_cpu(msg_a->ticket_blob.secret_id));
423 ceph_encode_64(p, th->secret_id);
450 dout("ticket %d (%s) secret_id %llu expired\n", th->service,
451 ceph_entity_type_name(th->service), th->secret_id);
781 if (au->secret_id < th->secret_id) {
783 au->service, au->secret_id, th->secret_id);
942 dout("ticket %d (%s) secret_id %llu invalidated\n",
944 th->secret_id);