Searched refs:phys_ofs (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Dgc.c559 uint32_t phys_ofs, alloclen; local
653 phys_ofs = write_ofs(c);
655 ret = jffs2_flash_write(c, phys_ofs, rawlen, &retlen, (char *)node);
659 rawlen, phys_ofs, ret, retlen);
661 jffs2_add_physical_node_ref(c, phys_ofs | REF_OBSOLETE, rawlen, NULL);
663 printk(KERN_NOTICE "Not marking the space at 0x%08x as dirty because the flash driver returned retlen zero\n", phys_ofs);
668 struct jffs2_eraseblock *jeb = &c->blocks[phys_ofs / c->sector_size];
682 D1(printk(KERN_DEBUG "Allocated space at 0x%08x to retry failed write.\n", phys_ofs));
696 jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, rawlen, ic);
H A Dxattr.c286 uint32_t phys_ofs = write_ofs(c); local
312 rc = jffs2_flash_writev(c, vecs, 2, phys_ofs, &length, 0);
315 rc, totlen, length, phys_ofs);
318 jffs2_add_physical_node_ref(c, phys_ofs | REF_OBSOLETE, PAD(totlen), NULL);
323 jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, PAD(totlen), (void *)xd);
504 uint32_t xseqno, phys_ofs = write_ofs(c); local
524 ret = jffs2_flash_write(c, phys_ofs, sizeof(rr), &length, (char *)&rr);
527 ret, sizeof(rr), length, phys_ofs);
530 jffs2_add_physical_node_ref(c, phys_ofs | REF_OBSOLETE, PAD(sizeof(rr)), NULL);
536 jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTIN
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Dgc.c559 uint32_t phys_ofs, alloclen; local
653 phys_ofs = write_ofs(c);
655 ret = jffs2_flash_write(c, phys_ofs, rawlen, &retlen, (char *)node);
659 rawlen, phys_ofs, ret, retlen);
661 jffs2_add_physical_node_ref(c, phys_ofs | REF_OBSOLETE, rawlen, NULL);
663 printk(KERN_NOTICE "Not marking the space at 0x%08x as dirty because the flash driver returned retlen zero\n", phys_ofs);
668 struct jffs2_eraseblock *jeb = &c->blocks[phys_ofs / c->sector_size];
682 D1(printk(KERN_DEBUG "Allocated space at 0x%08x to retry failed write.\n", phys_ofs));
696 jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, rawlen, ic);
H A Dxattr.c286 uint32_t phys_ofs = write_ofs(c); local
312 rc = jffs2_flash_writev(c, vecs, 2, phys_ofs, &length, 0);
315 rc, totlen, length, phys_ofs);
318 jffs2_add_physical_node_ref(c, phys_ofs | REF_OBSOLETE, PAD(totlen), NULL);
323 jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, PAD(totlen), (void *)xd);
504 uint32_t xseqno, phys_ofs = write_ofs(c); local
524 ret = jffs2_flash_write(c, phys_ofs, sizeof(rr), &length, (char *)&rr);
527 ret, sizeof(rr), length, phys_ofs);
530 jffs2_add_physical_node_ref(c, phys_ofs | REF_OBSOLETE, PAD(sizeof(rr)), NULL);
536 jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTIN
[all...]

Completed in 117 milliseconds