Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_user.c958 unsigned long tmp_ul; in tcmu_set_configfs_dev_params() local
997 ret = kstrtoul(arg_p, 0, &tmp_ul); in tcmu_set_configfs_dev_params()
1003 if (!tmp_ul) { in tcmu_set_configfs_dev_params()
1007 dev->dev_attrib.hw_block_size = tmp_ul; in tcmu_set_configfs_dev_params()