Searched refs:kstrtoint (Results 1 – 2 of 2) sorted by relevance
1425 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint() function1504 int err = kstrtoint(token, 10, &p->max_beb_per1024); in ubi_mtd_param_parse()1515 int err = kstrtoint(token, 10, &p->ubi_num); in ubi_mtd_param_parse()
344 if (kstrtoint(buf, 0, &val) != 0) in dfs_file_write()