kstrtoull 29 arch/powerpc/sysdev/fsl_85xx_l2ctlr.c if (!sram_offset || (kstrtoull(sram_offset, 0, &addr) < 0)) kstrtoull 251 arch/um/kernel/time.c err = kstrtoull(str, 0, &time_travel_start); kstrtoull 295 arch/x86/boot/compressed/acpi.c if (kstrtoull(val, 16, &addr)) kstrtoull 32 arch/x86/boot/string.h int kstrtoull(const char *s, unsigned int base, unsigned long long *res); kstrtoull 875 block/kyber-iosched.c ret = kstrtoull(page, 10, &nsec); \ kstrtoull 480 drivers/base/memory.c ret = kstrtoull(buf, 0, &phys_addr); kstrtoull 521 drivers/base/memory.c if (kstrtoull(buf, 0, &pfn) < 0) kstrtoull 542 drivers/base/memory.c if (kstrtoull(buf, 0, &pfn) < 0) kstrtoull 372 drivers/block/null_blk_main.c ret = kstrtoull(buf + 1, 0, &start); kstrtoull 375 drivers/block/null_blk_main.c ret = kstrtoull(tmp + 1, 0, &end); kstrtoull 328 drivers/block/zram/zram_drv.c if (kstrtoull(buf, 10, &val)) kstrtoull 363 drivers/block/zram/zram_drv.c if (kstrtoull(buf, 10, &val)) kstrtoull 267 drivers/cpuidle/sysfs.c err = kstrtoull(buf, 0, &value); \ kstrtoull 642 drivers/hwmon/occ/common.c rc = kstrtoull(buf, 0, &value); kstrtoull 254 drivers/iio/frequency/adf4350.c ret = kstrtoull(buf, 10, &readin); kstrtoull 381 drivers/iio/frequency/adf4371.c ret = kstrtoull(buf, 10, &freq); kstrtoull 610 drivers/infiniband/hw/hfi1/debugfs.c ret = kstrtoull(buff, 0, &value); kstrtoull 3523 drivers/infiniband/ulp/srp/ib_srp.c ret = kstrtoull(p, 16, &ull); kstrtoull 3539 drivers/infiniband/ulp/srp/ib_srp.c ret = kstrtoull(p, 16, &ull); kstrtoull 3581 drivers/infiniband/ulp/srp/ib_srp.c ret = kstrtoull(p, 16, &ull); kstrtoull 3686 drivers/infiniband/ulp/srp/ib_srp.c ret = kstrtoull(p, 16, &ull); kstrtoull 131 drivers/md/dm-init.c if (kstrtoull(field[0], 0, &sp->sector_start)) kstrtoull 134 drivers/md/dm-init.c if (kstrtoull(field[1], 0, &sp->length)) kstrtoull 210 drivers/md/dm-init.c if (kstrtoull(field[2], 0, &dev->dmi.dev)) kstrtoull 217 drivers/md/dm-switch.c if (kstrtoull(dm_shift_arg(as), 10, &start) || start != (sector_t)start) { kstrtoull 3367 drivers/md/dm-thin.c if (kstrtoull(argv[3], 10, (unsigned long long *)&low_water_blocks)) { kstrtoull 3706 drivers/md/dm-thin.c if (!kstrtoull(arg, 10, (unsigned long long *)dev_id) && kstrtoull 3796 drivers/md/dm-thin.c if (kstrtoull(argv[1], 10, (unsigned long long *)&old_id)) { kstrtoull 3801 drivers/md/dm-thin.c if (kstrtoull(argv[2], 10, (unsigned long long *)&new_id)) { kstrtoull 3138 drivers/md/md.c if (kstrtoull(buf, 10, &offset) < 0) kstrtoull 3166 drivers/md/md.c if (kstrtoull(buf, 10, &new_offset) < 0) kstrtoull 3233 drivers/md/md.c if (kstrtoull(buf, 10, &blocks) < 0) kstrtoull 3341 drivers/md/md.c else if (kstrtoull(buf, 10, &recovery_start)) kstrtoull 3407 drivers/md/md.c if (kstrtoull(buf, 10, §or) < 0) kstrtoull 4156 drivers/md/md.c err = kstrtoull(buf, 10, &n); kstrtoull 4911 drivers/md/md.c if (kstrtoull(buf, 10, &min)) kstrtoull 4956 drivers/md/md.c if (kstrtoull(buf, 10, &max)) kstrtoull 5000 drivers/md/md.c err = kstrtoull(buf, 10, &new); kstrtoull 5037 drivers/md/md.c err = kstrtoull(buf, 10, &new); kstrtoull 5079 drivers/md/md.c err = kstrtoull(buf, 10, &new); kstrtoull 109 drivers/misc/ds1682.c rc = kstrtoull(buf, 0, &val); kstrtoull 491 drivers/misc/habanalabs/debugfs.c rc = kstrtoull(c+3, 16, &dev_entry->mmu_addr); kstrtoull 1076 drivers/nvdimm/namespace_devs.c rc = kstrtoull(buf, 0, &val); kstrtoull 490 drivers/perf/arm-ccn.c err = kstrtoull(buf, 0, mask); kstrtoull 45 drivers/powercap/powercap_sys.c err = kstrtoull(buf, 10, &value); \ kstrtoull 100 drivers/powercap/powercap_sys.c err = kstrtoull(buf, 10, &value); \ kstrtoull 107 drivers/s390/scsi/zfcp_aux.c if (!token || kstrtoull(token, 0, (unsigned long long *) &wwpn)) kstrtoull 111 drivers/s390/scsi/zfcp_aux.c if (!token || kstrtoull(token, 0, (unsigned long long *) &lun)) kstrtoull 298 drivers/s390/scsi/zfcp_sysfs.c if (kstrtoull(buf, 0, (unsigned long long *) &wwpn)) kstrtoull 355 drivers/s390/scsi/zfcp_sysfs.c if (kstrtoull(buf, 0, (unsigned long long *) &fcp_lun)) kstrtoull 373 drivers/s390/scsi/zfcp_sysfs.c if (kstrtoull(buf, 0, (unsigned long long *) &fcp_lun)) kstrtoull 2227 drivers/scsi/lpfc/lpfc_debugfs.c if ((tmp == 0) && (kstrtoull(dstbuf, 0, &tmp))) kstrtoull 370 drivers/scsi/scsi_devinfo.c int ret = kstrtoull(strflags, 0, &val); kstrtoull 1038 drivers/target/iscsi/iscsi_target_parameters.c rc = kstrtoull(param->value, 0, &tmp); kstrtoull 296 drivers/target/target_core_fabric_configfs.c ret = kstrtoull(buf + 4, 0, &mapped_lun); kstrtoull 755 drivers/target/target_core_fabric_configfs.c errno = kstrtoull(name + 4, 0, &unpacked_lun); kstrtoull 750 drivers/target/target_core_file.c ret = kstrtoull(arg_p, 0, &fd_dev->fd_dev_size); kstrtoull 115 drivers/xen/pcpu.c if (kstrtoull(buf, 0, &val) < 0) kstrtoull 911 drivers/xen/xen-scsiback.c err = kstrtoull(lunp, 10, &unpacked_lun); kstrtoull 1640 fs/btrfs/ioctl.c ret = kstrtoull(devstr, 10, &devid); kstrtoull 105 fs/ext4/sysfs.c ret = kstrtoull(skip_spaces(buf), 0, &val); kstrtoull 186 fs/fs_parser.c ret = kstrtoull(param->string, 0, &result->uint_64); kstrtoull 1204 fs/nilfs2/super.c err = kstrtoull(arg->from, 0, &val); kstrtoull 342 include/linux/kernel.h int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); kstrtoull 369 include/linux/kernel.h return kstrtoull(s, base, (unsigned long long *)res); kstrtoull 408 include/linux/kernel.h return kstrtoull(s, base, res); kstrtoull 3770 kernel/cgroup/cgroup.c ret = kstrtoull(buf, 0, &v); kstrtoull 243 kernel/params.c STANDARD_PARAM_DEF(ullong, unsigned long long, "%llu", kstrtoull); kstrtoull 1099 kernel/power/hibernate.c rc = kstrtoull(buf, 0, &offset); kstrtoull 1853 kernel/trace/blktrace.c if (kstrtoull(buf, 0, &value)) { kstrtoull 1860 kernel/trace/blktrace.c } else if (kstrtoull(buf, 0, &value)) kstrtoull 1362 kernel/trace/trace_events_filter.c ret = kstrtoull(num_buf, 0, &val); kstrtoull 127 lib/kstrtox.c EXPORT_SYMBOL(kstrtoull); kstrtoull 158 lib/kstrtox.c rv = kstrtoull(s, base, &tmp); kstrtoull 175 lib/kstrtox.c rv = kstrtoull(s, base, &tmp); kstrtoull 222 lib/kstrtox.c rv = kstrtoull(s, base, &tmp); kstrtoull 268 lib/kstrtox.c rv = kstrtoull(s, base, &tmp); kstrtoull 298 lib/kstrtox.c rv = kstrtoull(s, base, &tmp); kstrtoull 401 lib/kstrtox.c kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long); kstrtoull 169 lib/parser.c ret = kstrtoull(buf, base, &val); kstrtoull 152 lib/test-kstrtox.c TEST_OK(kstrtoull, unsigned long long, "%llu", test_ull_ok); kstrtoull 234 lib/test-kstrtox.c TEST_FAIL(kstrtoull, unsigned long long, "%llu", test_ull_fail); kstrtoull 560 net/mac80211/debugfs_netdev.c ret = kstrtoull(buf, 10, &tsf); kstrtoull 1015 sound/drivers/dummy.c if (kstrtoull(item, 0, &val))