sdebug_unmap_max_blocks  654 drivers/scsi/scsi_debug.c static unsigned int sdebug_unmap_max_blocks = DEF_UNMAP_MAX_BLOCKS;
sdebug_unmap_max_blocks 1332 drivers/scsi/scsi_debug.c 		put_unaligned_be32(sdebug_unmap_max_blocks, &arr[16]);
sdebug_unmap_max_blocks 4462 drivers/scsi/scsi_debug.c module_param_named(unmap_max_blocks, sdebug_unmap_max_blocks, int, S_IRUGO);
sdebug_unmap_max_blocks 5359 drivers/scsi/scsi_debug.c 		sdebug_unmap_max_blocks =
sdebug_unmap_max_blocks 5360 drivers/scsi/scsi_debug.c 			clamp(sdebug_unmap_max_blocks, 0U, 0xffffffffU);