• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/

Lines Matching defs:flash_ofs

64 	uint32_t flash_ofs;
92 flash_ofs = write_ofs(c);
94 jffs2_dbg_prewrite_paranoia_check(c, flash_ofs, vecs[0].iov_len + vecs[1].iov_len);
105 ret = jffs2_flash_writev(c, vecs, cnt, flash_ofs, &retlen,
110 sizeof(*ri)+datalen, flash_ofs, ret, retlen);
119 jffs2_add_physical_node_ref(c, flash_ofs | REF_OBSOLETE, PAD(sizeof(*ri)+datalen), NULL);
121 printk(KERN_NOTICE "Not marking the space at 0x%08x as dirty because the flash driver returned retlen zero\n", flash_ofs);
126 struct jffs2_eraseblock *jeb = &c->blocks[flash_ofs / c->sector_size];
149 flash_ofs = write_ofs(c);
150 D1(printk(KERN_DEBUG "Allocated space at 0x%08x to retry failed write.\n", flash_ofs));
171 flash_ofs |= REF_PRISTINE;
173 flash_ofs |= REF_NORMAL;
175 fn->raw = jffs2_add_physical_node_ref(c, flash_ofs, PAD(sizeof(*ri)+datalen), f->inocache);
181 flash_ofs & ~3, flash_ofs & 3, je32_to_cpu(ri->dsize),
199 uint32_t flash_ofs;
229 flash_ofs = write_ofs(c);
231 jffs2_dbg_prewrite_paranoia_check(c, flash_ofs, vecs[0].iov_len + vecs[1].iov_len);
243 ret = jffs2_flash_writev(c, vecs, 2, flash_ofs, &retlen,
247 sizeof(*rd)+namelen, flash_ofs, ret, retlen);
250 jffs2_add_physical_node_ref(c, flash_ofs | REF_OBSOLETE, PAD(sizeof(*rd)+namelen), NULL);
252 printk(KERN_NOTICE "Not marking the space at 0x%08x as dirty because the flash driver returned retlen zero\n", flash_ofs);
257 struct jffs2_eraseblock *jeb = &c->blocks[flash_ofs / c->sector_size];
280 flash_ofs = write_ofs(c);
281 D1(printk(KERN_DEBUG "Allocated space at 0x%08x to retry failed write.\n", flash_ofs));
293 fd->raw = jffs2_add_physical_node_ref(c, flash_ofs | REF_PRISTINE, PAD(sizeof(*rd)+namelen), f->inocache);