Searched refs:totsize (Results 1 – 10 of 10) sorted by relevance
543 unsigned int metasize, totsize; in xdp_convert_zc_to_xdp_frame() local551 totsize = xdp->data_end - xdp->data + metasize; in xdp_convert_zc_to_xdp_frame()553 if (sizeof(*xdpf) + totsize > PAGE_SIZE) in xdp_convert_zc_to_xdp_frame()566 memcpy(addr, data_to_copy, totsize); in xdp_convert_zc_to_xdp_frame()569 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()
768 hdr->totsize = cpu_to_be16(sizeof(*hdr)); in xfs_attr_shortform_create()827 be16_add_cpu(&sf->totsize, size); in xfs_attr_shortform_add()860 uint16_t totsize = be16_to_cpu(sf->totsize); in xfs_attr_sf_removename() local886 totsize -= size; in xfs_attr_sf_removename()887 sf->totsize = cpu_to_be16(totsize); in xfs_attr_sf_removename()892 if (totsize == sizeof(struct xfs_attr_sf_hdr) && xfs_has_attr2(mp) && in xfs_attr_sf_removename()899 dp->i_forkoff = xfs_attr_shortform_bytesfit(dp, totsize); in xfs_attr_sf_removename()901 ASSERT(totsize > sizeof(struct xfs_attr_sf_hdr) || in xfs_attr_sf_removename()948 int size = be16_to_cpu(sf->totsize); in xfs_attr_shortform_to_leaf()
98 XFS_CHECK_OFFSET(struct xfs_attr_sf_hdr, totsize, 0); in xfs_check_ondisk_structs()
601 __be16 totsize; /* total bytes in shortform list */ member
294 return be16_to_cpu(sf->totsize); in xfs_dfork_attr_shortform_size()
1169 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()
1059 attr_size = be16_to_cpu(afork_ptr->totsize); in xrep_dinode_check_afork()
Completed in 37 milliseconds