Searched refs:totlen (Results 1 - 25 of 46) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnexthop.h17 int totlen = NLA_ALIGN(rtnh->rtnh_len); local
19 *remaining -= totlen;
20 return (struct rtnexthop *) ((char *) rtnh + totlen);
H A Dnetlink.h344 int totlen = NLMSG_ALIGN(nlh->nlmsg_len); local
346 *remaining -= totlen;
348 return (struct nlmsghdr *) ((unsigned char *) nlh + totlen);
669 int totlen = NLA_ALIGN(nla->nla_len); local
671 *remaining -= totlen;
672 return (struct nlattr *) ((char *) nla + totlen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dsummary.h45 jint32_t totlen; /* record length */ member in struct:jffs2_sum_inode_flash
51 jint32_t totlen; /* record length */ member in struct:jffs2_sum_dirent_flash
67 jint32_t totlen; /* node length */ member in struct:jffs2_sum_xattr_flash
100 jint32_t totlen; /* record length */ member in struct:jffs2_sum_inode_mem
107 jint32_t totlen; /* record length */ member in struct:jffs2_sum_dirent_mem
124 jint32_t totlen; member in struct:jffs2_sum_xattr_mem
H A Dscan.c321 uint32_t xid, version, totlen, crc; local
328 if ((err = jffs2_scan_dirty_space(c, jeb, je32_to_cpu(rx->totlen))))
336 totlen = PAD(sizeof(struct jffs2_raw_xattr)
338 if (totlen != je32_to_cpu(rx->totlen)) {
340 ofs, je32_to_cpu(rx->totlen), totlen);
341 if ((err = jffs2_scan_dirty_space(c, jeb, je32_to_cpu(rx->totlen))))
352 = jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, NULL);
362 jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, (voi
[all...]
H A Dwritev.c23 size_t totlen = 0, thislen; local
30 totlen += thislen;
36 *retlen = totlen;
H A Dsummary.c123 temp->totlen = ri->totlen;
139 temp->totlen = rd->totlen;
166 temp->totlen = rx->totlen;
271 temp->totlen = node->i.totlen;
285 temp->totlen = node->d.totlen;
[all...]
H A Dxattr.c134 uint32_t crc, offset, totlen; local
156 totlen = PAD(sizeof(rx) + rx.name_len + 1 + je16_to_cpu(rx.value_len));
159 || je32_to_cpu(rx.totlen) != totlen
163 "nodetype=%#04x/%#04x, totlen=%u/%u, xid=%u/%u, version=%u/%u\n",
166 je32_to_cpu(rx.totlen), totlen,
181 totlen = PAD(ref_totlen(c, jeb, raw));
183 c->unchecked_size -= totlen; c->used_size += totlen;
285 int rc, totlen; local
443 uint32_t crc, offset, totlen; local
1202 uint32_t totlen, length, old_ofs; local
1238 uint32_t totlen, length, old_ofs; local
1275 uint32_t totlen; local
[all...]
H A Dwrite.c44 ri->totlen = cpu_to_je32(PAD(sizeof(*ri)));
80 if (je32_to_cpu(ri->totlen) != sizeof(*ri) + datalen) {
81 printk(KERN_WARNING "jffs2_write_dnode: ri->totlen (0x%08x) != sizeof(*ri) (0x%08zx) + datalen (0x%08x)\n", je32_to_cpu(ri->totlen), sizeof(*ri), datalen);
180 D1(printk(KERN_DEBUG "jffs2_write_dnode wrote node at 0x%08x(%d) with dsize 0x%x, csize 0x%x, node_crc 0x%08x, data_crc 0x%08x, totlen 0x%08x\n",
183 je32_to_cpu(ri->data_crc), je32_to_cpu(ri->totlen)));
340 ri->totlen = cpu_to_je32(sizeof(*ri) + cdatalen);
464 rd->totlen = cpu_to_je32(sizeof(*rd) + namelen);
527 rd->totlen = cpu_to_je32(sizeof(*rd) + namelen);
637 rd->totlen
[all...]
H A Ddebug.c178 uint32_t totlen = ref_totlen(c, jeb, ref2); local
188 my_unchecked_size += totlen;
190 my_used_size += totlen;
192 my_dirty_size += totlen;
614 printk(JFFS2_DBG "totlen:\t%#08x\n", je32_to_cpu(node.u.totlen));
H A Ddir.c346 ri->totlen = cpu_to_je32(sizeof(*ri) + inode->i_size);
418 rd->totlen = cpu_to_je32(sizeof(*rd) + namelen);
560 rd->totlen = cpu_to_je32(sizeof(*rd) + namelen);
668 ri->totlen = cpu_to_je32(sizeof(*ri) + devlen);
726 rd->totlen = cpu_to_je32(sizeof(*rd) + namelen);
H A Dgc.c539 /* Ask for a small amount of space (or the totlen if smaller) because we
729 ri.totlen = cpu_to_je32(sizeof(ri) + mdatalen);
775 rd.totlen = cpu_to_je32(sizeof(rd) + rd.nsize);
950 if (je32_to_cpu(ri.totlen) != sizeof(ri)) {
951 printk(KERN_WARNING "jffs2_garbage_collect_hole: Node at 0x%08x had totlen 0x%x instead of expected 0x%zx\n",
953 je32_to_cpu(ri.totlen), sizeof(ri));
975 ri.totlen = cpu_to_je32(sizeof(ri));
1247 ri.totlen = cpu_to_je32(sizeof(ri) + cdatalen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djffs2.h112 jint32_t totlen; /* So we can skip over nodes we don't grok */ member in struct:jffs2_unknown_node
120 jint32_t totlen; member in struct:jffs2_raw_dirent
144 jint32_t totlen; /* Total length of this node (inc data, etc.) */ member in struct:jffs2_raw_inode
169 jint32_t totlen; member in struct:jffs2_raw_xattr
185 jint32_t totlen; member in struct:jffs2_raw_xref
197 jint32_t totlen; member in struct:jffs2_raw_summary
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmp3.c596 int totlen = 0; local
606 if(title) totlen += 11 + strlen(title->value);
607 if(author) totlen += 11 + strlen(author->value);
608 if(album) totlen += 11 + strlen(album->value);
609 if(genre) totlen += 11 + strlen(genre->value);
610 if(copyright) totlen += 11 + strlen(copyright->value);
611 if(track) totlen += 11 + strlen(track->value);
612 if(year) totlen += 11 + strlen(year->value);
614 totlen += strlen(LIBAVFORMAT_IDENT) + 11;
616 if(totlen
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dmtdcore.c307 size_t totlen = 0, thislen; local
317 totlen += thislen;
324 *retlen = totlen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dni52.c878 unsigned short totlen; local
892 if( (totlen = rbd->status) & RBD_LAST) /* the first and the last buffer? */
894 totlen &= RBD_MASK; /* length of this frame */
896 skb = (struct sk_buff *) dev_alloc_skb(totlen+2);
900 skb_put(skb,totlen);
901 eth_copy_and_sum(skb,(char *) p->base+(unsigned long) rbd->buffer,totlen,0); local
906 p->stats.rx_bytes += totlen;
915 totlen = 0;
918 totlen += rstat & RBD_MASK;
927 totlen
[all...]
H A Dsun3_82586.c754 unsigned short totlen; local
768 if( (totlen = swab16(rbd->status)) & RBD_LAST) /* the first and the last buffer? */
770 totlen &= RBD_MASK; /* length of this frame */
772 skb = (struct sk_buff *) dev_alloc_skb(totlen+2);
776 skb_put(skb,totlen);
777 eth_copy_and_sum(skb,(char *) p->base+swab32((unsigned long) rbd->buffer),totlen,0); local
789 totlen = 0;
792 totlen += rstat & RBD_MASK;
801 totlen += rstat & RBD_MASK;
803 printk("%s: received oversized frame! length: %d\n",dev->name,totlen);
[all...]
H A D3c523.c977 unsigned short totlen; local
986 if ((totlen = rbd->status) & RBD_LAST) { /* the first and the last buffer? */
987 totlen &= RBD_MASK; /* length of this frame */
989 skb = (struct sk_buff *) dev_alloc_skb(totlen + 2);
992 skb_put(skb,totlen);
993 eth_copy_and_sum(skb, (char *) p->base+(unsigned long) rbd->buffer,totlen,0); local
998 p->stats.rx_bytes += totlen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dfw.c20 static int check_fwfile_format(u8 *data, u32 totlen) argument
39 if (len >= totlen)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddoc2000.c474 this->totlen = this->numchips * (1 << this->chipshift);
477 this->numchips, this->totlen >> 20);
583 this->totlen = 0;
593 if (!this->totlen) {
599 mtd->size = this->totlen;
619 if (from >= this->totlen)
765 if (to >= this->totlen)
H A Ddoc2001.c280 this->totlen = this->numchips * (1 << this->chipshift);
282 this->numchips ,this->totlen >> 20);
363 this->totlen = 0;
371 if (!this->totlen) {
377 mtd->size = this->totlen;
395 if (from >= this->totlen)
506 if (to >= this->totlen)
H A Ddoc2001plus.c404 this->totlen = this->numchips * (1 << this->chipshift);
406 this->numchips ,this->totlen >> 20);
487 this->totlen = 0;
495 if (!this->totlen) {
501 mtd->size = this->totlen;
522 if (from >= this->totlen)
641 if (to >= this->totlen)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/mtd/
H A Ddoc2000.h172 unsigned long totlen; member in struct:DiskOnChip
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dkonicawc.c282 int i, totlen = 0; local
362 totlen += 4;
365 totlen += n; /* Little local accounting */
369 keep, discard, bad, totlen);
370 return totlen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_bbt.c150 size_t retlen, len, totlen; local
154 totlen = (num * bits) >> 3;
157 while (totlen) {
158 len = min(totlen, (size_t) (1 << this->bbt_erase_shift));
194 totlen -= len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Ddevio.c911 unsigned int u, totlen, isofrmlen; local
999 for (totlen = u = 0; u < uurb->number_of_packets; u++) {
1005 totlen += isopkt[u].length;
1007 if (totlen > 32768) {
1011 uurb->buffer_length = totlen;
1055 for (totlen = u = 0; u < uurb->number_of_packets; u++) {
1056 as->urb->iso_frame_desc[u].offset = totlen;
1058 totlen += isopkt[u].length;

Completed in 235 milliseconds

12