Searched refs:kstrtoll (Results 1 - 9 of 9) sorted by relevance

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

Completed in 318 milliseconds