Searched refs:match_int (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/include/linux/
H A Dparser.h31 int match_int(substring_t *, int *result);
/linux-master/lib/
H A Dtest_sysctl.c99 .procname = "match_int",
144 } match_int[] = { local
159 for (i = 0; i < ARRAY_SIZE(match_int); i++)
160 if (match_int[i].defined != match_int[i].wanted)
H A Dparser.c185 * match_int - scan a decimal representation of an integer from a substring_t
194 int match_int(substring_t *s, int *result) function
198 EXPORT_SYMBOL(match_int); variable
/linux-master/fs/hfsplus/
H A Doptions.c135 if (match_int(&args[0], &tmp)) {
148 if (match_int(&args[0], &tmp)) {
161 if (match_int(&args[0], &sbi->part)) {
167 if (match_int(&args[0], &sbi->session)) {
/linux-master/fs/hfs/
H A Dsuper.c249 if (match_int(&args[0], &tmp)) {
260 if (match_int(&args[0], &tmp)) {
293 if (match_int(&args[0], &hsb->part)) {
299 if (match_int(&args[0], &hsb->session)) {
/linux-master/drivers/nvme/host/
H A Dfabrics.c773 if (match_int(args, &token)) {
786 if (match_int(args, &token)) {
804 if (match_int(args, &token)) {
820 if (match_int(args, &token)) {
830 if (match_int(args, &token)) {
867 if (match_int(args, &token)) {
924 if (match_int(args, &token)) {
936 if (match_int(args, &token)) {
948 if (match_int(args, &token)) {
964 if (match_int(arg
[all...]
/linux-master/fs/affs/
H A Dsuper.c216 if (match_int(&args[0], &n))
248 if (match_int(&args[0], reserved))
252 if (match_int(&args[0], root))
256 if (match_int(&args[0], &option))
264 if (match_int(&args[0], &option))
/linux-master/fs/9p/
H A Dv9fs.c200 r = match_int(&args[0], &option);
214 r = match_int(&args[0], &option);
229 r = match_int(&args[0], &option);
244 r = match_int(&args[0], &option);
356 r = match_int(&args[0], &option);
/linux-master/fs/devpts/
H A Dinode.c259 if (match_int(&args[0], &option))
268 if (match_int(&args[0], &option))
289 if (match_int(&args[0], &option) ||
/linux-master/fs/adfs/
H A Dsuper.c147 if (match_int(args, &option))
154 if (match_int(args, &option))
171 if (match_int(args, &option))
/linux-master/drivers/target/
H A Dtarget_core_rd.c564 match_int(args, &arg);
571 match_int(args, &arg);
579 match_int(args, &arg);
H A Dtarget_core_pscsi.c740 ret = match_int(args, &arg);
749 ret = match_int(args, &arg);
759 ret = match_int(args, &arg);
769 ret = match_int(args, &arg);
H A Dtarget_core_file.c751 ret = match_int(args, &arg);
766 ret = match_int(args, &arg);
/linux-master/fs/isofs/
H A Dinode.c414 if (match_int(&args[0], &option))
426 if (match_int(&args[0], &option))
455 if (match_int(&args[0], &option))
460 if (match_int(&args[0], &option))
468 if (match_int(&args[0], &option))
/linux-master/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c154 if (match_int(args, &dest_port) || dest_port < 0 ||
189 if (match_int(args, &nr_poll_queues) || nr_poll_queues < -1 ||
/linux-master/fs/omfs/
H A Dinode.c417 if (match_int(&args[0], &option))
424 if (match_int(&args[0], &option))
/linux-master/fs/hpfs/
H A Dsuper.c336 if (match_int(args, &option))
343 if (match_int(args, &option))
/linux-master/fs/tracefs/
H A Dinode.c279 if (match_int(&args[0], &option))
287 if (match_int(&args[0], &option))
/linux-master/fs/debugfs/
H A Dinode.c125 if (match_int(&args[0], &option))
133 if (match_int(&args[0], &option))
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c3459 ret = match_int(args, &token);
3468 ret = match_int(args, &token);
3470 pr_warn("match_int() failed for queue_size parameter '%s', Error %d\n",
3487 ret = match_int(args, &token);
3489 pr_warn("match_int() failed for max cmd_per_lun parameter '%s', Error %d\n",
3503 ret = match_int(args, &token);
3505 pr_warn("match_int() failed for max target_can_queue parameter '%s', Error %d\n",
3552 ret = match_int(args, &token);
3554 pr_warn("match_int() failed for max cmd_sg_entries parameter '%s', Error %d\n",
3568 ret = match_int(arg
[all...]
/linux-master/fs/ocfs2/
H A Dsuper.c1276 if (match_int(&args[0], &option)) {
1319 if (match_int(&args[0], &option)) {
1327 if (match_int(&args[0], &option)) {
1335 if (match_int(&args[0], &option)) {
1346 if (match_int(&args[0], &option)) {
1421 if (match_int(&args[0], &option)) {
1432 if (match_int(&args[0], &option)) {
/linux-master/fs/f2fs/
H A Dsuper.c754 if (args->from && match_int(args, &arg))
789 if (args->from && match_int(args, &arg))
836 if (args->from && match_int(args, &arg))
847 if (args->from && match_int(args, &arg))
857 if (args->from && match_int(args, &arg))
887 if (args->from && match_int(args, &arg))
894 if (args->from && match_int(args, &arg))
1034 if (args->from && match_int(args, &arg))
1042 if (args->from && match_int(args, &arg))
1119 if (args->from && match_int(arg
[all...]
/linux-master/kernel/cgroup/
H A Drdma.c378 ret = match_int(&argstr, intval);
/linux-master/fs/pstore/
H A Dinode.c255 if (!match_int(&args[0], &option))
/linux-master/fs/fat/
H A Dinode.c1219 if (match_int(&args[0], &option))
1226 if (match_int(&args[0], &option))
1253 if (match_int(&args[0], &option))
1261 if (match_int(&args[0], &option))

Completed in 460 milliseconds

12