Lines Matching refs:simple_strtoul
2636 unsigned long n = simple_strtoul(buf, &e, 10); in errors_store()
2660 int slot = simple_strtoul(buf, &e, 10); in slot_store()
3550 unsigned long n = simple_strtoul(buf, &e, 10); in layout_store()
3600 unsigned long n = simple_strtoul(buf, &e, 10); in raid_disks_store()
3652 unsigned long n = simple_strtoul(buf, &e, 10); in chunk_size_store()
3942 unsigned long n = simple_strtoul(buf, &e, 10); in max_corrected_read_errors_store()
3972 int major = simple_strtoul(buf, &e, 10); in new_dev_store()
3980 minor = simple_strtoul(e+1, &e, 10); in new_dev_store()
4039 chunk = end_chunk = simple_strtoul(buf, &end, 0); in bitmap_store()
4043 end_chunk = simple_strtoul(buf, &end, 0); in bitmap_store()
4164 major = simple_strtoul(buf, &e, 10); in metadata_store()
4169 minor = simple_strtoul(buf, &e, 10); in metadata_store()
4313 min = simple_strtoul(buf, &e, 10); in sync_min_store()
4339 max = simple_strtoul(buf, &e, 10); in sync_max_store()
9025 int num = simple_strtoul(val, &e, 10); in set_ro()