Home
last modified time | relevance | path

Searched refs:sdebug_removable (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/scsi/
Dscsi_debug.c785 static bool sdebug_removable = DEF_REMOVABLE; variable
1708 arr[1] = sdebug_removable ? 0x80 : 0; /* Removable disk */ in resp_inquiry()
2210 if (sdebug_removable) in resp_format_pg()
5864 module_param_named(removable, sdebug_removable, bool, S_IRUGO | S_IWUSR);
6725 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_removable ? 1 : 0); in removable_show()
6733 sdebug_removable = (n > 0); in removable_store()