| /linux-6.15/lib/ |
| H A D | test_sysctl.c | 144 } match_int[] = { in test_sysctl_calc_match_int_ok() local 159 for (i = 0; i < ARRAY_SIZE(match_int); i++) in test_sysctl_calc_match_int_ok() 160 if (match_int[i].defined != match_int[i].wanted) in test_sysctl_calc_match_int_ok()
|
| H A D | parser.c | 194 int match_int(substring_t *s, int *result) in match_int() function 198 EXPORT_SYMBOL(match_int);
|
| /linux-6.15/fs/unicode/ |
| H A D | utf8-core.c | 236 if (match_int(&args[0], &maj) || match_int(&args[1], &min) || in utf8_parse_version() 237 match_int(&args[2], &rev)) in utf8_parse_version()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | fabrics.c | 804 if (match_int(args, &token)) { in nvmf_parse_options() 817 if (match_int(args, &token)) { in nvmf_parse_options() 835 if (match_int(args, &token)) { in nvmf_parse_options() 851 if (match_int(args, &token)) { in nvmf_parse_options() 861 if (match_int(args, &token)) { in nvmf_parse_options() 898 if (match_int(args, &token)) { in nvmf_parse_options() 955 if (match_int(args, &token)) { in nvmf_parse_options() 967 if (match_int(args, &token)) { in nvmf_parse_options() 979 if (match_int(args, &token)) { in nvmf_parse_options() 995 if (match_int(args, &key_id) || key_id <= 0) { in nvmf_parse_options() [all …]
|
| /linux-6.15/fs/9p/ |
| H A D | v9fs.c | 200 r = match_int(&args[0], &option); in v9fs_parse_options() 214 r = match_int(&args[0], &option); in v9fs_parse_options() 229 r = match_int(&args[0], &option); in v9fs_parse_options() 244 r = match_int(&args[0], &option); in v9fs_parse_options() 356 r = match_int(&args[0], &option); in v9fs_parse_options()
|
| /linux-6.15/include/linux/ |
| H A D | parser.h | 31 int match_int(substring_t *, int *result);
|
| /linux-6.15/drivers/target/ |
| H A D | target_core_rd.c | 564 match_int(args, &arg); in rd_set_configfs_dev_params() 571 match_int(args, &arg); in rd_set_configfs_dev_params() 579 match_int(args, &arg); in rd_set_configfs_dev_params()
|
| H A D | target_core_pscsi.c | 740 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params() 749 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params() 759 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params() 769 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params()
|
| H A D | target_core_file.c | 751 ret = match_int(args, &arg); in fd_set_configfs_dev_params() 766 ret = match_int(args, &arg); in fd_set_configfs_dev_params()
|
| H A D | target_core_configfs.c | 2144 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store() 2150 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store() 2156 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store() 2161 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store() 2197 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store() 2203 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store()
|
| H A D | target_core_user.c | 2449 ret = match_int(arg, &val); in tcmu_set_dev_attrib() 2470 ret = match_int(arg, &val); in tcmu_set_max_blocks_param() 2510 ret = match_int(arg, &val); in tcmu_set_data_pages_per_blk() 2543 ret = match_int(arg, &val); in tcmu_set_cmd_ring_size() 2617 ret = match_int(&args[0], &udev->nl_reply_supported); in tcmu_set_configfs_dev_params()
|
| /linux-6.15/drivers/block/rnbd/ |
| H A D | rnbd-clt-sysfs.c | 154 if (match_int(args, &dest_port) || dest_port < 0 || in rnbd_clt_parse_map_options() 189 if (match_int(args, &nr_poll_queues) || nr_poll_queues < -1 || in rnbd_clt_parse_map_options()
|
| /linux-6.15/fs/omfs/ |
| H A D | inode.c | 417 if (match_int(&args[0], &option)) in parse_options() 424 if (match_int(&args[0], &option)) in parse_options()
|
| /linux-6.15/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 3460 ret = match_int(args, &token); in srp_parse_options() 3469 ret = match_int(args, &token); in srp_parse_options() 3488 ret = match_int(args, &token); in srp_parse_options() 3504 ret = match_int(args, &token); in srp_parse_options() 3553 ret = match_int(args, &token); in srp_parse_options() 3569 ret = match_int(args, &token); in srp_parse_options() 3578 ret = match_int(args, &token); in srp_parse_options() 3594 ret = match_int(args, &token); in srp_parse_options() 3609 ret = match_int(args, &token); in srp_parse_options() 3625 ret = match_int(args, &token); in srp_parse_options() [all …]
|
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 767 if (args->from && match_int(args, &arg)) in parse_options() 795 if (args->from && match_int(args, &arg)) in parse_options() 846 if (args->from && match_int(args, &arg)) in parse_options() 857 if (args->from && match_int(args, &arg)) in parse_options() 867 if (args->from && match_int(args, &arg)) in parse_options() 897 if (args->from && match_int(args, &arg)) in parse_options() 906 if (args->from && match_int(args, &arg)) in parse_options() 1044 if (args->from && match_int(args, &arg)) in parse_options() 1052 if (args->from && match_int(args, &arg)) in parse_options() 1129 if (args->from && match_int(args, &arg)) in parse_options()
|
| /linux-6.15/kernel/cgroup/ |
| H A D | rdma.c | 378 ret = match_int(&argstr, intval); in parse_resource()
|
| /linux-6.15/net/9p/ |
| H A D | trans_rdma.c | 205 r = match_int(&args[0], &option); in parse_opts()
|
| H A D | trans_fd.c | 801 r = match_int(&args[0], &option); in parse_opts()
|
| H A D | client.c | 163 r = match_int(&args[0], &option); in parse_opts()
|
| /linux-6.15/fs/nfs/ |
| H A D | nfs4idmap.c | 535 ret = match_int(&substr, &im->im_id); in nfs_idmap_prepare_message()
|
| /linux-6.15/fs/gfs2/ |
| H A D | ops_fstype.c | 1016 ret = match_int(&tmp[0], &option); in gfs2_lm_mount() 1027 ret = match_int(&tmp[0], &option); in gfs2_lm_mount()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | fcloop.c | 94 if (match_int(args, &token)) { in fcloop_parse_options()
|
| /linux-6.15/mm/ |
| H A D | memcontrol.c | 4429 if (match_int(&args[0], &swappiness)) in memory_reclaim()
|