Searched refs:match_strlcpy (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/lib/ |
D | parser.c | 260 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/ |
D | parser.h | 33 size_t match_strlcpy(char *, const substring_t *, size_t);
|
/linux-4.1.27/fs/gfs2/ |
D | super.c | 156 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/ |
D | nfs4idmap.c | 525 ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ); in nfs_idmap_prepare_message()
|
/linux-4.1.27/drivers/target/ |
D | target_core_iblock.c | 564 if (match_strlcpy(ib_dev->ibd_udev_path, &args[0], in iblock_set_configfs_dev_params()
|
D | target_core_file.c | 747 if (match_strlcpy(fd_dev->fd_dev_name, &args[0], in fd_set_configfs_dev_params()
|
D | target_core_user.c | 973 if (match_strlcpy(udev->dev_config, &args[0], in tcmu_set_configfs_dev_params()
|
/linux-4.1.27/fs/exofs/ |
D | super.c | 111 if (0 == match_strlcpy(str, &args[0], sizeof(str))) in parse_options()
|