Searched refs:totsize (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_sf.h54 return (void *)sf + be16_to_cpu(sf->totsize);
H A Dxfs_attr_leaf.c697 hdr->totsize = cpu_to_be16(sizeof(*hdr));
755 be16_add_cpu(&sf->totsize, size);
788 uint16_t totsize = be16_to_cpu(sf->totsize); local
814 totsize -= size;
815 sf->totsize = cpu_to_be16(totsize);
820 if (totsize == sizeof(struct xfs_attr_sf_hdr) && xfs_has_attr2(mp) &&
826 dp->i_forkoff = xfs_attr_shortform_bytesfit(dp, totsize);
828 ASSERT(totsize > sizeo
[all...]
H A Dxfs_ondisk.h97 XFS_CHECK_OFFSET(struct xfs_attr_sf_hdr, totsize, 0);
H A Dxfs_da_format.h601 __be16 totsize; /* total bytes in shortform list */ member in struct:xfs_attr_sf_hdr
H A Dxfs_inode_fork.c294 return be16_to_cpu(sf->totsize);
H A Dxfs_attr.c1058 return be16_to_cpu(sf->totsize);
/linux-master/net/core/
H A Dxdp.c547 unsigned int metasize, totsize; local
555 totsize = xdp->data_end - xdp->data + metasize;
557 if (sizeof(*xdpf) + totsize > PAGE_SIZE)
570 memcpy(addr, data_to_copy, totsize);
573 xdpf->len = totsize - metasize;
/linux-master/sound/soc/sprd/
H A Dsprd-pcm-dma.c195 size_t totsize = params_buffer_bytes(params); local
218 sg_num = totsize / period;
219 dma_private->dma_addr_offset = totsize / channels;
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c995 attr_size = be16_to_cpu(afork_ptr->totsize);

Completed in 248 milliseconds