Lines Matching defs:key
1871 /* Make sure we have at least the key and type */
1880 rsv->key = get_unaligned_be64(&data[8]);
1885 static int sd_pr_out_command(struct block_device *bdev, u8 sa, u64 key,
1903 put_unaligned_be64(key, &data[0]);
1933 static int sd_pr_reserve(struct block_device *bdev, u64 key, enum pr_type type,
1938 return sd_pr_out_command(bdev, 0x01, key, 0,
1942 static int sd_pr_release(struct block_device *bdev, u64 key, enum pr_type type)
1944 return sd_pr_out_command(bdev, 0x02, key, 0,
1955 static int sd_pr_clear(struct block_device *bdev, u64 key)
1957 return sd_pr_out_command(bdev, 0x03, key, 0, 0, 0);
2334 * Yes, this sense key/ASC combination shouldn't