Searched refs:match_u64 (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/lib/ |
| H A D | parser.c | 233 int match_u64(substring_t *s, u64 *result) in match_u64() function 237 EXPORT_SYMBOL(match_u64);
|
| /linux-6.15/include/linux/ |
| H A D | parser.h | 33 int match_u64(substring_t *, u64 *result);
|
| /linux-6.15/drivers/nvme/target/ |
| H A 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()
|
| H A D | fc.c | 2778 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()
|
| /linux-6.15/block/ |
| H A D | blk-iocost.c | 3269 if (match_u64(&args[0], &v)) in ioc_qos_write() 3299 if (match_u64(&args[0], &v)) in ioc_qos_write() 3477 if (match_u64(&args[0], &v)) in ioc_cost_model_write()
|
| /linux-6.15/drivers/target/ |
| H A D | target_core_configfs.c | 2133 ret = match_u64(args, &tmp_ll); in target_pr_res_aptpl_metadata_store() 2167 ret = match_u64(args, &tmp_ll); in target_pr_res_aptpl_metadata_store() 2208 ret = match_u64(args, &tmp_ll); in target_pr_res_aptpl_metadata_store()
|
| H A D | target_core_user.c | 2603 ret = match_u64(&args[0], &udev->dev_size); in tcmu_set_configfs_dev_params()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | fc.c | 3600 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()
|