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

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Djffs2.h104 __u32 totlen; /* So we can skip over nodes we don't grok */ member in struct:jffs2_unknown_node
112 __u32 totlen; member in struct:jffs2_raw_dirent
136 __u32 totlen; /* Total length of this node (inc data, etc.) */ member in struct:jffs2_raw_inode
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Djffs2.h104 __u32 totlen; /* So we can skip over nodes we don't grok */ member in struct:jffs2_unknown_node
112 __u32 totlen; member in struct:jffs2_raw_dirent
136 __u32 totlen; /* Total length of this node (inc data, etc.) */ member in struct:jffs2_raw_inode
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs2/
H A Dscan.c258 ofs, node.magic, node.nodetype, node.totlen, node.hdr_crc, hdr_crc);
264 if (ofs + node.totlen > jeb->offset + c->sector_size) {
267 ofs, node.totlen);
286 if (node.totlen != sizeof(struct jffs2_unknown_node)) {
287 printk(KERN_NOTICE "CLEANMARKER node found at 0x%08x has totlen 0x%x != normal 0x%x\n",
288 ofs, node.totlen, sizeof(struct jffs2_unknown_node));
304 marker_ref->totlen = sizeof(struct jffs2_unknown_node);
319 DIRTY_SPACE(PAD(node.totlen));
320 ofs += PAD(node.totlen);
329 DIRTY_SPACE(PAD(node.totlen));
[all...]
H A Dnodemgmt.c303 if (jeb->used_size < ref->totlen) {
305 ref->totlen, blocknr, ref->flash_offset, jeb->used_size);
310 jeb->used_size -= ref->totlen;
311 jeb->dirty_size += ref->totlen;
312 c->used_size -= ref->totlen;
313 c->dirty_size += ref->totlen;
349 } else if (jeb->dirty_size == ref->totlen) {
372 if (PAD(n.totlen) != PAD(ref->totlen)) {
373 printk(KERN_WARNING "Node totlen o
[all...]
H A Dwrite.c87 ri->totlen = PAD(sizeof(*ri));
119 size_t totlen = 0, thislen; local
124 totlen += thislen;
130 *retlen = totlen;
197 if (ri->totlen != sizeof(*ri) + datalen) {
198 printk(KERN_WARNING "jffs2_write_dnode: ri->totlen (0x%08x) != sizeof(*ri) (0x%08x) + datalen (0x%08x)\n", ri->totlen, sizeof(*ri), datalen);
210 raw->totlen = PAD(ri->totlen);
252 D1(printk(KERN_DEBUG "jffs2_write_dnode wrote node at 0x%08x with dsize 0x%x, csize 0x%x, node_crc 0x%08x, data_crc 0x%08x, totlen
[all...]
H A Ddir.c292 rd->totlen = sizeof(*rd) + namelen;
362 rd->totlen = sizeof(*rd) + dentry->d_name.len;
450 rd->totlen = sizeof(*rd) + dentry->d_name.len;
557 ri->totlen = sizeof(*ri) + ri->dsize;
610 rd->totlen = sizeof(*rd) + namelen;
744 rd->totlen = sizeof(*rd) + namelen;
845 ri->totlen = sizeof(*ri) + ri->csize;
898 rd->totlen = sizeof(*rd) + namelen;
H A Dnodelist.h76 __u32 totlen; member in struct:jffs2_raw_node_ref
212 my_used_size += ref2->totlen; \
H A Derase.c351 marker_ref->totlen = PAD(sizeof(marker));
355 jeb->free_size = c->sector_size - marker_ref->totlen;
356 jeb->used_size = marker_ref->totlen;
H A Dgc.c306 ri.totlen = sizeof(ri) + mdatalen;
353 rd.totlen = sizeof(rd) + rd.nsize;
434 if (ri.totlen != sizeof(ri)) {
435 printk(KERN_WARNING "jffs2_garbage_collect_hole: Node at 0x%08x had totlen 0x%x instead of expected 0x%x\n",
436 fn->raw->flash_offset & ~3, ri.totlen, sizeof(ri));
457 ri.totlen = sizeof(ri);
623 ri.totlen = sizeof(ri) + cdatalen;
H A Dfile.c144 ri->totlen = sizeof(*ri) + mdatalen;
358 ri.totlen = sizeof(ri);
476 ri->totlen = sizeof(*ri) + cdatalen;
H A Dnodelist.c120 err = c->mtd->read(c->mtd, (ref->flash_offset & ~3), min(ref->totlen, sizeof(node)), &retlen, (void *)&node);
128 if (retlen < min(ref->totlen, sizeof(node.u))) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/mtd/
H A Ddoc2000.h120 unsigned long totlen; member in struct:DiskOnChip
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/mtd/
H A Ddoc2000.h120 unsigned long totlen; member in struct:DiskOnChip
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dni52.c856 unsigned short totlen; local
870 if( (totlen = rbd->status) & RBD_LAST) /* the first and the last buffer? */
872 totlen &= RBD_MASK; /* length of this frame */
874 skb = (struct sk_buff *) dev_alloc_skb(totlen+2);
879 skb_put(skb,totlen);
880 eth_copy_and_sum(skb,(char *) p->base+(unsigned long) rbd->buffer,totlen,0); local
885 p->stats.rx_bytes += totlen;
894 totlen = 0;
897 totlen += rstat & RBD_MASK;
906 totlen
[all...]
H A Dsun3_82586.c756 unsigned short totlen; local
770 if( (totlen = swab16(rbd->status)) & RBD_LAST) /* the first and the last buffer? */
772 totlen &= RBD_MASK; /* length of this frame */
774 skb = (struct sk_buff *) dev_alloc_skb(totlen+2);
779 skb_put(skb,totlen);
780 eth_copy_and_sum(skb,(char *) p->base+swab32((unsigned long) rbd->buffer),totlen,0); local
792 totlen = 0;
795 totlen += rstat & RBD_MASK;
804 totlen += rstat & RBD_MASK;
806 printk("%s: received oversized frame! length: %d\n",dev->name,totlen);
[all...]
H A D3c523.c956 unsigned short totlen; local
965 if ((totlen = rbd->status) & RBD_LAST) { /* the first and the last buffer? */
966 totlen &= RBD_MASK; /* length of this frame */
968 skb = (struct sk_buff *) dev_alloc_skb(totlen + 2);
972 skb_put(skb,totlen);
973 eth_copy_and_sum(skb, (char *) p->base+(unsigned long) rbd->buffer,totlen,0); local
978 p->stats.rx_bytes += totlen;
H A Dbsd_comp.c134 int totlen; /* length of this structure */ member in struct:bsd_db
446 db->totlen = sizeof (struct bsd_db) +
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/devices/
H A Ddoc2000.c468 this->totlen = this->numchips * (1 << this->chipshift);
471 this->numchips, this->totlen >> 20);
571 this->totlen = 0;
581 if (!this->totlen) {
587 mtd->size = this->totlen;
614 if (from >= this->totlen)
763 if (to >= this->totlen)
H A Ddoc2001.c282 this->totlen = this->numchips * (1 << this->chipshift);
284 this->numchips ,this->totlen >> 20);
374 this->totlen = 0;
382 if (!this->totlen) {
388 mtd->size = this->totlen;
412 if (from >= this->totlen)
537 if (to >= this->totlen)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Ddevio.c788 unsigned int u, totlen, isofrmlen; local
861 for (totlen = u = 0; u < uurb.number_of_packets; u++) {
866 totlen += isopkt[u].length;
868 if (totlen > 32768) {
872 uurb.buffer_length = totlen;
911 for (totlen = u = 0; u < uurb.number_of_packets; u++) {
912 as->urb.iso_frame_desc[u].offset = totlen;
914 totlen += isopkt[u].length;
H A Dkonicawc.c223 int i, totlen = 0; local
305 totlen += 4;
308 totlen += n; /* Little local accounting */
312 keep, discard, bad, totlen);
313 return totlen;
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmutils.c1617 int totlen; local
1620 totlen = buflen;
1623 while (totlen >= 2) {
1626 /* validate remaining totlen */
1627 if ((elt->id == key) && (totlen >= (len + 2)))
1631 totlen -= (len + 2);
1647 int totlen; local
1650 totlen = buflen;
1653 while (totlen >= 2) {
1661 /* validate remaining totlen */
[all...]
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Dbcmutils.c202 int totlen; local
205 totlen = buflen;
208 while (totlen > 0) {
218 totlen -= (len + 2);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_bsdcomp.c119 int totlen; /* length of this structure */ member in struct:bsd_db
379 db->totlen = sizeof (struct bsd_db) + (sizeof (struct bsd_dict) * hsize);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dbsd-comp.c78 int totlen; /* length of this structure */ member in struct:bsd_db
341 db->totlen = newlen;

Completed in 246 milliseconds

12