Lines Matching defs:crkey
2635 uint64_t crkey;
2668 {"crkey", offsetof(struct _nvmf_ns_reservation, crkey), spdk_json_decode_uint64, true},
2735 info->crkey = res.crkey;
2775 /* Check info->crkey exist or not in info->registrants[i].rkey */
2777 if (info->crkey == info->registrants[i].rkey) {
2781 if (!rkey_flag && info->crkey != 0) {
2791 ns->crkey = info->crkey;
2799 info->holder_uuid, info->rtype, info->crkey);
2810 if (info->crkey != 0 && !spdk_uuid_compare(&holder_uuid, ®->hostid)) {
2865 spdk_json_write_named_uint64(w, "crkey", info->crkey);
2902 info.crkey = ns->crkey;
3066 ns->crkey = 0;
3155 ns->crkey = rkey;
3191 rrega, iekey, cptpl, key.crkey, key.nrkey);
3239 if (!reg || (!iekey && reg->rkey != key.crkey)) {
3270 if (!iekey && reg->rkey != key.crkey) {
3341 racqa, iekey, rtype, key.crkey, key.prkey);
3352 if (!reg || reg->rkey != key.crkey) {
3370 nvmf_ns_reservation_acquire_reservation(ns, key.crkey, rtype, reg);
3393 ns->crkey == key.prkey) {
3399 if (ns->crkey == key.prkey) {
3401 nvmf_ns_reservation_acquire_reservation(ns, key.crkey, rtype, reg);
3478 uint64_t crkey = 0;
3488 if (req->iovcnt > 0 && req->length >= sizeof(crkey)) {
3491 spdk_iov_xfer_to_buf(&ix, &crkey, sizeof(crkey));
3499 "CRKEY 0x%"PRIx64"\n", rrela, iekey, rtype, crkey);
3509 if (!reg || reg->rkey != crkey) {