Searched refs:arg_p (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/target/ |
| D | target_core_iblock.c | 572 char *orig, *ptr, *arg_p, *opts; in iblock_set_configfs_dev_params() local 606 arg_p = match_strdup(&args[0]); in iblock_set_configfs_dev_params() 607 if (!arg_p) { in iblock_set_configfs_dev_params() 611 ret = kstrtoul(arg_p, 0, &tmp_readonly); in iblock_set_configfs_dev_params() 612 kfree(arg_p); in iblock_set_configfs_dev_params()
|
| D | target_core_file.c | 710 char *orig, *ptr, *arg_p, *opts; in fd_set_configfs_dev_params() local 737 arg_p = match_strdup(&args[0]); in fd_set_configfs_dev_params() 738 if (!arg_p) { in fd_set_configfs_dev_params() 742 ret = kstrtoull(arg_p, 0, &fd_dev->fd_dev_size); in fd_set_configfs_dev_params() 743 kfree(arg_p); in fd_set_configfs_dev_params()
|