Home
last modified time | relevance | path

Searched refs:match_int (Results 1 – 44 of 44) sorted by relevance

/linux-4.4.14/fs/hfsplus/
Doptions.c134 if (match_int(&args[0], &tmp)) { in hfsplus_parse_options()
145 if (match_int(&args[0], &tmp)) { in hfsplus_parse_options()
156 if (match_int(&args[0], &sbi->part)) { in hfsplus_parse_options()
162 if (match_int(&args[0], &sbi->session)) { in hfsplus_parse_options()
/linux-4.4.14/fs/autofs4/
Dinode.c156 if (match_int(args, pipefd)) in parse_options()
160 if (match_int(args, &option)) in parse_options()
167 if (match_int(args, &option)) in parse_options()
174 if (match_int(args, &option)) in parse_options()
180 if (match_int(args, &option)) in parse_options()
185 if (match_int(args, &option)) in parse_options()
/linux-4.4.14/include/linux/
Dparser.h29 int match_int(substring_t *, int *result);
/linux-4.4.14/lib/
Dparser.c163 int match_int(substring_t *s, int *result) in match_int() function
167 EXPORT_SYMBOL(match_int);
/linux-4.4.14/fs/hfs/
Dsuper.c256 if (match_int(&args[0], &tmp)) { in parse_options()
267 if (match_int(&args[0], &tmp)) { in parse_options()
300 if (match_int(&args[0], &hsb->part)) { in parse_options()
306 if (match_int(&args[0], &hsb->session)) { in parse_options()
/linux-4.4.14/fs/9p/
Dv9fs.c147 r = match_int(&args[0], &option); in v9fs_parse_options()
161 r = match_int(&args[0], &option); in v9fs_parse_options()
177 r = match_int(&args[0], &option); in v9fs_parse_options()
193 r = match_int(&args[0], &option); in v9fs_parse_options()
/linux-4.4.14/fs/affs/
Dsuper.c218 if (match_int(&args[0], &n)) in parse_options()
249 if (match_int(&args[0], reserved)) in parse_options()
253 if (match_int(&args[0], root)) in parse_options()
257 if (match_int(&args[0], &option)) in parse_options()
265 if (match_int(&args[0], &option)) in parse_options()
/linux-4.4.14/fs/proc/
Droot.c69 if (match_int(&args[0], &option)) in proc_parse_options()
74 if (match_int(&args[0], &option)) in proc_parse_options()
/linux-4.4.14/fs/isofs/
Dinode.c410 if (match_int(&args[0], &option)) in parse_options()
418 if (match_int(&args[0], &option)) in parse_options()
431 if (match_int(&args[0], &option)) in parse_options()
439 if (match_int(&args[0], &option)) in parse_options()
447 if (match_int(&args[0], &option)) in parse_options()
452 if (match_int(&args[0], &option)) in parse_options()
460 if (match_int(&args[0], &option)) in parse_options()
/linux-4.4.14/fs/adfs/
Dsuper.c176 if (match_int(args, &option)) in parse_options()
183 if (match_int(args, &option)) in parse_options()
200 if (match_int(args, &option)) in parse_options()
/linux-4.4.14/fs/devpts/
Dinode.c191 if (match_int(&args[0], &option)) in parse_mount_options()
200 if (match_int(&args[0], &option)) in parse_mount_options()
225 if (match_int(&args[0], &option) || in parse_mount_options()
/linux-4.4.14/fs/udf/
Dsuper.c517 if (match_int(&args[0], &option)) in udf_parse_options()
544 if (match_int(args, &option)) in udf_parse_options()
552 if (match_int(args, &option)) in udf_parse_options()
568 if (match_int(args, &option)) in udf_parse_options()
575 if (match_int(args, &option)) in udf_parse_options()
582 if (match_int(args, &option)) in udf_parse_options()
587 if (match_int(args, &option)) in udf_parse_options()
592 if (match_int(args, &option)) in udf_parse_options()
597 if (match_int(args, &option)) in udf_parse_options()
602 if (match_int(args, &option)) in udf_parse_options()
/linux-4.4.14/drivers/target/
Dtarget_core_pscsi.c761 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params()
770 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params()
780 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params()
790 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params()
Dtarget_core_rd.c588 match_int(args, &arg); in rd_set_configfs_dev_params()
595 match_int(args, &arg); in rd_set_configfs_dev_params()
Dtarget_core_configfs.c1564 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store()
1570 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store()
1576 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store()
1581 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store()
1587 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store()
1617 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store()
1623 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store()
1628 ret = match_int(args, &arg); in target_pr_res_aptpl_metadata_store()
Dtarget_core_file.c662 ret = match_int(args, &arg); in fd_set_configfs_dev_params()
/linux-4.4.14/fs/tracefs/
Dinode.c183 if (match_int(&args[0], &option)) in tracefs_parse_options()
191 if (match_int(&args[0], &option)) in tracefs_parse_options()
/linux-4.4.14/arch/s390/hypfs/
Dinode.c234 if (match_int(&args[0], &option)) in hypfs_parse_options()
242 if (match_int(&args[0], &option)) in hypfs_parse_options()
/linux-4.4.14/fs/debugfs/
Dinode.c89 if (match_int(&args[0], &option)) in debugfs_parse_options()
97 if (match_int(&args[0], &option)) in debugfs_parse_options()
/linux-4.4.14/fs/ocfs2/
Dsuper.c1319 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1362 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1371 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1380 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1392 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1467 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
1478 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
/linux-4.4.14/fs/omfs/
Dinode.c392 if (match_int(&args[0], &option)) in parse_options()
399 if (match_int(&args[0], &option)) in parse_options()
/linux-4.4.14/fs/gfs2/
Dsuper.c231 rv = match_int(&tmp[0], &args->ar_commit); in gfs2_mount_args()
238 rv = match_int(&tmp[0], &args->ar_statfs_quantum); in gfs2_mount_args()
245 rv = match_int(&tmp[0], &args->ar_quota_quantum); in gfs2_mount_args()
252 rv = match_int(&tmp[0], &args->ar_statfs_percent); in gfs2_mount_args()
Dops_fstype.c975 ret = match_int(&tmp[0], &option); in gfs2_lm_mount()
986 ret = match_int(&tmp[0], &option); in gfs2_lm_mount()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dinode.c621 if (match_int(&args[0], &option)) in spufs_parse_options()
628 if (match_int(&args[0], &option)) in spufs_parse_options()
/linux-4.4.14/fs/hpfs/
Dsuper.c343 if (match_int(args, &option)) in parse_opts()
350 if (match_int(args, &option)) in parse_opts()
/linux-4.4.14/fs/jffs2/
Dsuper.c221 if (match_int(&args[0], &opt)) in jffs2_parse_options()
/linux-4.4.14/fs/befs/
Dlinuxvfs.c682 if (match_int(&args[0], &option)) in parse_options()
696 if (match_int(&args[0], &option)) in parse_options()
/linux-4.4.14/fs/fuse/
Dinode.c487 if (match_int(&args[0], &value)) in parse_fuse_opt()
529 if (match_int(&args[0], &value)) in parse_fuse_opt()
535 if (!is_bdev || match_int(&args[0], &value)) in parse_fuse_opt()
/linux-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.c3061 if (match_int(args, &token)) { in srp_parse_options()
3069 if (match_int(args, &token) || token < 1) { in srp_parse_options()
3081 if (match_int(args, &token) || token < 1) { in srp_parse_options()
3115 if (match_int(args, &token) || token < 1 || token > 255) { in srp_parse_options()
3124 if (match_int(args, &token)) { in srp_parse_options()
3132 if (match_int(args, &token) || token < 1 || in srp_parse_options()
3142 if (match_int(args, &token) || token < 0) { in srp_parse_options()
3150 if (match_int(args, &token) || token < 2 || token > 7) { in srp_parse_options()
/linux-4.4.14/fs/btrfs/
Dsuper.c527 ret = match_int(&args[0], &intarg); in btrfs_parse_options()
599 ret = match_int(&args[0], &intarg); in btrfs_parse_options()
679 ret = match_int(&args[0], &intarg); in btrfs_parse_options()
714 ret = match_int(&args[0], &intarg); in btrfs_parse_options()
/linux-4.4.14/fs/fat/
Dinode.c1105 if (match_int(&args[0], &option)) in parse_options()
1112 if (match_int(&args[0], &option)) in parse_options()
1139 if (match_int(&args[0], &option)) in parse_options()
1147 if (match_int(&args[0], &option)) in parse_options()
/linux-4.4.14/fs/pstore/
Dinode.c266 if (!match_int(&args[0], &option)) in parse_options()
/linux-4.4.14/fs/hugetlbfs/
Dinode.c1045 if (match_int(&args[0], &option)) in hugetlbfs_parse_options()
1053 if (match_int(&args[0], &option)) in hugetlbfs_parse_options()
/linux-4.4.14/net/ceph/
Dceph_common.c390 ret = match_int(&argstr[0], &intval); in ceph_parse_options()
/linux-4.4.14/net/9p/
Dtrans_rdma.c201 r = match_int(&args[0], &option); in parse_opts()
Dtrans_fd.c757 r = match_int(&args[0], &option); in parse_opts()
Dclient.c152 r = match_int(&args[0], &option); in parse_opts()
/linux-4.4.14/fs/nfs/
Dnfs4idmap.c517 ret = match_int(&substr, &im->im_id); in nfs_idmap_prepare_message()
/linux-4.4.14/fs/ext2/
Dsuper.c481 if (match_int(&args[0], &option)) in parse_options()
492 if (match_int(&args[0], &option)) in parse_options()
/linux-4.4.14/fs/ceph/
Dsuper.c190 ret = match_int(&argstr[0], &intval); in parse_fsopt_token()
/linux-4.4.14/fs/exofs/
Dsuper.c122 if (match_int(&args[0], &option)) in parse_options()
/linux-4.4.14/fs/f2fs/
Dsuper.c376 if (args->from && match_int(args, &arg)) in parse_options()
/linux-4.4.14/drivers/block/
Drbd.c769 ret = match_int(&argstr[0], &intval); in parse_rbd_opts_token()
/linux-4.4.14/fs/ext4/
Dsuper.c1516 if (args->from && !(m->flags & MOPT_STRING) && match_int(args, &arg)) in handle_mount_opt()