/linux-4.1.27/fs/hfsplus/ |
D | options.c | 134 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.1.27/fs/autofs4/ |
D | inode.c | 156 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.1.27/include/linux/ |
D | parser.h | 29 int match_int(substring_t *, int *result);
|
/linux-4.1.27/lib/ |
D | parser.c | 163 int match_int(substring_t *s, int *result) in match_int() function 167 EXPORT_SYMBOL(match_int);
|
/linux-4.1.27/fs/hfs/ |
D | super.c | 255 if (match_int(&args[0], &tmp)) { in parse_options() 266 if (match_int(&args[0], &tmp)) { in parse_options() 299 if (match_int(&args[0], &hsb->part)) { in parse_options() 305 if (match_int(&args[0], &hsb->session)) { in parse_options()
|
/linux-4.1.27/fs/9p/ |
D | v9fs.c | 147 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.1.27/fs/affs/ |
D | super.c | 217 if (match_int(&args[0], &n)) in parse_options() 248 if (match_int(&args[0], reserved)) in parse_options() 252 if (match_int(&args[0], root)) in parse_options() 256 if (match_int(&args[0], &option)) in parse_options() 264 if (match_int(&args[0], &option)) in parse_options()
|
/linux-4.1.27/fs/proc/ |
D | root.c | 69 if (match_int(&args[0], &option)) in proc_parse_options() 74 if (match_int(&args[0], &option)) in proc_parse_options()
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 410 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.1.27/fs/devpts/ |
D | inode.c | 189 if (match_int(&args[0], &option)) in parse_mount_options() 198 if (match_int(&args[0], &option)) in parse_mount_options() 223 if (match_int(&args[0], &option) || in parse_mount_options()
|
/linux-4.1.27/fs/adfs/ |
D | super.c | 176 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.1.27/fs/udf/ |
D | super.c | 517 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.1.27/drivers/target/ |
D | target_core_pscsi.c | 756 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params() 765 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params() 775 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params() 785 ret = match_int(args, &arg); in pscsi_set_configfs_dev_params()
|
D | target_core_configfs.c | 1109 match_int(args, &arg); in target_core_dev_pr_store_attr_res_aptpl_metadata() 1113 match_int(args, &arg); in target_core_dev_pr_store_attr_res_aptpl_metadata() 1117 match_int(args, &arg); in target_core_dev_pr_store_attr_res_aptpl_metadata() 1121 match_int(args, &arg); in target_core_dev_pr_store_attr_res_aptpl_metadata() 1125 match_int(args, &arg); in target_core_dev_pr_store_attr_res_aptpl_metadata() 1153 match_int(args, &arg); in target_core_dev_pr_store_attr_res_aptpl_metadata() 1157 match_int(args, &arg); in target_core_dev_pr_store_attr_res_aptpl_metadata() 1161 match_int(args, &arg); in target_core_dev_pr_store_attr_res_aptpl_metadata()
|
D | target_core_rd.c | 623 match_int(args, &arg); in rd_set_configfs_dev_params() 630 match_int(args, &arg); in rd_set_configfs_dev_params()
|
D | target_core_file.c | 774 ret = match_int(args, &arg); in fd_set_configfs_dev_params()
|
/linux-4.1.27/arch/s390/hypfs/ |
D | inode.c | 239 if (match_int(&args[0], &option)) in hypfs_parse_options() 247 if (match_int(&args[0], &option)) in hypfs_parse_options()
|
/linux-4.1.27/fs/tracefs/ |
D | inode.c | 183 if (match_int(&args[0], &option)) in tracefs_parse_options() 191 if (match_int(&args[0], &option)) in tracefs_parse_options()
|
/linux-4.1.27/fs/debugfs/ |
D | inode.c | 94 if (match_int(&args[0], &option)) in debugfs_parse_options() 102 if (match_int(&args[0], &option)) in debugfs_parse_options()
|
/linux-4.1.27/fs/ocfs2/ |
D | super.c | 1317 if (match_int(&args[0], &option)) { in ocfs2_parse_options() 1351 if (match_int(&args[0], &option)) { in ocfs2_parse_options() 1360 if (match_int(&args[0], &option)) { in ocfs2_parse_options() 1369 if (match_int(&args[0], &option)) { in ocfs2_parse_options() 1381 if (match_int(&args[0], &option)) { in ocfs2_parse_options() 1456 if (match_int(&args[0], &option)) { in ocfs2_parse_options() 1467 if (match_int(&args[0], &option)) { in ocfs2_parse_options()
|
/linux-4.1.27/fs/omfs/ |
D | inode.c | 392 if (match_int(&args[0], &option)) in parse_options() 399 if (match_int(&args[0], &option)) in parse_options()
|
/linux-4.1.27/fs/gfs2/ |
D | super.c | 231 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()
|
D | ops_fstype.c | 974 ret = match_int(&tmp[0], &option); in gfs2_lm_mount() 985 ret = match_int(&tmp[0], &option); in gfs2_lm_mount()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 621 if (match_int(&args[0], &option)) in spufs_parse_options() 628 if (match_int(&args[0], &option)) in spufs_parse_options()
|
/linux-4.1.27/fs/hpfs/ |
D | super.c | 316 if (match_int(args, &option)) in parse_opts() 323 if (match_int(args, &option)) in parse_opts()
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 1028 if (match_int(&args[0], &option)) in parse_options() 1039 if (match_int(&args[0], &option)) in parse_options() 1137 if (match_int(&args[0], &option)) in parse_options() 1147 if (match_int(&args[0], &option)) in parse_options() 1190 if (match_int(&args[0], &option)) in parse_options() 1313 if (match_int(&args[0], &option)) in parse_options() 1331 if (match_int(&args[0], &option) != 0) in parse_options()
|
/linux-4.1.27/fs/jffs2/ |
D | super.c | 221 if (match_int(&args[0], &opt)) in jffs2_parse_options()
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 699 if (match_int(&args[0], &option)) in parse_options() 713 if (match_int(&args[0], &option)) in parse_options()
|
/linux-4.1.27/fs/fuse/ |
D | inode.c | 487 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.1.27/fs/btrfs/ |
D | super.c | 541 ret = match_int(&args[0], &intarg); in btrfs_parse_options() 613 ret = match_int(&args[0], &intarg); in btrfs_parse_options() 693 ret = match_int(&args[0], &intarg); in btrfs_parse_options() 728 ret = match_int(&args[0], &intarg); in btrfs_parse_options()
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 3006 if (match_int(args, &token)) { in srp_parse_options() 3014 if (match_int(args, &token) || token < 1) { in srp_parse_options() 3026 if (match_int(args, &token) || token < 1) { in srp_parse_options() 3060 if (match_int(args, &token) || token < 1 || token > 255) { in srp_parse_options() 3069 if (match_int(args, &token)) { in srp_parse_options() 3077 if (match_int(args, &token) || token < 1 || in srp_parse_options() 3087 if (match_int(args, &token) || token < 0) { in srp_parse_options() 3095 if (match_int(args, &token) || token < 2 || token > 7) { in srp_parse_options()
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 1104 if (match_int(&args[0], &option)) in parse_options() 1111 if (match_int(&args[0], &option)) in parse_options() 1138 if (match_int(&args[0], &option)) in parse_options() 1146 if (match_int(&args[0], &option)) in parse_options()
|
/linux-4.1.27/fs/pstore/ |
D | inode.c | 265 if (!match_int(&args[0], &option)) in parse_options()
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 778 if (match_int(&args[0], &option)) in hugetlbfs_parse_options() 786 if (match_int(&args[0], &option)) in hugetlbfs_parse_options()
|
/linux-4.1.27/net/ceph/ |
D | ceph_common.c | 382 ret = match_int(&argstr[0], &intval); in ceph_parse_options()
|
/linux-4.1.27/net/9p/ |
D | trans_rdma.c | 203 r = match_int(&args[0], &option); in parse_opts()
|
D | trans_fd.c | 757 r = match_int(&args[0], &option); in parse_opts()
|
D | client.c | 152 r = match_int(&args[0], &option); in parse_opts()
|
/linux-4.1.27/fs/nfs/ |
D | nfs4idmap.c | 532 ret = match_int(&substr, &im->im_id); in nfs_idmap_prepare_message()
|
/linux-4.1.27/fs/ext2/ |
D | super.c | 478 if (match_int(&args[0], &option)) in parse_options() 489 if (match_int(&args[0], &option)) in parse_options()
|
/linux-4.1.27/fs/ceph/ |
D | super.c | 186 ret = match_int(&argstr[0], &intval); in parse_fsopt_token()
|
/linux-4.1.27/fs/exofs/ |
D | super.c | 122 if (match_int(&args[0], &option)) in parse_options()
|
/linux-4.1.27/fs/f2fs/ |
D | super.c | 350 if (args->from && match_int(args, &arg)) in parse_options()
|
/linux-4.1.27/drivers/block/ |
D | rbd.c | 771 ret = match_int(&argstr[0], &intval); in parse_rbd_opts_token()
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 1499 if (args->from && !(m->flags & MOPT_STRING) && match_int(args, &arg)) in handle_mount_opt()
|