Home
last modified time | relevance | path

Searched refs:match_strlcpy (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/lib/
Dparser.c307 size_t match_strlcpy(char *dest, const substring_t *src, size_t size) in match_strlcpy() function
318 EXPORT_SYMBOL(match_strlcpy);
333 match_strlcpy(p, s, sz); in match_strdup()
/Linux-v4.19/include/linux/
Dparser.h35 size_t match_strlcpy(char *, const substring_t *, size_t);
/Linux-v4.19/fs/gfs2/
Dsuper.c160 match_strlcpy(args->ar_lockproto, &tmp[0], in gfs2_mount_args()
164 match_strlcpy(args->ar_locktable, &tmp[0], in gfs2_mount_args()
168 match_strlcpy(args->ar_hostdata, &tmp[0], in gfs2_mount_args()
/Linux-v4.19/drivers/target/
Dtarget_core_iblock.c572 if (match_strlcpy(ib_dev->ibd_udev_path, &args[0], in iblock_set_configfs_dev_params()
Dtarget_core_file.c748 if (match_strlcpy(fd_dev->fd_dev_name, &args[0], in fd_set_configfs_dev_params()
Dtarget_core_user.c2131 if (match_strlcpy(udev->dev_config, &args[0], in tcmu_set_configfs_dev_params()
/Linux-v4.19/fs/nfs/
Dnfs4idmap.c512 ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ); in nfs_idmap_prepare_message()
/Linux-v4.19/fs/exofs/
Dsuper.c112 if (0 == match_strlcpy(str, &args[0], sizeof(str))) in parse_options()