Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_sf.h33 __be16 totsize; /* total bytes in shortform list */ member
68 ((dp)->i_afp->if_u1.if_data))->hdr.totsize))
Dxfs_attr_leaf.c515 hdr->totsize = cpu_to_be16(sizeof(*hdr)); in xfs_attr_shortform_create()
567 be16_add_cpu(&sf->hdr.totsize, size); in xfs_attr_shortform_add()
600 int base, size=0, end, totsize, i; in xfs_attr_shortform_remove() local
630 totsize = be16_to_cpu(sf->hdr.totsize); in xfs_attr_shortform_remove()
631 if (end != totsize) in xfs_attr_shortform_remove()
632 memmove(&((char *)sf)[base], &((char *)sf)[end], totsize - end); in xfs_attr_shortform_remove()
634 be16_add_cpu(&sf->hdr.totsize, -size); in xfs_attr_shortform_remove()
639 totsize -= size; in xfs_attr_shortform_remove()
640 if (totsize == sizeof(xfs_attr_sf_hdr_t) && in xfs_attr_shortform_remove()
647 dp->i_d.di_forkoff = xfs_attr_shortform_bytesfit(dp, totsize); in xfs_attr_shortform_remove()
[all …]
Dxfs_inode_fork.c200 size = be16_to_cpu(atp->hdr.totsize); in xfs_iformat_fork()
/linux-4.1.27/sound/arm/
Dpxa2xx-pcm-lib.c44 size_t totsize = params_buffer_bytes(params); in __pxa2xx_pcm_hw_params() local
79 runtime->dma_bytes = totsize; in __pxa2xx_pcm_hw_params()
94 if (period > totsize) in __pxa2xx_pcm_hw_params()
95 period = totsize; in __pxa2xx_pcm_hw_params()
99 } while (totsize -= period); in __pxa2xx_pcm_hw_params()