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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_sf.h35 __be16 totsize; /* total bytes in shortform list */ member in struct:xfs_attr_shortform::xfs_attr_sf_hdr
70 ((dp)->i_afp->if_u1.if_data))->hdr.totsize))
H A Dxfs_attr_leaf.c268 hdr->totsize = cpu_to_be16(sizeof(*hdr));
322 be16_add(&sf->hdr.totsize, size);
336 int base, size=0, end, totsize, i; local
364 totsize = be16_to_cpu(sf->hdr.totsize);
365 if (end != totsize)
366 memmove(&((char *)sf)[base], &((char *)sf)[end], totsize - end);
368 be16_add(&sf->hdr.totsize, -size);
373 totsize -= size;
374 if (totsize
[all...]
H A Dxfs_inode.c513 size = be16_to_cpu(atp->hdr.totsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/pxa/
H A Dpxa2xx-pcm.c80 size_t totsize = params_buffer_bytes(params); local
109 runtime->dma_bytes = totsize;
124 if (period > totsize)
125 period = totsize;
129 } while (totsize -= period);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Dpxa2xx-pcm.c57 size_t totsize = params_buffer_bytes(params); local
63 runtime->dma_bytes = totsize;
78 if (period > totsize)
79 period = totsize;
83 } while (totsize -= period);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h4065 uint16 totsize; /* Total size of this pattern list (includes this struct) */ member in struct:wl_pkt_filter_pattern_list

Completed in 96 milliseconds