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

12

/linux-master/fs/befs/
H A Dlinuxvfs.c717 if (match_int(&args[0], &option))
731 if (match_int(&args[0], &option))
/linux-master/net/9p/
H A Dtrans_rdma.c205 r = match_int(&args[0], &option);
H A Dtrans_fd.c797 r = match_int(&args[0], &option);
H A Dclient.c162 r = match_int(&args[0], &option);
/linux-master/drivers/target/
H A Dtarget_core_configfs.c2144 ret = match_int(args, &arg);
2150 ret = match_int(args, &arg);
2156 ret = match_int(args, &arg);
2161 ret = match_int(args, &arg);
2197 ret = match_int(args, &arg);
2203 ret = match_int(args, &arg);
H A Dtarget_core_user.c2449 ret = match_int(arg, &val);
2451 pr_err("match_int() failed for dev attrib. Error %d.\n",
2470 ret = match_int(arg, &val);
2472 pr_err("match_int() failed for max_data_area_mb=. Error %d.\n",
2510 ret = match_int(arg, &val);
2512 pr_err("match_int() failed for data_pages_per_blk=. Error %d.\n",
2543 ret = match_int(arg, &val);
2545 pr_err("match_int() failed for cmd_ring_size_mb=. Error %d.\n",
2617 ret = match_int(&args[0], &udev->nl_reply_supported);
2619 pr_err("match_int() faile
[all...]
/linux-master/fs/gfs2/
H A Dops_fstype.c1036 ret = match_int(&tmp[0], &option);
1047 ret = match_int(&tmp[0], &option);
/linux-master/fs/ext2/
H A Dsuper.c499 if (match_int(&args[0], &option))
510 if (match_int(&args[0], &option))
521 /* *sb_block = match_int(&args[0]); */
/linux-master/fs/nfs/
H A Dnfs4idmap.c535 ret = match_int(&substr, &im->im_id);
/linux-master/drivers/nvme/target/
H A Dfcloop.c94 if (match_int(args, &token)) {

Completed in 307 milliseconds

12