Searched refs:match_int (Results 1 – 11 of 11) sorted by relevance
| /linux/lib/ |
| H A D | test_sysctl.c | 146 } match_int[] = { in test_sysctl_calc_match_int_ok() local 161 for (i = 0; i < ARRAY_SIZE(match_int); i++) in test_sysctl_calc_match_int_ok() 162 if (match_int[i].defined != match_int[i].wanted) in test_sysctl_calc_match_int_ok()
|
| /linux/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/include/linux/ |
| H A D | parser.h | 31 int match_int(substring_t *, int *result);
|
| /linux/drivers/target/ |
| H A D | target_core_rd.c | 563 match_int(args, &arg); in rd_set_configfs_dev_params() 570 match_int(args, &arg); in rd_set_configfs_dev_params() 578 match_int(args, &arg); in rd_set_configfs_dev_params()
|
| H A D | target_core_pscsi.c | 741 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params() 750 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params() 760 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params() 770 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()
|
| /linux/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/fs/nfs/ |
| H A D | nfs4idmap.c | 522 ret = match_int(&substr, &im->im_id); in nfs_idmap_prepare_message()
|
| /linux/drivers/nvme/target/ |
| H A D | fcloop.c | 94 if (match_int(args, &token)) { in fcloop_parse_options()
|
| /linux/drivers/block/ |
| H A D | zloop.c | 1507 if (match_int(args, &opts->id)) { in zloop_parse_options()
|
| /linux/fs/f2fs/ |
| H A D | super.c | 1056 if (args->from && match_int(args, &arg)) in f2fs_parse_param() 1065 if (args->from && match_int(args, &arg)) in f2fs_parse_param()
|