sdebug_strict     661 drivers/scsi/scsi_debug.c static bool sdebug_strict = DEF_STRICT;
sdebug_strict    4458 drivers/scsi/scsi_debug.c module_param_named(strict, sdebug_strict, bool, S_IRUGO | S_IWUSR);
sdebug_strict    5141 drivers/scsi/scsi_debug.c 	return scnprintf(buf, PAGE_SIZE, "%d\n", !!sdebug_strict);
sdebug_strict    5149 drivers/scsi/scsi_debug.c 		sdebug_strict = (n > 0);
sdebug_strict    5682 drivers/scsi/scsi_debug.c 	if (unlikely(sdebug_strict)) {	/* check cdb against mask */