Home
last modified time | relevance | path

Searched refs:totsize (Results 1 – 10 of 10) sorted by relevance

/linux/net/core/
A Dxdp.c543 unsigned int metasize, totsize; in xdp_convert_zc_to_xdp_frame() local
551 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()
/linux/fs/xfs/libxfs/
A Dxfs_attr_sf.h55 return (void *)sf + be16_to_cpu(sf->totsize); in xfs_attr_sf_endptr()
A Dxfs_attr_leaf.c768 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() local
886 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()
A Dxfs_ondisk.h98 XFS_CHECK_OFFSET(struct xfs_attr_sf_hdr, totsize, 0); in xfs_check_ondisk_structs()
A Dxfs_da_format.h601 __be16 totsize; /* total bytes in shortform list */ member
A Dxfs_inode_fork.c294 return be16_to_cpu(sf->totsize); in xfs_dfork_attr_shortform_size()
A Dxfs_attr.c1169 return be16_to_cpu(sf->totsize); in xfs_attr_sf_totsize()
/linux/sound/soc/sprd/
A Dsprd-pcm-dma.c195 size_t totsize = params_buffer_bytes(params); in sprd_pcm_hw_params() local
218 sg_num = totsize / period; in sprd_pcm_hw_params()
219 dma_private->dma_addr_offset = totsize / channels; in sprd_pcm_hw_params()
/linux/fs/xfs/scrub/
A Dattr_repair.c846 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()
A Dinode_repair.c1059 attr_size = be16_to_cpu(afork_ptr->totsize); in xrep_dinode_check_afork()

Completed in 37 milliseconds