totsize           588 fs/xfs/libxfs/xfs_attr_leaf.c 	hdr->totsize = cpu_to_be16(sizeof(*hdr));
totsize           640 fs/xfs/libxfs/xfs_attr_leaf.c 	be16_add_cpu(&sf->hdr.totsize, size);
totsize           673 fs/xfs/libxfs/xfs_attr_leaf.c 	int base, size=0, end, totsize, i;
totsize           703 fs/xfs/libxfs/xfs_attr_leaf.c 	totsize = be16_to_cpu(sf->hdr.totsize);
totsize           704 fs/xfs/libxfs/xfs_attr_leaf.c 	if (end != totsize)
totsize           705 fs/xfs/libxfs/xfs_attr_leaf.c 		memmove(&((char *)sf)[base], &((char *)sf)[end], totsize - end);
totsize           707 fs/xfs/libxfs/xfs_attr_leaf.c 	be16_add_cpu(&sf->hdr.totsize, -size);
totsize           712 fs/xfs/libxfs/xfs_attr_leaf.c 	totsize -= size;
totsize           713 fs/xfs/libxfs/xfs_attr_leaf.c 	if (totsize == sizeof(xfs_attr_sf_hdr_t) &&
totsize           720 fs/xfs/libxfs/xfs_attr_leaf.c 		dp->i_d.di_forkoff = xfs_attr_shortform_bytesfit(dp, totsize);
totsize           722 fs/xfs/libxfs/xfs_attr_leaf.c 		ASSERT(totsize > sizeof(xfs_attr_sf_hdr_t) ||
totsize           822 fs/xfs/libxfs/xfs_attr_leaf.c 	size = be16_to_cpu(sf->hdr.totsize);
totsize            40 fs/xfs/libxfs/xfs_attr_sf.h 		((dp)->i_afp->if_u1.if_data))->hdr.totsize))
totsize           618 fs/xfs/libxfs/xfs_da_format.h 		__be16	totsize;	/* total bytes in shortform list */
totsize           102 fs/xfs/libxfs/xfs_inode_fork.c 		size = be16_to_cpu(atp->hdr.totsize);
totsize            87 fs/xfs/xfs_ondisk.h 	XFS_CHECK_OFFSET(xfs_attr_shortform_t, hdr.totsize,	0);
totsize           469 net/core/xdp.c 	unsigned int metasize, totsize;
totsize           477 net/core/xdp.c 	totsize = xdp->data_end - xdp->data + metasize;
totsize           479 net/core/xdp.c 	if (sizeof(*xdpf) + totsize > PAGE_SIZE)
totsize           492 net/core/xdp.c 	memcpy(addr, data_to_copy, totsize);
totsize           495 net/core/xdp.c 	xdpf->len = totsize - metasize;
totsize           202 sound/soc/sprd/sprd-pcm-dma.c 	size_t totsize = params_buffer_bytes(params);
totsize           215 sound/soc/sprd/sprd-pcm-dma.c 		runtime->dma_bytes = totsize;
totsize           228 sound/soc/sprd/sprd-pcm-dma.c 	runtime->dma_bytes = totsize;
totsize           229 sound/soc/sprd/sprd-pcm-dma.c 	sg_num = totsize / period;
totsize           230 sound/soc/sprd/sprd-pcm-dma.c 	dma_private->dma_addr_offset = totsize / channels;