Searched refs:match_u64 (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
D | parser.c | 202 int match_u64(substring_t *s, u64 *result) in match_u64() function 206 EXPORT_SYMBOL(match_u64);
|
/kernel/linux/linux-5.10/include/linux/ |
D | parser.h | 32 int match_u64(substring_t *, u64 *result);
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | fcloop.c | 79 match_u64(args, &token64)) { in fcloop_parse_options() 87 match_u64(args, &token64)) { in fcloop_parse_options() 109 match_u64(args, &token64)) { in fcloop_parse_options() 117 match_u64(args, &token64)) { in fcloop_parse_options() 160 match_u64(args, &token64)) { in fcloop_parse_nm_options() 168 match_u64(args, &token64)) { in fcloop_parse_nm_options()
|
D | fc.c | 2782 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()
|
/kernel/linux/linux-5.10/drivers/target/ |
D | target_core_configfs.c | 1991 ret = match_u64(args, &tmp_ll); in target_pr_res_aptpl_metadata_store() 2025 ret = match_u64(args, &tmp_ll); in target_pr_res_aptpl_metadata_store() 2066 ret = match_u64(args, &tmp_ll); in target_pr_res_aptpl_metadata_store()
|
D | target_core_user.c | 2377 ret = match_u64(&args[0], &udev->dev_size); in tcmu_set_configfs_dev_params()
|
/kernel/linux/linux-5.10/block/ |
D | blk-iocost.c | 3193 match_u64(&args[0], &v); in ioc_qos_write() 3222 if (match_u64(&args[0], &v)) in ioc_qos_write() 3377 if (match_u64(&args[0], &v)) in ioc_cost_model_write()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | super.c | 1116 error = match_u64(&args[0], &subvolid); in btrfs_parse_subvol_options()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | fc.c | 3622 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()
|