Searched refs:kstrtoll (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/lib/ |
H A D | kstrtox.c | 131 * 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 D | test-kstrtox.c | 267 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 D | vsprintf.c | 103 * This function is obsolete. Please use kstrtoll instead.
|
/linux-4.1.27/include/linux/sunrpc/ |
H A D | cache.h | 278 if (kstrtoll(buf, 0, &ll)) get_time()
|
/linux-4.1.27/include/linux/ |
H A D | kernel.h | 271 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 D | super.c | 278 int rc = kstrtoll(resize, 0, newLVSize); parse_options()
|
/linux-4.1.27/drivers/md/ |
H A D | bitmap.c | 2163 rv = kstrtoll(buf+1, 10, &offset); location_store() 2165 rv = kstrtoll(buf, 10, &offset); location_store()
|
/linux-4.1.27/kernel/trace/ |
H A D | trace_events_filter.c | 1019 ret = kstrtoll(pred->regex.pattern, 0, &val); init_pred()
|
/linux-4.1.27/kernel/ |
H A D | cgroup.c | 2956 ret = kstrtoll(buf, 0, &v); cgroup_file_write()
|
Completed in 414 milliseconds