Searched refs:sdebug_removable (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_debug.c | 776 static bool sdebug_removable = DEF_REMOVABLE; variable 1687 arr[1] = sdebug_removable ? 0x80 : 0; /* Removable disk */ in resp_inquiry() 2189 if (sdebug_removable) in resp_format_pg() 5651 module_param_named(removable, sdebug_removable, bool, S_IRUGO | S_IWUSR); 6489 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_removable ? 1 : 0); in removable_show() 6497 sdebug_removable = (n > 0); in removable_store()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 784 static bool sdebug_removable = DEF_REMOVABLE; variable 1696 arr[1] = sdebug_removable ? 0x80 : 0; /* Removable disk */ in resp_inquiry() 2198 if (sdebug_removable) in resp_format_pg() 5751 module_param_named(removable, sdebug_removable, bool, S_IRUGO | S_IWUSR); 6637 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_removable ? 1 : 0); in removable_show() 6645 sdebug_removable = (n > 0); in removable_store()
|
Completed in 20 milliseconds