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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dread.c36 ret = jffs2_flash_read(c, ref_offset(fd->raw), sizeof(*ri), &readlen, (char *)ri);
39 printk(KERN_WARNING "Error reading node from 0x%08x: %d\n", ref_offset(fd->raw), ret);
45 ref_offset(fd->raw), sizeof(*ri), readlen);
51 ref_offset(fd->raw), je32_to_cpu(ri->node_crc),
56 je32_to_cpu(ri->node_crc), crc, ref_offset(fd->raw));
112 ret = jffs2_flash_read(c, (ref_offset(fd->raw)) + sizeof(*ri),
123 je32_to_cpu(ri->data_crc), crc, ref_offset(fd->raw));
198 ref_offset(frag->node->raw), ref_flags(frag->node->raw)));
H A Dreadinode.c41 ofs = ref_offset(ref) + sizeof(struct jffs2_raw_inode);
51 ref_offset(ref), tn->csize, ofs);
60 ref_offset(ref), tn->csize, tn->partial_crc, tn->data_crc, ofs - len, ofs, len);
109 ref_offset(ref), tn->data_crc, crc);
161 tn->fn->ofs, tn->fn->ofs + tn->fn->size, ref_offset(tn->fn->raw));
225 dbg_readinode("insert fragment %#04x-%#04x, ver %u at %08x\n", tn->fn->ofs, fn_end, tn->version, ref_offset(tn->fn->raw));
590 dbg_noderef("node at 0x%08x is obsoleted. Ignoring.\n", ref_offset(ref));
616 ref_offset(ref), je32_to_cpu(rd->node_crc), crc);
629 ref_offset(ref), rd->nsize, je32_to_cpu(rd->totlen));
642 ref->flash_offset = ref_offset(re
[all...]
H A Dgc.c263 D1(printk(KERN_DEBUG "Node at 0x%08x is obsolete... skipping\n", ref_offset(raw)));
277 D1(printk(KERN_DEBUG "Going to garbage collect node at 0x%08x\n", ref_offset(raw)));
318 D1(printk(KERN_DEBUG "jffs2_garbage_collect_pass collecting from block @0x%08x. Node @0x%08x(%d), ino #%u\n", jeb->offset, ref_offset(raw), ref_flags(raw), ic->ino));
435 printk(KERN_ERR "Error garbage collecting node at %08x!\n", ref_offset(jeb->gc_node));
538 ref_offset(raw), f->inocache->ino);
542 jffs2_dbg_dump_node(c, ref_offset(raw));
563 D1(printk(KERN_DEBUG "Going to GC REF_PRISTINE node at 0x%08x\n", ref_offset(raw)));
588 ret = jffs2_flash_read(c, ref_offset(raw), rawlen, &retlen, (char *)node);
597 ref_offset(raw), je32_to_cpu(node->u.hdr_crc), crc);
606 ref_offset(ra
[all...]
H A Dnodelist.c94 frag->node->raw->flash_offset = ref_offset(frag->node->raw) | REF_PRISTINE;
107 ref_offset(this->node->raw), this->node->ofs, this->node->ofs+this->node->size);
112 ref_offset(this->node->raw), this->node->ofs, this->node->ofs+this->node->size, this->node->frags);
223 this->ofs, this->ofs+this->size, this->node?(ref_offset(this->node->raw)):0xffffffff, this);
250 ref_offset(this->node->raw), ref_flags(this->node->raw));
273 this->ofs, this->ofs+this->size, ref_offset(this->node->raw));
375 fn->ofs, fn->ofs+fn->size, ref_offset(fn->raw), newfrag);
636 BUG_ON(ref_offset(ref) != jeb->offset);
637 } else if (unlikely(ref_offset(ref) != jeb->offset + c->sector_size - jeb->free_size)) {
641 ref, ref_offset(re
[all...]
H A Ddebug.c87 ref_offset(fn->raw), fn->frags);
99 ref_offset(fn->raw));
106 ref_offset(fn->raw), frag->ofs, frag->ofs+frag->size);
315 if (ref_offset(ref2) < jeb->offset ||
316 ref_offset(ref2) > jeb->offset + c->sector_size) {
318 ref_offset(ref2), jeb->offset);
331 ref_offset(ref2), ref2, ref_offset(ref_next(ref2)), ref_next(ref2),
332 ref_offset(jeb->last_node), jeb->last_node);
393 printk("%#08x", ref_offset(re
[all...]
H A Dnodemgmt.c515 D1(printk(KERN_DEBUG "jffs2_mark_node_obsolete called with already obsolete node at 0x%08x\n", ref_offset(ref)));
546 D1(printk(KERN_DEBUG "Obsoleting previously unchecked node at 0x%08x of len %x: ", ref_offset(ref), freed_len));
555 D1(printk(KERN_DEBUG "Obsoleting node at 0x%08x of len %#x: ", ref_offset(ref), freed_len));
589 ref->flash_offset = ref_offset(ref) | REF_OBSOLETE;
665 D1(printk(KERN_DEBUG "obliterating obsoleted node at 0x%08x\n", ref_offset(ref)));
666 ret = jffs2_flash_read(c, ref_offset(ref), sizeof(n), &retlen, (char *)&n);
668 printk(KERN_WARNING "Read error reading from obsoleted node at 0x%08x: %d\n", ref_offset(ref), ret);
672 printk(KERN_WARNING "Short read from obsoleted node at 0x%08x: %zd\n", ref_offset(ref), retlen);
680 D1(printk(KERN_DEBUG "Node at 0x%08x was already marked obsolete (nodetype 0x%04x)\n", ref_offset(ref), je16_to_cpu(n.nodetype)));
684 ret = jffs2_flash_write(c, ref_offset(re
[all...]
H A Dxattr.c138 offset = ref_offset(xd->node);
180 jeb = &c->blocks[ref_offset(raw) / c->sector_size];
186 raw->flash_offset = ref_offset(raw) | ((xd->node==raw) ? REF_PRISTINE : REF_NORMAL);
215 ret = jffs2_flash_read(c, ref_offset(xd->node)+sizeof(struct jffs2_raw_xattr),
220 ret, length, readlen, ref_offset(xd->node));
230 ref_offset(xd->node), xd->data_crc, crc);
449 offset = ref_offset(ref->node);
484 jeb = &c->blocks[ref_offset(raw) / c->sector_size];
490 raw->flash_offset = ref_offset(raw) | ((ref->node==raw) ? REF_PRISTINE : REF_NORMAL);
495 ref->ino, ref->xid, ref_offset(re
[all...]
H A Dwbuf.c294 (next && ref_offset(next) <= c->wbuf_ofs)) {
296 ref_offset(raw), ref_flags(raw),
297 (ref_offset(raw) + ref_totlen(c, jeb, raw)),
302 ref_offset(raw), ref_flags(raw),
303 (ref_offset(raw) + ref_totlen(c, jeb, raw)));
316 start = ref_offset(first_raw);
317 end = ref_offset(jeb->last_node);
367 start = ref_offset(first_raw);
463 rawlen, ref_offset(raw), ref_flags(raw), ofs));
510 (void *)(buf?:c->wbuf) + (ref_offset(ra
[all...]
H A Dnodelist.h137 #define ref_offset(ref) ((ref)->flash_offset & ~3) macro
139 #define mark_ref_normal(ref) do { (ref)->flash_offset = ref_offset(ref) | REF_NORMAL; } while(0)
H A Dbuild.c205 dbg_fsbuild("obsoleting node at 0x%08x\n", ref_offset(raw));
H A Derase.c285 ref_offset(this), ref_flags(this));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dblock.c28 int ref_offset,
41 int ref_offset, struct block_context *ctx)
52 ref_offset, ctx->priv_data);
110 ref_offset, ctx->priv_data);
115 int ref_offset, struct block_context *ctx)
126 ref_offset, ctx->priv_data);
186 ref_offset, ctx->priv_data);
191 int ref_offset, struct block_context *ctx)
202 ref_offset, ctx->priv_data);
262 ref_offset, ct
40 block_iterate_ind(blk_t *ind_block, blk_t ref_block, int ref_offset, struct block_context *ctx) argument
114 block_iterate_dind(blk_t *dind_block, blk_t ref_block, int ref_offset, struct block_context *ctx) argument
190 block_iterate_tind(blk_t *tind_block, blk_t ref_block, int ref_offset, struct block_context *ctx) argument
267 ext2fs_block_iterate2(ext2_filsys fs, ext2_ino_t ino, int flags, char *block_buf, int (*func)(ext2_filsys fs, blk_t *blocknr, e2_blkcnt_t blockcnt, blk_t ref_blk, int ref_offset, void *priv_data), void *priv_data) argument
[all...]
H A Dext2fsP.h86 int ref_offset,
H A Dbb_inode.c47 blk_t ref_block, int ref_offset,
51 blk_t ref_block, int ref_offset,
156 int ref_offset EXT2FS_ATTR((unused)),
213 int ref_offset EXT2FS_ATTR((unused)),
H A Dread_bb.c44 int ref_offset EXT2FS_ATTR((unused)),
H A Dexpanddir.c32 int ref_offset EXT2FS_ATTR((unused)),
H A Dbmove.c35 int ref_offset, void *priv_data)
33 process_block(ext2_filsys fs, blk_t *block_nr, e2_blkcnt_t blockcnt, blk_t ref_block, int ref_offset, void *priv_data) argument
H A Ddir_iterate.c139 int ref_offset EXT2FS_ATTR((unused)),
H A Dmkjournal.c153 int ref_offset EXT2FS_ATTR((unused)),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c499 int ref_offset; local
506 ref_offset = (h->ref_list[1][0].mbaff<<4) & (mb_type_col[0]>>3); //if(h->ref_list[1][0].mbaff && IS_INTERLACED(mb_type_col[0])) ref_offset=16 else 0
532 ref0 = map_col_to_list0[0][ref0 + ref_offset];
534 ref0 = map_col_to_list0[1][l1ref1[x8 + y8*b8_stride] + ref_offset];
561 const int ref0 = l1ref0[0] >= 0 ? map_col_to_list0[0][l1ref0[0] + ref_offset]
562 : map_col_to_list0[1][l1ref1[0] + ref_offset];
596 ref0 = map_col_to_list0[0][ref0 + ref_offset];
598 ref0 = map_col_to_list0[1][l1ref1[i8] + ref_offset];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c498 int ref_offset; local
505 ref_offset = (h->ref_list[1][0].mbaff<<4) & (mb_type_col[0]>>3); //if(h->ref_list[1][0].mbaff && IS_INTERLACED(mb_type_col[0])) ref_offset=16 else 0
531 ref0 = map_col_to_list0[0][ref0 + ref_offset];
533 ref0 = map_col_to_list0[1][l1ref1[x8 + y8*b8_stride] + ref_offset];
560 const int ref0 = l1ref0[0] >= 0 ? map_col_to_list0[0][l1ref0[0] + ref_offset]
561 : map_col_to_list0[1][l1ref1[0] + ref_offset];
595 ref0 = map_col_to_list0[0][ref0 + ref_offset];
597 ref0 = map_col_to_list0[1][l1ref1[i8] + ref_offset];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dtasn_utl.c113 lck = offset2ptr(*pval, aux->ref_offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_utl.c111 lck = offset2ptr(*pval, aux->ref_offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dtasn_utl.c113 lck = offset2ptr(*pval, aux->ref_offset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1t.h698 int ref_offset; /* Offset of reference value */ member in struct:ASN1_AUX_st

Completed in 260 milliseconds

12