entsize          1269 fs/xfs/libxfs/xfs_attr_leaf.c 	int			entsize;
entsize          1279 fs/xfs/libxfs/xfs_attr_leaf.c 	entsize = xfs_attr_leaf_newentsize(args, NULL);
entsize          1294 fs/xfs/libxfs/xfs_attr_leaf.c 		tmp = entsize;
entsize          1309 fs/xfs/libxfs/xfs_attr_leaf.c 	if (!ichdr.holes && sum < entsize)
entsize          1322 fs/xfs/libxfs/xfs_attr_leaf.c 	if (ichdr.freemap[0].size < (entsize + sizeof(xfs_attr_leaf_entry_t))) {
entsize          1995 fs/xfs/libxfs/xfs_attr_leaf.c 	int			entsize;
entsize          2026 fs/xfs/libxfs/xfs_attr_leaf.c 	entsize = xfs_attr_leaf_entsize(leaf, args->index);
entsize          2039 fs/xfs/libxfs/xfs_attr_leaf.c 				(be16_to_cpu(entry->nameidx) + entsize)) {
entsize          2053 fs/xfs/libxfs/xfs_attr_leaf.c 			ichdr.freemap[before].size += entsize;
entsize          2058 fs/xfs/libxfs/xfs_attr_leaf.c 			ichdr.freemap[before].size += entsize;
entsize          2061 fs/xfs/libxfs/xfs_attr_leaf.c 			ichdr.freemap[after].size += entsize;
entsize          2067 fs/xfs/libxfs/xfs_attr_leaf.c 		if (ichdr.freemap[smallest].size < entsize) {
entsize          2069 fs/xfs/libxfs/xfs_attr_leaf.c 			ichdr.freemap[smallest].size = entsize;
entsize          2084 fs/xfs/libxfs/xfs_attr_leaf.c 	memset(xfs_attr3_leaf_name(leaf, args->index), 0, entsize);
entsize          2085 fs/xfs/libxfs/xfs_attr_leaf.c 	ichdr.usedbytes -= entsize;
entsize          2088 fs/xfs/libxfs/xfs_attr_leaf.c 				   entsize));
entsize           869 fs/xfs/libxfs/xfs_dir2_sf.c 	int			entsize;	/* this entry's size */
entsize           915 fs/xfs/libxfs/xfs_dir2_sf.c 	entsize = dp->d_ops->sf_entsize(sfp, args->namelen);
entsize           916 fs/xfs/libxfs/xfs_dir2_sf.c 	newsize = oldsize - entsize;
entsize           920 fs/xfs/libxfs/xfs_dir2_sf.c 	if (byteoff + entsize < oldsize)
entsize           921 fs/xfs/libxfs/xfs_dir2_sf.c 		memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize,
entsize           922 fs/xfs/libxfs/xfs_dir2_sf.c 			oldsize - (byteoff + entsize));
entsize           462 tools/objtool/elf.c 				   size_t entsize, int nr)
entsize           465 tools/objtool/elf.c 	size_t size = entsize * nr;
entsize           523 tools/objtool/elf.c 	sec->sh.sh_entsize = entsize;
entsize            88 tools/objtool/elf.h 				   entsize, int nr);