/linux-4.4.14/lib/ |
D | kstrtox.c | 122 int kstrtoull(const char *s, unsigned int base, unsigned long long *res) in kstrtoull() function 128 EXPORT_SYMBOL(kstrtoull); 159 rv = kstrtoull(s, base, &tmp); in kstrtoll() 176 rv = kstrtoull(s, base, &tmp); in _kstrtoul() 223 rv = kstrtoull(s, base, &tmp); in kstrtouint() 269 rv = kstrtoull(s, base, &tmp); in kstrtou16() 299 rv = kstrtoull(s, base, &tmp); in kstrtou8() 338 kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long);
|
D | test-kstrtox.c | 152 TEST_OK(kstrtoull, unsigned long long, "%llu", test_ull_ok); in test_kstrtoull_ok() 234 TEST_FAIL(kstrtoull, unsigned long long, "%llu", test_ull_fail); in test_kstrtoull_fail()
|
/linux-4.4.14/drivers/base/ |
D | memory.c | 457 ret = kstrtoull(buf, 0, &phys_addr); in memory_probe_store() 497 if (kstrtoull(buf, 0, &pfn) < 0) in store_soft_offline_page() 516 if (kstrtoull(buf, 0, &pfn) < 0) in store_hard_offline_page()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | fsl_85xx_l2ctlr.c | 42 if (!sram_offset || (kstrtoull(sram_offset, 0, &addr) < 0)) in get_cache_sram_params()
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 271 int __must_check kstrtoull(const char *s, unsigned int base, unsigned long long *res); 298 return kstrtoull(s, base, (unsigned long long *)res); in kstrtoul() 337 return kstrtoull(s, base, res); in kstrtou64()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_sysfs.c | 253 if (kstrtoull(buf, 0, (unsigned long long *) &wwpn)) in zfcp_sysfs_port_remove_store() 314 if (kstrtoull(buf, 0, (unsigned long long *) &fcp_lun)) in zfcp_sysfs_unit_add_store() 332 if (kstrtoull(buf, 0, (unsigned long long *) &fcp_lun)) in zfcp_sysfs_unit_remove_store()
|
D | zfcp_aux.c | 107 if (!token || kstrtoull(token, 0, (unsigned long long *) &wwpn)) in zfcp_init_device_setup() 111 if (!token || kstrtoull(token, 0, (unsigned long long *) &lun)) in zfcp_init_device_setup()
|
/linux-4.4.14/drivers/misc/ |
D | ds1682.c | 95 rc = kstrtoull(buf, 0, &val); in ds1682_store()
|
/linux-4.4.14/drivers/xen/ |
D | pcpu.c | 115 if (kstrtoull(buf, 0, &val) < 0) in store_online()
|
D | xen-scsiback.c | 875 err = kstrtoull(lunp, 10, &unpacked_lun); in scsiback_add_translation_entry()
|
/linux-4.4.14/drivers/powercap/ |
D | powercap_sys.c | 57 err = kstrtoull(buf, 10, &value); \ 112 err = kstrtoull(buf, 10, &value); \
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 277 rc = kstrtoull(buffer, 10, &val); in cur_grant_bytes_store() 549 rc = kstrtoull(buffer, 10, &val); in max_pages_per_rpc_store()
|
/linux-4.4.14/drivers/md/ |
D | dm-switch.c | 217 if (kstrtoull(dm_shift_arg(as), 10, &start) || start != (sector_t)start) { in parse_path()
|
D | md.c | 2842 if (kstrtoull(buf, 10, &offset) < 0) in offset_store() 2870 if (kstrtoull(buf, 10, &new_offset) < 0) in new_offset_store() 2937 if (kstrtoull(buf, 10, &blocks) < 0) in strict_blocks_to_sectors() 3045 else if (kstrtoull(buf, 10, &recovery_start)) in recovery_start_store() 3794 err = kstrtoull(buf, 10, &n); in resync_start_store() 4549 if (kstrtoull(buf, 10, &min)) in min_sync_store() 4594 if (kstrtoull(buf, 10, &max)) in max_sync_store() 4638 err = kstrtoull(buf, 10, &new); in suspend_lo_store() 4681 err = kstrtoull(buf, 10, &new); in suspend_hi_store() 4729 err = kstrtoull(buf, 10, &new); in reshape_position_store()
|
D | dm-thin.c | 3143 if (kstrtoull(argv[3], 10, (unsigned long long *)&low_water_blocks)) { in pool_ctr() 3475 if (!kstrtoull(arg, 10, (unsigned long long *)dev_id) && in read_dev_id() 3565 if (kstrtoull(argv[1], 10, (unsigned long long *)&old_id)) { in process_set_transaction_id_mesg() 3570 if (kstrtoull(argv[2], 10, (unsigned long long *)&new_id)) { in process_set_transaction_id_mesg()
|
/linux-4.4.14/fs/ext4/ |
D | sysfs.c | 102 ret = kstrtoull(skip_spaces(buf), 0, &val); in reserved_clusters_store()
|
/linux-4.4.14/drivers/target/ |
D | target_core_fabric_configfs.c | 307 ret = kstrtoull(buf + 4, 0, &mapped_lun); in target_fabric_make_mappedlun() 807 errno = kstrtoull(name + 4, 0, &unpacked_lun); in target_fabric_make_lun()
|
D | target_core_file.c | 650 ret = kstrtoull(arg_p, 0, &fd_dev->fd_dev_size); in fd_set_configfs_dev_params()
|
D | target_core_configfs.c | 1553 ret = kstrtoull(args->from, 0, &tmp_ll); in target_pr_res_aptpl_metadata_store()
|
/linux-4.4.14/drivers/cpuidle/ |
D | sysfs.c | 267 err = kstrtoull(buf, 0, &value); \
|
/linux-4.4.14/drivers/iio/frequency/ |
D | adf4350.c | 255 ret = kstrtoull(buf, 10, &readin); in adf4350_write()
|
/linux-4.4.14/net/mac80211/ |
D | debugfs_netdev.c | 524 ret = kstrtoull(buf, 10, &tsf); in ieee80211_if_parse_tsf()
|
/linux-4.4.14/kernel/ |
D | params.c | 298 STANDARD_PARAM_DEF(ullong, unsigned long long, "%llu", kstrtoull);
|
D | cgroup.c | 3232 ret = kstrtoull(buf, 0, &v); in cgroup_file_write()
|
/linux-4.4.14/sound/drivers/ |
D | dummy.c | 1024 if (kstrtoull(item, 0, &val)) in dummy_proc_write()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_parameters.c | 1048 rc = kstrtoull(param->value, 0, &tmp); in iscsi_check_acceptor_state()
|
/linux-4.4.14/Documentation/DocBook/ |
D | kernel-api.xml.db | 60 API-kstrtoull
|
/linux-4.4.14/drivers/bus/ |
D | arm-ccn.c | 485 err = kstrtoull(buf, 0, mask); in arm_ccn_pmu_cmp_mask_store()
|
/linux-4.4.14/drivers/nvdimm/ |
D | namespace_devs.c | 949 rc = kstrtoull(buf, 0, &val); in size_store()
|
/linux-4.4.14/kernel/trace/ |
D | trace_events_filter.c | 1069 ret = kstrtoull(pred->regex.pattern, 0, &val); in init_pred()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 1071 if ((tmp == 0) && (kstrtoull(dstbuf, 0, &tmp))) in lpfc_debugfs_dif_err_write()
|
/linux-4.4.14/fs/btrfs/ |
D | ioctl.c | 1514 ret = kstrtoull(devstr, 10, &devid); in btrfs_ioctl_resize()
|