match_strlcpy    2250 block/blk-iocost.c 			match_strlcpy(buf, &args[0], sizeof(buf));
match_strlcpy    2264 block/blk-iocost.c 			if (match_strlcpy(buf, &args[0], sizeof(buf)) >=
match_strlcpy    2281 block/blk-iocost.c 			if (match_strlcpy(buf, &args[0], sizeof(buf)) >=
match_strlcpy    2411 block/blk-iocost.c 			match_strlcpy(buf, &args[0], sizeof(buf));
match_strlcpy    2420 block/blk-iocost.c 			match_strlcpy(buf, &args[0], sizeof(buf));
match_strlcpy     735 drivers/target/target_core_file.c 			if (match_strlcpy(fd_dev->fd_dev_name, &args[0],
match_strlcpy     559 drivers/target/target_core_iblock.c 			if (match_strlcpy(ib_dev->ibd_udev_path, &args[0],
match_strlcpy    2174 drivers/target/target_core_user.c 			if (match_strlcpy(udev->dev_config, &args[0],
match_strlcpy     526 fs/nfs/nfs4idmap.c 		ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ);
match_strlcpy      35 include/linux/parser.h size_t match_strlcpy(char *, const substring_t *, size_t);
match_strlcpy     310 lib/parser.c   EXPORT_SYMBOL(match_strlcpy);