Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dparser.c260 size_t match_strlcpy(char *dest, const substring_t *src, size_t size) in match_strlcpy() function
271 EXPORT_SYMBOL(match_strlcpy);
286 match_strlcpy(p, s, sz); in match_strdup()
/linux-4.1.27/include/linux/
Dparser.h33 size_t match_strlcpy(char *, const substring_t *, size_t);
/linux-4.1.27/fs/gfs2/
Dsuper.c156 match_strlcpy(args->ar_lockproto, &tmp[0], in gfs2_mount_args()
160 match_strlcpy(args->ar_locktable, &tmp[0], in gfs2_mount_args()
164 match_strlcpy(args->ar_hostdata, &tmp[0], in gfs2_mount_args()
/linux-4.1.27/fs/nfs/
Dnfs4idmap.c525 ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ); in nfs_idmap_prepare_message()
/linux-4.1.27/drivers/target/
Dtarget_core_iblock.c564 if (match_strlcpy(ib_dev->ibd_udev_path, &args[0], in iblock_set_configfs_dev_params()
Dtarget_core_file.c747 if (match_strlcpy(fd_dev->fd_dev_name, &args[0], in fd_set_configfs_dev_params()
Dtarget_core_user.c973 if (match_strlcpy(udev->dev_config, &args[0], in tcmu_set_configfs_dev_params()
/linux-4.1.27/fs/exofs/
Dsuper.c111 if (0 == match_strlcpy(str, &args[0], sizeof(str))) in parse_options()