Lines Matching refs:but_unlock
55 nvme_ioctl_unlock_t but_unlock; member
193 .but_unlock = { .niu_ent = 0 },
197 .but_unlock = { .niu_ent = 0x23 },
201 .but_unlock = { .niu_ent = INT32_MAX },
207 .but_unlock = { .niu_ent = NVME_LOCK_E_CTRL },
211 .but_unlock = {
220 .but_unlock = { .niu_ent = NVME_LOCK_E_NS },
224 .but_unlock = { .niu_ent = NVME_LOCK_E_CTRL },
230 .but_unlock = {
239 .but_unlock = {
271 nvme_ioctl_unlock_t unlock = test->but_unlock; in bad_unlock_test()