Home
last modified time | relevance | path

Searched refs:match_u64 (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/lib/
Dparser.c202 int match_u64(substring_t *s, u64 *result) in match_u64() function
206 EXPORT_SYMBOL(match_u64);
/Linux-v5.4/include/linux/
Dparser.h31 int match_u64(substring_t *, u64 *result);
/Linux-v5.4/drivers/nvme/target/
Dfcloop.c67 if (match_u64(args, &token64)) { in fcloop_parse_options()
74 if (match_u64(args, &token64)) { in fcloop_parse_options()
95 if (match_u64(args, &token64)) { in fcloop_parse_options()
102 if (match_u64(args, &token64)) { in fcloop_parse_options()
144 if (match_u64(args, &token64)) { in fcloop_parse_nm_options()
151 if (match_u64(args, &token64)) { in fcloop_parse_nm_options()
Dfc.c2440 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()
/Linux-v5.4/block/
Dblk-iocost.c2218 match_u64(&args[0], &v); in ioc_qos_write()
2247 if (match_u64(&args[0], &v)) in ioc_qos_write()
2401 if (match_u64(&args[0], &v)) in ioc_cost_model_write()
/Linux-v5.4/drivers/target/
Dtarget_core_configfs.c1917 ret = match_u64(args, &tmp_ll); in target_pr_res_aptpl_metadata_store()
1951 ret = match_u64(args, &tmp_ll); in target_pr_res_aptpl_metadata_store()
1992 ret = match_u64(args, &tmp_ll); in target_pr_res_aptpl_metadata_store()
Dtarget_core_user.c2181 ret = match_u64(&args[0], &udev->dev_size); in tcmu_set_configfs_dev_params()
/Linux-v5.4/fs/btrfs/
Dsuper.c985 error = match_u64(&args[0], &subvolid); in btrfs_parse_subvol_options()
/Linux-v5.4/drivers/nvme/host/
Dfc.c3233 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()