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

12

/linux-master/drivers/target/
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/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/gfs2/
H A Dops_fstype.c1017 ret = match_int(&tmp[0], &option);
1028 ret = match_int(&tmp[0], &option);
/linux-master/fs/nfs/
H A Dnfs4idmap.c535 ret = match_int(&substr, &im->im_id);
/linux-master/net/9p/
H A Dtrans_fd.c797 r = match_int(&args[0], &option);
H A Dclient.c163 r = match_int(&args[0], &option);
/linux-master/drivers/nvme/target/
H A Dfcloop.c94 if (match_int(args, &token)) {

Completed in 165 milliseconds

12