Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dparser.h31 int match_u64(substring_t *, u64 *result);
/Linux-v4.19/lib/
Dparser.c210 int match_u64(substring_t *s, u64 *result) in match_u64() function
214 EXPORT_SYMBOL(match_u64);
/Linux-v4.19/drivers/nvme/target/
Dfcloop.c78 if (match_u64(args, &token64)) { in fcloop_parse_options()
85 if (match_u64(args, &token64)) { in fcloop_parse_options()
106 if (match_u64(args, &token64)) { in fcloop_parse_options()
113 if (match_u64(args, &token64)) { in fcloop_parse_options()
155 if (match_u64(args, &token64)) { in fcloop_parse_nm_options()
162 if (match_u64(args, &token64)) { in fcloop_parse_nm_options()
Dfc.c2452 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()
/Linux-v4.19/drivers/target/
Dtarget_core_configfs.c1699 ret = match_u64(args, &tmp_ll); in target_pr_res_aptpl_metadata_store()
1733 ret = match_u64(args, &tmp_ll); in target_pr_res_aptpl_metadata_store()
1774 ret = match_u64(args, &tmp_ll); in target_pr_res_aptpl_metadata_store()
Dtarget_core_user.c2139 ret = match_u64(&args[0], &udev->dev_size); in tcmu_set_configfs_dev_params()
/Linux-v4.19/fs/btrfs/
Dsuper.c976 error = match_u64(&args[0], &subvolid); in btrfs_parse_subvol_options()
/Linux-v4.19/drivers/nvme/host/
Dfc.c3143 if (match_u64(sstr, &token64)) in __nvme_fc_parse_u64()