Lines Matching refs:module_param_named
4072 module_param_named(add_host, scsi_debug_add_host, int, S_IRUGO | S_IWUSR);
4073 module_param_named(ato, scsi_debug_ato, int, S_IRUGO);
4074 module_param_named(clustering, scsi_debug_clustering, bool, S_IRUGO | S_IWUSR);
4075 module_param_named(delay, scsi_debug_delay, int, S_IRUGO | S_IWUSR);
4076 module_param_named(dev_size_mb, scsi_debug_dev_size_mb, int, S_IRUGO);
4077 module_param_named(dif, scsi_debug_dif, int, S_IRUGO);
4078 module_param_named(dix, scsi_debug_dix, int, S_IRUGO);
4079 module_param_named(dsense, scsi_debug_dsense, int, S_IRUGO | S_IWUSR);
4080 module_param_named(every_nth, scsi_debug_every_nth, int, S_IRUGO | S_IWUSR);
4081 module_param_named(fake_rw, scsi_debug_fake_rw, int, S_IRUGO | S_IWUSR);
4082 module_param_named(guard, scsi_debug_guard, uint, S_IRUGO);
4083 module_param_named(host_lock, scsi_debug_host_lock, bool, S_IRUGO | S_IWUSR);
4084 module_param_named(lbpu, scsi_debug_lbpu, int, S_IRUGO);
4085 module_param_named(lbpws, scsi_debug_lbpws, int, S_IRUGO);
4086 module_param_named(lbpws10, scsi_debug_lbpws10, int, S_IRUGO);
4087 module_param_named(lbprz, scsi_debug_lbprz, int, S_IRUGO);
4088 module_param_named(lowest_aligned, scsi_debug_lowest_aligned, int, S_IRUGO);
4089 module_param_named(max_luns, scsi_debug_max_luns, int, S_IRUGO | S_IWUSR);
4090 module_param_named(max_queue, scsi_debug_max_queue, int, S_IRUGO | S_IWUSR);
4091 module_param_named(ndelay, scsi_debug_ndelay, int, S_IRUGO | S_IWUSR);
4092 module_param_named(no_lun_0, scsi_debug_no_lun_0, int, S_IRUGO | S_IWUSR);
4093 module_param_named(no_uld, scsi_debug_no_uld, int, S_IRUGO);
4094 module_param_named(num_parts, scsi_debug_num_parts, int, S_IRUGO);
4095 module_param_named(num_tgts, scsi_debug_num_tgts, int, S_IRUGO | S_IWUSR);
4096 module_param_named(opt_blks, scsi_debug_opt_blks, int, S_IRUGO);
4097 module_param_named(opts, scsi_debug_opts, int, S_IRUGO | S_IWUSR);
4098 module_param_named(physblk_exp, scsi_debug_physblk_exp, int, S_IRUGO);
4099 module_param_named(ptype, scsi_debug_ptype, int, S_IRUGO | S_IWUSR);
4100 module_param_named(removable, scsi_debug_removable, bool, S_IRUGO | S_IWUSR);
4101 module_param_named(scsi_level, scsi_debug_scsi_level, int, S_IRUGO);
4102 module_param_named(sector_size, scsi_debug_sector_size, int, S_IRUGO);
4103 module_param_named(strict, scsi_debug_strict, bool, S_IRUGO | S_IWUSR);
4104 module_param_named(unmap_alignment, scsi_debug_unmap_alignment, int, S_IRUGO);
4105 module_param_named(unmap_granularity, scsi_debug_unmap_granularity, int, S_IRUGO);
4106 module_param_named(unmap_max_blocks, scsi_debug_unmap_max_blocks, int, S_IRUGO);
4107 module_param_named(unmap_max_desc, scsi_debug_unmap_max_desc, int, S_IRUGO);
4108 module_param_named(virtual_gb, scsi_debug_virtual_gb, int, S_IRUGO | S_IWUSR);
4109 module_param_named(vpd_use_hostno, scsi_debug_vpd_use_hostno, int,
4111 module_param_named(write_same_length, scsi_debug_write_same_length, int,