Searched refs:match_strlcpy (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/lib/ |
| D | parser.c | 299 size_t match_strlcpy(char *dest, const substring_t *src, size_t size) in match_strlcpy() function 310 EXPORT_SYMBOL(match_strlcpy);
|
| /Linux-v5.4/include/linux/ |
| D | parser.h | 35 size_t match_strlcpy(char *, const substring_t *, size_t);
|
| /Linux-v5.4/block/ |
| D | blk-iocost.c | 2222 match_strlcpy(buf, &args[0], sizeof(buf)); in ioc_qos_write() 2236 if (match_strlcpy(buf, &args[0], sizeof(buf)) >= in ioc_qos_write() 2253 if (match_strlcpy(buf, &args[0], sizeof(buf)) >= in ioc_qos_write() 2383 match_strlcpy(buf, &args[0], sizeof(buf)); in ioc_cost_model_write() 2392 match_strlcpy(buf, &args[0], sizeof(buf)); in ioc_cost_model_write()
|
| /Linux-v5.4/fs/nfs/ |
| D | nfs4idmap.c | 526 ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ); in nfs_idmap_prepare_message()
|
| /Linux-v5.4/drivers/target/ |
| D | target_core_iblock.c | 559 if (match_strlcpy(ib_dev->ibd_udev_path, &args[0], in iblock_set_configfs_dev_params()
|
| D | target_core_file.c | 735 if (match_strlcpy(fd_dev->fd_dev_name, &args[0], in fd_set_configfs_dev_params()
|
| D | target_core_user.c | 2173 if (match_strlcpy(udev->dev_config, &args[0], in tcmu_set_configfs_dev_params()
|