Searched refs:namesize (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | attr.c | 317 unsigned int namesize; in xchk_xattr_entry() local 337 namesize = xfs_attr_leaf_entsize_local(lentry->namelen, in xchk_xattr_entry() 339 name_end = (char *)lentry + namesize; in xchk_xattr_entry() 344 namesize = xfs_attr_leaf_entsize_remote(rentry->namelen); in xchk_xattr_entry() 345 name_end = (char *)rentry + namesize; in xchk_xattr_entry() 352 if (!xchk_xattr_set_map(ds->sc, ab->usedmap, nameidx, namesize)) in xchk_xattr_entry() 355 *usedbytes += namesize; in xchk_xattr_entry()
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | x509_cert_parser.c | 371 size_t namesize; in x509_fabricate_name() local 390 namesize = ctx->cn_size; in x509_fabricate_name() 416 namesize = ctx->cn_size; in x509_fabricate_name() 419 namesize = ctx->o_size; in x509_fabricate_name() 422 namesize = ctx->email_size; in x509_fabricate_name() 427 buffer = kmalloc(namesize + 1, GFP_KERNEL); in x509_fabricate_name() 430 memcpy(buffer, name, namesize); in x509_fabricate_name() 431 buffer[namesize] = 0; in x509_fabricate_name()
|
/openbmc/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 strncpy(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 strncpy(namevirt, filename, namesize); in debugfs_store() 677 dma_free_coherent(bpmp->dev, namesize, namevirt, namephys); in debugfs_store()
|
/openbmc/linux/usr/ |
H A D | gen_init_cpio.c | 332 int namesize; in cpio_mkfile() local 381 namesize = strlen(name) + 1; in cpio_mkfile() 396 namesize, /* namesize */ in cpio_mkfile() 422 name += namesize; in cpio_mkfile()
|
/openbmc/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()
|
/openbmc/linux/fs/jffs2/ |
H A D | malloc.c | 113 struct jffs2_full_dirent *jffs2_alloc_full_dirent(int namesize) in jffs2_alloc_full_dirent() argument 116 ret = kmalloc(sizeof(struct jffs2_full_dirent) + namesize, GFP_KERNEL); in jffs2_alloc_full_dirent()
|
H A D | nodelist.h | 425 struct jffs2_full_dirent *jffs2_alloc_full_dirent(int namesize);
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 251 unsigned int namesize; in xfs_attr3_leaf_verify_entry() local 270 namesize = xfs_attr_leaf_entsize_local(lentry->namelen, in xfs_attr3_leaf_verify_entry() 272 name_end = (char *)lentry + namesize; in xfs_attr3_leaf_verify_entry() 277 namesize = xfs_attr_leaf_entsize_remote(rentry->namelen); in xfs_attr3_leaf_verify_entry() 278 name_end = (char *)rentry + namesize; in xfs_attr3_leaf_verify_entry()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0012-Fix-GetNextVariableName-NameSize-input.patch | 71 + /* Check if the correct NameSize is returned if namesize is too small */
|