Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dkstrtox.c146 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll() function
168 EXPORT_SYMBOL(kstrtoll);
192 rv = kstrtoll(s, base, &tmp); in _kstrtol()
254 rv = kstrtoll(s, base, &tmp); in kstrtoint()
284 rv = kstrtoll(s, base, &tmp); in kstrtos16()
314 rv = kstrtoll(s, base, &tmp); in kstrtos8()
339 kstrto_from_user(kstrtoll_from_user, kstrtoll, long long);
Dtest-kstrtox.c267 TEST_OK(kstrtoll, long long, "%lld", test_ll_ok); in test_kstrtoll_ok()
291 TEST_FAIL(kstrtoll, long long, "%lld", test_ll_fail); in test_kstrtoll_fail()
/linux-4.1.27/include/linux/
Dkernel.h271 int __must_check kstrtoll(const char *s, unsigned int base, long long *res);
326 return kstrtoll(s, base, (long long *)res); in kstrtol()
341 return kstrtoll(s, base, res); in kstrtos64()
/linux-4.1.27/include/linux/sunrpc/
Dcache.h278 if (kstrtoll(buf, 0, &ll)) in get_time()
/linux-4.1.27/fs/jfs/
Dsuper.c278 int rc = kstrtoll(resize, 0, newLVSize); in parse_options()
/linux-4.1.27/drivers/md/
Dbitmap.c2163 rv = kstrtoll(buf+1, 10, &offset); in location_store()
2165 rv = kstrtoll(buf, 10, &offset); in location_store()
/linux-4.1.27/kernel/trace/
Dtrace_events_filter.c1019 ret = kstrtoll(pred->regex.pattern, 0, &val); in init_pred()
/linux-4.1.27/kernel/
Dcgroup.c2956 ret = kstrtoll(buf, 0, &v); in cgroup_file_write()