Home
last modified time | relevance | path

Searched refs:match_strlcpy (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/lib/
H A Dparser.c145 if (match_strlcpy(buf, s, NUMBER_BUF_LEN) >= NUMBER_BUF_LEN) in match_number()
176 if (match_strlcpy(buf, s, NUMBER_BUF_LEN) >= NUMBER_BUF_LEN) in match_u64int()
214 if (match_strlcpy(buf, s, NUMBER_BUF_LEN) >= NUMBER_BUF_LEN) in match_uint()
324 * match_strlcpy - Copy the characters from a substring_t to a sized buffer
335 size_t match_strlcpy(char *dest, const substring_t *src, size_t size) in match_strlcpy() function
346 EXPORT_SYMBOL(match_strlcpy); variable
/kernel/linux/linux-5.10/lib/
H A Dparser.c291 * match_strlcpy: - Copy the characters from a substring_t to a sized buffer
300 size_t match_strlcpy(char *dest, const substring_t *src, size_t size) in match_strlcpy() function
311 EXPORT_SYMBOL(match_strlcpy); variable
/kernel/linux/linux-5.10/include/linux/
H A Dparser.h36 size_t match_strlcpy(char *, const substring_t *, size_t);
/kernel/linux/linux-6.6/include/linux/
H A Dparser.h37 size_t match_strlcpy(char *, const substring_t *, size_t);
/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c3214 match_strlcpy(buf, &args[0], sizeof(buf)); in ioc_qos_write()
3228 if (match_strlcpy(buf, &args[0], sizeof(buf)) >= in ioc_qos_write()
3245 if (match_strlcpy(buf, &args[0], sizeof(buf)) >= in ioc_qos_write()
3376 match_strlcpy(buf, &args[0], sizeof(buf)); in ioc_cost_model_write()
3385 match_strlcpy(buf, &args[0], sizeof(buf)); in ioc_cost_model_write()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c3261 match_strlcpy(buf, &args[0], sizeof(buf)); in ioc_qos_write()
3275 if (match_strlcpy(buf, &args[0], sizeof(buf)) >= in ioc_qos_write()
3292 if (match_strlcpy(buf, &args[0], sizeof(buf)) >= in ioc_qos_write()
3449 match_strlcpy(buf, &args[0], sizeof(buf)); in ioc_cost_model_write()
3458 match_strlcpy(buf, &args[0], sizeof(buf)); in ioc_cost_model_write()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4idmap.c527 ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ); in nfs_idmap_prepare_message()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4idmap.c527 ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ); in nfs_idmap_prepare_message()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_file.c735 if (match_strlcpy(fd_dev->fd_dev_name, &args[0], in fd_set_configfs_dev_params()
H A Dtarget_core_iblock.c559 if (match_strlcpy(ib_dev->ibd_udev_path, &args[0], in iblock_set_configfs_dev_params()
H A Dtarget_core_user.c2369 if (match_strlcpy(udev->dev_config, &args[0], in tcmu_set_configfs_dev_params()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_iblock.c607 if (match_strlcpy(ib_dev->ibd_udev_path, &args[0], in iblock_set_configfs_dev_params()
H A Dtarget_core_file.c728 if (match_strlcpy(fd_dev->fd_dev_name, &args[0], in fd_set_configfs_dev_params()
H A Dtarget_core_user.c2595 if (match_strlcpy(udev->dev_config, &args[0], in tcmu_set_configfs_dev_params()

Completed in 25 milliseconds