Home
last modified time | relevance | path

Searched refs:entsize (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/tools/objtool/
Delf.c619 Elf64_Xword entsize = symtab->sh.sh_entsize; in elf_update_symbol() local
663 buf = calloc(1, entsize); in elf_update_symbol()
670 symtab_data->d_size = entsize; in elf_update_symbol()
674 symtab->sh.sh_size += entsize; in elf_update_symbol()
697 max_idx = symtab_data->d_size / entsize; in elf_update_symbol()
1017 unsigned int sh_flags, size_t entsize, int nr) in elf_create_section() argument
1020 size_t size = entsize * nr; in elf_create_section()
1072 sec->sh.sh_entsize = entsize; in elf_create_section()
/Linux-v6.1/fs/xfs/libxfs/
Dxfs_attr_leaf.c1409 int entsize; in xfs_attr3_leaf_add() local
1419 entsize = xfs_attr_leaf_newentsize(args, NULL); in xfs_attr3_leaf_add()
1434 tmp = entsize; in xfs_attr3_leaf_add()
1449 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()
1462 if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) { in xfs_attr3_leaf_add()
2139 int entsize; in xfs_attr3_leaf_remove() local
2170 entsize = xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_remove()
2183 (be16_to_cpu(entry->nameidx) + entsize)) { in xfs_attr3_leaf_remove()
2197 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
2202 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
[all …]
Dxfs_dir2_sf.c944 int entsize; /* this entry's size */ in xfs_dir2_sf_removename() local
982 entsize = xfs_dir2_sf_entsize(mp, sfp, args->namelen); in xfs_dir2_sf_removename()
983 newsize = oldsize - entsize; in xfs_dir2_sf_removename()
987 if (byteoff + entsize < oldsize) in xfs_dir2_sf_removename()
988 memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize, in xfs_dir2_sf_removename()
989 oldsize - (byteoff + entsize)); in xfs_dir2_sf_removename()
/Linux-v6.1/tools/objtool/include/objtool/
Delf.h146 …f_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t entsize, int nr);
/Linux-v6.1/drivers/infiniband/hw/hfi1/
Dchip.h664 void set_hdrq_regs(struct hfi1_devdata *dd, u8 ctxt, u8 entsize, u16 hdrcnt);
Dchip.c11972 void set_hdrq_regs(struct hfi1_devdata *dd, u8 ctxt, u8 entsize, u16 hdrcnt) in set_hdrq_regs() argument
11979 reg = ((u64)encode_rcv_header_entry_size(entsize) & in set_hdrq_regs()