Searched refs:totsize (Results 1 – 10 of 10) sorted by relevance
578 unsigned int metasize, totsize; in xdp_convert_zc_to_xdp_frame() local586 totsize = xdp->data_end - xdp->data + metasize; in xdp_convert_zc_to_xdp_frame()588 if (sizeof(*xdpf) + totsize > PAGE_SIZE) in xdp_convert_zc_to_xdp_frame()601 memcpy(addr, data_to_copy, totsize); in xdp_convert_zc_to_xdp_frame()604 xdpf->len = totsize - metasize; in xdp_convert_zc_to_xdp_frame()
55 return (void *)sf + be16_to_cpu(sf->totsize); in xfs_attr_sf_endptr()
819 hdr->totsize = cpu_to_be16(sizeof(*hdr)); in xfs_attr_shortform_create()916 be16_add_cpu(&sf->totsize, size); in xfs_attr_shortform_add()949 uint16_t totsize = be16_to_cpu(sf->totsize); in xfs_attr_sf_removename() local975 totsize -= size; in xfs_attr_sf_removename()976 sf->totsize = cpu_to_be16(totsize); in xfs_attr_sf_removename()981 if (totsize == sizeof(struct xfs_attr_sf_hdr) && in xfs_attr_sf_removename()988 dp->i_forkoff = xfs_attr_shortform_bytesfit(dp, totsize); in xfs_attr_sf_removename()990 ASSERT(totsize > sizeof(struct xfs_attr_sf_hdr) || in xfs_attr_sf_removename()1036 int size = be16_to_cpu(sf->totsize); in xfs_attr_shortform_to_leaf()
109 XFS_CHECK_OFFSET(struct xfs_attr_sf_hdr, totsize, 0); in xfs_check_ondisk_structs()
601 __be16 totsize; /* total bytes in shortform list */ member
303 return be16_to_cpu(sf->totsize); in xfs_dfork_attr_shortform_size()
1264 return be16_to_cpu(sf->totsize); in xfs_attr_sf_totsize()
195 size_t totsize = params_buffer_bytes(params); in sprd_pcm_hw_params() local218 sg_num = totsize / period; in sprd_pcm_hw_params()219 dma_private->dma_addr_offset = totsize / channels; in sprd_pcm_hw_params()
846 hdr->totsize = cpu_to_be16(sizeof(*hdr)); in xrep_xattr_full_reset()971 hdr->totsize = cpu_to_be16(sizeof(*hdr)); in xrep_xattr_fork_remove()
1224 attr_size = be16_to_cpu(afork_ptr->totsize); in xrep_dinode_check_afork()