Home
last modified time | relevance | path

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

/linux/scripts/
H A Dtracepoint-update.c20 static inline void *get_index(void *start, int entsize, int index) in get_index() argument
22 return start + (entsize * index); in get_index()
H A Delf-parse.h145 SHDR_ADDR(entsize)
H A Dsorttable.c113 static inline void *get_index(void *start, int entsize, int index) in get_index() argument
115 return start + (entsize * index); in get_index()
/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1395 int entsize; in xfs_attr3_leaf_add() local
1406 entsize = xfs_attr_leaf_newentsize(args, NULL); in xfs_attr3_leaf_add()
1421 tmp = entsize; in xfs_attr3_leaf_add()
1436 if (!ichdr.holes && sum < entsize) in xfs_attr3_leaf_add()
1449 if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) { in xfs_attr3_leaf_add()
2125 int entsize; in xfs_attr3_leaf_remove() local
2156 entsize = xfs_attr_leaf_entsize(leaf, args->index); in xfs_attr3_leaf_remove()
2169 (be16_to_cpu(entry->nameidx) + entsize)) { in xfs_attr3_leaf_remove()
2183 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
2188 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
[all …]
H A Dxfs_dir2_sf.c924 int entsize; /* this entry's size */ in xfs_dir2_sf_removename() local
960 entsize = xfs_dir2_sf_entsize(mp, sfp, args->namelen); in xfs_dir2_sf_removename()
961 newsize = oldsize - entsize; in xfs_dir2_sf_removename()
965 if (byteoff + entsize < oldsize) in xfs_dir2_sf_removename()
966 memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize, in xfs_dir2_sf_removename()
967 oldsize - (byteoff + entsize)); in xfs_dir2_sf_removename()
/linux/tools/objtool/include/objtool/
H A Delf.h137 size_t size, size_t entsize,
141 size_t entsize, unsigned int nr,
/linux/tools/objtool/
H A Dcheck.c991 size_t entsize = sizeof(struct sym_checksum); in create_sym_checksum_section() local
1008 sec = elf_create_section_pair(file->elf, ".discard.sym_checksum", entsize, in create_sym_checksum_section()
1018 if (!elf_init_reloc(file->elf, sec->rsec, idx, idx * entsize, in create_sym_checksum_section()
/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c11974 void set_hdrq_regs(struct hfi1_devdata *dd, u8 ctxt, u8 entsize, u16 hdrcnt) in set_hdrq_regs() argument
11981 reg = ((u64)encode_rcv_header_entry_size(entsize) & in set_hdrq_regs()