Searched refs:namesize (Results 1 – 7 of 7) sorted by relevance
| /linux/usr/ |
| H A D | gen_init_cpio.c | 90 unsigned int namesize = sizeof(CPIO_TRAILER); in cpio_trailer() local 106 namesize, /* namesize */ in cpio_trailer() 111 push_rest(CPIO_TRAILER, namesize) < 0 || in cpio_trailer() 125 unsigned int namesize, targetsize = strlen(target) + 1; in cpio_mkslink() local 129 namesize = strlen(name) + 1; in cpio_mkslink() 145 namesize, /* namesize */ in cpio_mkslink() 150 push_buf(name, namesize) < 0 || in cpio_mkslink() 182 unsigned int namesize; in cpio_mkgeneric() local 186 namesize = strlen(name) + 1; in cpio_mkgeneric() 202 namesize, /* namesize */ in cpio_mkgeneric() [all …]
|
| /linux/crypto/asymmetric_keys/ |
| H A D | x509_cert_parser.c | 367 size_t namesize; in x509_fabricate_name() local 385 namesize = ctx->cn_size; in x509_fabricate_name() 411 namesize = ctx->cn_size; in x509_fabricate_name() 414 namesize = ctx->o_size; in x509_fabricate_name() 417 namesize = ctx->email_size; in x509_fabricate_name() 422 buffer = kmalloc(namesize + 1, GFP_KERNEL); in x509_fabricate_name() 425 memcpy(buffer, name, namesize); in x509_fabricate_name() 426 buffer[namesize] = 0; in x509_fabricate_name()
|
| /linux/drivers/firmware/tegra/ |
| H A D | bpmp-debugfs.c | 588 const size_t namesize = SZ_256; in debugfs_show() local 600 namevirt = dma_alloc_coherent(bpmp->dev, namesize, &namephys, in debugfs_show() 613 strscpy_pad(namevirt, filename, namesize); in debugfs_show() 623 dma_free_coherent(bpmp->dev, namesize, namevirt, namephys); in debugfs_show() 639 const size_t namesize = SZ_256; in debugfs_store() local 651 namevirt = dma_alloc_coherent(bpmp->dev, namesize, &namephys, in debugfs_store() 664 strscpy_pad(namevirt, filename, namesize); in debugfs_store() 677 dma_free_coherent(bpmp->dev, namesize, namevirt, namephys); in debugfs_store()
|
| /linux/arch/powerpc/kernel/ |
| H A D | secvar-sysfs.c | 186 u64 namesize = 0; in secvar_sysfs_load() local 195 rc = secvar_ops->get_next(name, &namesize, NAME_MAX_SIZE); in secvar_sysfs_load()
|
| /linux/fs/fuse/ |
| H A D | dir.c | 668 size_t namesize; in get_security_context() local 679 namesize = strlen(name) + 1; in get_security_context() 681 if (WARN_ON(namesize > XATTR_NAME_MAX + 1 || in get_security_context() 684 total_len += FUSE_REC_ALIGN(sizeof(*fctx) + namesize + in get_security_context() 701 strscpy(ptr, name, namesize); in get_security_context() 702 ptr += namesize; in get_security_context()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_attr_leaf.c | 252 unsigned int namesize; in xfs_attr3_leaf_verify_entry() local 271 namesize = xfs_attr_leaf_entsize_local(lentry->namelen, in xfs_attr3_leaf_verify_entry() 273 name_end = (char *)lentry + namesize; in xfs_attr3_leaf_verify_entry() 278 namesize = xfs_attr_leaf_entsize_remote(rentry->namelen); in xfs_attr3_leaf_verify_entry() 279 name_end = (char *)rentry + namesize; in xfs_attr3_leaf_verify_entry()
|
| /linux/fs/jffs2/ |
| H A D | nodelist.h | 425 struct jffs2_full_dirent *jffs2_alloc_full_dirent(int namesize);
|