public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Kernel removing directories
@ 2002-04-26  2:56 Murtada Shah
  2002-04-26  6:16 ` David Woodhouse
  0 siblings, 1 reply; 8+ messages in thread
From: Murtada Shah @ 2002-04-26  2:56 UTC (permalink / raw)
  To: linux-mtd, linux-arm-kernel

Hi,

I'm booting from flash... but during bootup jffs2 erases some things it 
seems??

"inode #7 was a directory with children ... removing those too"

Why does it do this? then I can't boot since one of my directories is 
erased... and I have to boot from nfs & re-install the items.

Murtada

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kernel removing directories
  2002-04-26  2:56 Kernel removing directories Murtada Shah
@ 2002-04-26  6:16 ` David Woodhouse
  2002-04-26 19:16   ` Murtada Shah
  0 siblings, 1 reply; 8+ messages in thread
From: David Woodhouse @ 2002-04-26  6:16 UTC (permalink / raw)
  To: Murtada Shah; +Cc: linux-mtd, linux-arm-kernel

mshah@yottayotta.com said:
>  I'm booting from flash... but during bootup jffs2 erases some things
> it  seems??

> "inode #7 was a directory with children ... removing those too" 

The line before that would probably have given an indication of _why_ it 
felt it needed to remove inode #7.

--
dwmw2

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kernel removing directories
  2002-04-26  6:16 ` David Woodhouse
@ 2002-04-26 19:16   ` Murtada Shah
  2002-04-26 22:20     ` David Woodhouse
  0 siblings, 1 reply; 8+ messages in thread
From: Murtada Shah @ 2002-04-26 19:16 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-mtd, linux-arm-kernel

There is nothing displayed before it... Even with debug set to 2
Just "Netwinder Floating Point Emulator"..

Murtada

David Woodhouse wrote:

>mshah@yottayotta.com said:
>
>> I'm booting from flash... but during bootup jffs2 erases some things
>>it  seems??
>>
>
>>"inode #7 was a directory with children ... removing those too" 
>>
>
>The line before that would probably have given an indication of _why_ it 
>felt it needed to remove inode #7.
>
>--
>dwmw2
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kernel removing directories
  2002-04-26 19:16   ` Murtada Shah
@ 2002-04-26 22:20     ` David Woodhouse
  2002-04-29 21:46       ` Murtada Shah
  0 siblings, 1 reply; 8+ messages in thread
From: David Woodhouse @ 2002-04-26 22:20 UTC (permalink / raw)
  To: Murtada Shah; +Cc: linux-mtd, linux-arm-kernel

mshah@yottayotta.com said:
> There is nothing displayed before it... Even with debug set to 2 Just
> "Netwinder Floating Point Emulator"..

Can you set DEFAULT_CONSOLE_LOGLEVEL in kernel/printk.c to 9 and try again? 
You'll want to use a serial console with _logging_.

--
dwmw2

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kernel removing directories
  2002-04-26 22:20     ` David Woodhouse
@ 2002-04-29 21:46       ` Murtada Shah
  2002-04-29 21:49         ` David Woodhouse
  0 siblings, 1 reply; 8+ messages in thread
From: Murtada Shah @ 2002-04-29 21:46 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-mtd, linux-arm-kernel

When I set jffs2 debug level to 1... and default_console_loglevel to 
9...  I get output for an extremely long time. Is this normal? I've been 
waiting for about 3 hours now and it's still not done. Normally it takes 
several seconds to load the filesystems.

Right now it's at the stage of:

adding node 6b000-6bfff @0x00785628 on flash, newfrag *c0ec4680
j_a_f_d_t_f: skipping frag 0x0000-0x1000;......
j_a_f_.............
.. and many lines of j_a_f_d_t_f and then a "adding node..." again for 
the next hex addresses...

Should I continue with this? MTD debug level is set to 3

Murtada

David Woodhouse wrote:

>mshah@yottayotta.com said:
>
>>There is nothing displayed before it... Even with debug set to 2 Just
>>"Netwinder Floating Point Emulator"..
>>
>
>Can you set DEFAULT_CONSOLE_LOGLEVEL in kernel/printk.c to 9 and try again? 
>You'll want to use a serial console with _logging_.
>
>--
>dwmw2
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kernel removing directories
  2002-04-29 21:46       ` Murtada Shah
@ 2002-04-29 21:49         ` David Woodhouse
  2002-04-29 22:38           ` Murtada Shah
  0 siblings, 1 reply; 8+ messages in thread
From: David Woodhouse @ 2002-04-29 21:49 UTC (permalink / raw)
  To: Murtada Shah; +Cc: linux-mtd, linux-arm-kernel


mshah@yottayotta.com said:
> When I set jffs2 debug level to 1... and default_console_loglevel to
> 9...  I get output for an extremely long time. Is this normal? I've
> been  waiting for about 3 hours now and it's still not done. Normally
> it takes  several seconds to load the filesystems. 

A long time is normal. Hours is a little excessive. How big is your file 
system? Are you running at 115200 baud or faster?

--
dwmw2

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kernel removing directories
  2002-04-29 21:49         ` David Woodhouse
@ 2002-04-29 22:38           ` Murtada Shah
  2002-04-30  7:41             ` David Woodhouse
  0 siblings, 1 reply; 8+ messages in thread
From: Murtada Shah @ 2002-04-29 22:38 UTC (permalink / raw)
  To: David Woodhouse; +Cc: linux-mtd, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 1600 bytes --]

My mistake David. That was Jffs2 debug set to 2, that is why it took hours.

Nonetheless, I attached the serial output of jffs2debug set to 1... so 
you can take a look at it. I copied/pasted the relevant parts at the end.

The inode #7 seems to be causing problems. You can find the relevant 
sections from the attached file by finding the following quotes. As you 
see inode #7 has important children :) (i.e. "mv", "ps", 
/etc/init.d/rc&). I can boot from nfs & mount the /dev/mtdblock/0 no 
problem after another reboot.

--------------------------------------------
jffs2_scan_inode_node(): Node at 0x00ed3768
Node is ino #7, version 44. Range 0x0-0x0
....
....
....

Pass 2: ino #7, nlink 0, ic c0f0e7e8, nodes c0ec8550
JFFS@: Removing ino #7 with nlink == zero.
obsoleting node at 0x00fdca58.
...
...
...
obliterating obsoleted node at 0x008b9e70
Inode #7 was a directory with children - removing those too...
Removing child "mv", ino #14
Removing child "ps", ino #15
Removing child....
...
...
...
/etc/init.d/rcY
...
...
INIT: cannot execute "/etc/init.d/rc"
....
...


-------------------------------------------------
David Woodhouse wrote:

>
>mshah@yottayotta.com said:
>
>>When I set jffs2 debug level to 1... and default_console_loglevel to
>>9...  I get output for an extremely long time. Is this normal? I've
>>been  waiting for about 3 hours now and it's still not done. Normally
>>it takes  several seconds to load the filesystems. 
>>
>
>A long time is normal. Hours is a little excessive. How big is your file 
>system? Are you running at 115200 baud or faster?
>
>--
>dwmw2
>



[-- Attachment #2: serialB --]
[-- Type: text/plain, Size: 1212177 bytes --]


................................................................
................................................................
.............................
jffs2_read_inode, read size = 9C6AC, done.
loaded 0x0009C6AC bytes

Uncompressing Linux............................................... done, booting the kernel.

Linux version 2.4.18-rmk3 (mshah@fengel.edmonton.yottayotta.com) (gcc version 2.95.2 20000313 (Debian GNU/Linux)) #5 Mon Apr 29 15:49:26 MDT 2002

Processor: ARM ARM720T revision 2

Architecture: ARM-Prospector720T

mapping flash at 0x20000000

On node 0 totalpages: 4096

zone(0): 4096 pages.

zone(1): 0 pages.

zone(2): 0 pages.

Kernel command line: root=/dev/mtdblock/0 mem=16M ip=::::::on

Relocating machine vectors to 0xffff0000

Calibrating delay loop... 36.76 BogoMIPS

Memory: 16MB = 16MB total

Memory: 14484KB available (1235K code, 234K data, 56K init)

Dentry-cache hash table entries: 2048 (order: 2, 16384 bytes)

Inode-cache hash table entries: 1024 (order: 1, 8192 bytes)

Mount-cache hash table entries: 512 (order: 0, 4096 bytes)

Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)

Page-cache hash table entries: 4096 (order: 2, 16384 bytes)

POSIX conformance testing by UNIFIX

Linux NET4.0 for Linux 2.4

Based upon Swansea University Computer Society NET3.039

Initializing RT netlink socket

Starting kswapd

devfs: v1.10 (20020120) Richard Gooch (rgooch@atnf.csiro.au)

devfs: boot_options: 0x1

JFFS2 version 2.1. (C) 2001, 2002 Red Hat, Inc., designed by Axis Communications AB.

Allocated 401728 bytes for deflate workspace

Allocated 46912 bytes for inflate workspace

i2c-core.o: i2c core module

i2c-dev.o: i2c /dev entries driver module

i2c-algo-bit.o: i2c bit algorithm module

ttyAM0 at I/O 0x100 (irq = 12) is a CLPS711x

devfs_register(ttyAM): could not append to parent, err: -17

devfs_register(cuaam): could not append to parent, err: -17

ttyAM1 at I/O 0x1100 (irq = 28) is a CLPS711x

pty: 256 Unix98 ptys configured

block: 64 slots per queue, batch=16

PP_addr=0xe1a0

eth0: cs8900 rev J found at 0x300 [Cirrus EEPROM] 

cs89x0 media RJ-45, IRQ 7, programmed I/O, MAC 00:04:56:00:00:14

eth1: request_region(0x303, 0x10) failed

PP_addr=0x3000

eth1: cs8900 rev J found at 0x600 [Cirrus EEPROM] 

cs89x0 media RJ-45, IRQ 5, programmed I/O, MAC 00:04:56:00:00:15

Physically mapped flash: Found an alias at 0x1000000 for the chip at 0x0

 Amd/Fujitsu Extended Query Table v1.1 at 0x0040

number of CFI chips: 1

Physically mapped flash: Found an alias at 0x1000000 for the chip at 0x0

 Amd/Fujitsu Extended Query Table v1.1 at 0x0040

number of CFI chips: 1

Physically mapped flash: Found an alias at 0x1000000 for the chip at 0x0

 Amd/Fujitsu Extended Query Table v1.1 at 0x0040

number of CFI chips: 1

NET4: Linux TCP/IP 1.0 for NET4.0

IP Protocols: ICMP, UDP, TCP, IGMP

IP: routing cache hash table of 512 buckets, 4Kbytes

TCP: Hash tables configured (established 1024 bind 1024)

eth0: using half-duplex 10Base-T (RJ-45)

eth1: 10Base-T (RJ-45) has no cable

eth1: no network cable attached to configured media

IP-Config: Failed to open eth1

Sending DHCP requests ., OK

IP-Config: Got DHCP answer from 192.168.98.100, my address is 192.168.98.122

IP-Config: Complete:

      device=eth0, addr=192.168.98.122, mask=255.255.255.0, gw=192.168.98.1,

     host=skywalker14, domain=dyn.hw.yottayotta.com, nis-domain=yotta,

     bootserver=192.168.98.100, rootserver=192.168.98.100, rootpath=/arm/

NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.

NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com

jffs2: read_super for device 1f:00

jffs2_scan_eraseblock(): Scanning block at 0x20000

Found empty flash at 0x2000c

Empty flash detected from 0x0002000c to 0x00040000

Block at 0x00020000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x40000

Found empty flash at 0x4000c

Empty flash detected from 0x0004000c to 0x00060000

Block at 0x00040000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x60000

Found empty flash at 0x6000c

Empty flash detected from 0x0006000c to 0x00080000

Block at 0x00060000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x80000

Found empty flash at 0x8000c

Empty flash detected from 0x0008000c to 0x000a0000

Block at 0x00080000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0xa0000

Found empty flash at 0xa000c

Empty flash detected from 0x000a000c to 0x000c0000

Block at 0x000a0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0xc0000

Found empty flash at 0xc000c

Empty flash detected from 0x000c000c to 0x000e0000

Block at 0x000c0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0xe0000

Found empty flash at 0xe000c

Empty flash detected from 0x000e000c to 0x00100000

Block at 0x000e0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x100000

Found empty flash at 0x10000c

Empty flash detected from 0x0010000c to 0x00120000

Block at 0x00100000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x120000

Found empty flash at 0x12000c

Empty flash detected from 0x0012000c to 0x00140000

Block at 0x00120000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x140000

Found empty flash at 0x14000c

Empty flash detected from 0x0014000c to 0x00160000

Block at 0x00140000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x160000

Found empty flash at 0x16000c

Empty flash detected from 0x0016000c to 0x00180000

Block at 0x00160000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x180000

Found empty flash at 0x18000c

Empty flash detected from 0x0018000c to 0x001a0000

Block at 0x00180000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x1a0000

Found empty flash at 0x1a000c

Empty flash detected from 0x001a000c to 0x001c0000

Block at 0x001a0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x1c0000

Found empty flash at 0x1c000c

Empty flash detected from 0x001c000c to 0x001e0000

Block at 0x001c0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x1e0000

Found empty flash at 0x1e000c

Empty flash detected from 0x001e000c to 0x00200000

Block at 0x001e0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x200000

Found empty flash at 0x20000c

Empty flash detected from 0x0020000c to 0x00220000

Block at 0x00200000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x220000

Found empty flash at 0x22000c

Empty flash detected from 0x0022000c to 0x00240000

Block at 0x00220000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x240000

Found empty flash at 0x24000c

Empty flash detected from 0x0024000c to 0x00260000

Block at 0x00240000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x260000

Found empty flash at 0x26000c

Empty flash detected from 0x0026000c to 0x00280000

Block at 0x00260000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x280000

Found empty flash at 0x28000c

Empty flash detected from 0x0028000c to 0x002a0000

Block at 0x00280000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x2a0000

Found empty flash at 0x2a000c

Empty flash detected from 0x002a000c to 0x002c0000

Block at 0x002a0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x2c0000

Found empty flash at 0x2c000c

Empty flash detected from 0x002c000c to 0x002e0000

Block at 0x002c0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x2e0000

Found empty flash at 0x2e000c

Empty flash detected from 0x002e000c to 0x00300000

Block at 0x002e0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x300000

Found empty flash at 0x30000c

Empty flash detected from 0x0030000c to 0x00320000

Block at 0x00300000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x320000

Found empty flash at 0x32000c

Empty flash detected from 0x0032000c to 0x00340000

Block at 0x00320000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x340000

Found empty flash at 0x34000c

Empty flash detected from 0x0034000c to 0x00360000

Block at 0x00340000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x360000

Found empty flash at 0x36000c

Empty flash detected from 0x0036000c to 0x00380000

Block at 0x00360000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x380000

Found empty flash at 0x38000c

Empty flash detected from 0x0038000c to 0x003a0000

Block at 0x00380000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x3a0000

Found empty flash at 0x3a000c

Empty flash detected from 0x003a000c to 0x003c0000

Block at 0x003a0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x3c0000

Found empty flash at 0x3c000c

Empty flash detected from 0x003c000c to 0x003e0000

Block at 0x003c0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x3e0000

Found empty flash at 0x3e000c

Empty flash detected from 0x003e000c to 0x00400000

Block at 0x003e0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x400000

Found empty flash at 0x40000c

Empty flash detected from 0x0040000c to 0x00420000

Block at 0x00400000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x420000

Found empty flash at 0x42000c

Empty flash detected from 0x0042000c to 0x00440000

Block at 0x00420000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x440000

Found empty flash at 0x44000c

Empty flash detected from 0x0044000c to 0x00460000

Block at 0x00440000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x460000

Found empty flash at 0x46000c

Empty flash detected from 0x0046000c to 0x00480000

Block at 0x00460000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x480000

Found empty flash at 0x48000c

Empty flash detected from 0x0048000c to 0x004a0000

Block at 0x00480000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x4a0000

Found empty flash at 0x4a000c

Empty flash detected from 0x004a000c to 0x004c0000

Block at 0x004a0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x4c0000

Found empty flash at 0x4c000c

Empty flash detected from 0x004c000c to 0x004e0000

Block at 0x004c0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x4e0000

Found empty flash at 0x4e000c

Empty flash detected from 0x004e000c to 0x00500000

Block at 0x004e0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x500000

Found empty flash at 0x50000c

Empty flash detected from 0x0050000c to 0x00520000

Block at 0x00500000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x520000

Found empty flash at 0x52000c

Empty flash detected from 0x0052000c to 0x00540000

Block at 0x00520000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x540000

Found empty flash at 0x54000c

Empty flash detected from 0x0054000c to 0x00560000

Block at 0x00540000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x560000

Found empty flash at 0x56000c

Empty flash detected from 0x0056000c to 0x00580000

Block at 0x00560000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x580000

Found empty flash at 0x58000c

Empty flash detected from 0x0058000c to 0x005a0000

Block at 0x00580000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x5a0000

Found empty flash at 0x5a000c

Empty flash detected from 0x005a000c to 0x005c0000

Block at 0x005a0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x5c0000

Found empty flash at 0x5c000c

Empty flash detected from 0x005c000c to 0x005e0000

Block at 0x005c0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x5e0000

Found empty flash at 0x5e000c

Empty flash detected from 0x005e000c to 0x00600000

Block at 0x005e0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x600000

Found empty flash at 0x60000c

Empty flash detected from 0x0060000c to 0x00620000

Block at 0x00600000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x620000

Found empty flash at 0x62000c

Empty flash detected from 0x0062000c to 0x00640000

Block at 0x00620000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x640000

Found empty flash at 0x64000c

Empty flash detected from 0x0064000c to 0x00660000

Block at 0x00640000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x660000

Found empty flash at 0x66000c

Empty flash detected from 0x0066000c to 0x00680000

Block at 0x00660000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x680000

Found empty flash at 0x68000c

Empty flash detected from 0x0068000c to 0x006a0000

Block at 0x00680000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x6a0000

Found empty flash at 0x6a000c

Empty flash detected from 0x006a000c to 0x006c0000

Block at 0x006a0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x6c0000

Found empty flash at 0x6c000c

Empty flash detected from 0x006c000c to 0x006e0000

Block at 0x006c0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x6e0000

Found empty flash at 0x6e000c

Empty flash detected from 0x006e000c to 0x00700000

Block at 0x006e0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x700000

Found empty flash at 0x70000c

Empty flash detected from 0x0070000c to 0x00720000

Block at 0x00700000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x720000

Found empty flash at 0x72000c

Empty flash detected from 0x0072000c to 0x00740000

Block at 0x00720000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x740000

Found empty flash at 0x74000c

Empty flash detected from 0x0074000c to 0x00760000

Block at 0x00740000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x760000

Found empty flash at 0x76000c

Empty flash detected from 0x0076000c to 0x00780000

Block at 0x00760000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x780000

Found empty flash at 0x78000c

Empty flash detected from 0x0078000c to 0x007a0000

Block at 0x00780000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x7a0000

Found empty flash at 0x7a000c

Empty flash detected from 0x007a000c to 0x007c0000

Block at 0x007a0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x7c0000

Found empty flash at 0x7c000c

Empty flash detected from 0x007c000c to 0x007e0000

Block at 0x007c0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x7e0000

Found empty flash at 0x7e000c

Empty flash detected from 0x007e000c to 0x00800000

Block at 0x007e0000: free 0x0001fff4, dirty 0x00000000, used 0x0000000c

jffs2_scan_eraseblock(): Scanning block at 0x800000

jffs2_scan_inode_node(): Node at 0x0080000c

Allocated inocache at c0f0e2c0

Node is ino #523, version 150. Range 0x84abd-0x85000

jffs2_scan_inode_node(): Node at 0x00800594

Node is ino #523, version 151. Range 0x85000-0x86000

jffs2_scan_inode_node(): Node at 0x008015d4

Node is ino #523, version 152. Range 0x86000-0x87000

jffs2_scan_inode_node(): Node at 0x00802618

Node is ino #523, version 153. Range 0x87000-0x88000

jffs2_scan_inode_node(): Node at 0x00803658

Node is ino #523, version 154. Range 0x88000-0x89000

jffs2_scan_inode_node(): Node at 0x0080469c

Node is ino #523, version 155. Range 0x89000-0x8a000

jffs2_scan_inode_node(): Node at 0x008056d8

Node is ino #523, version 156. Range 0x8a000-0x8b000

jffs2_scan_inode_node(): Node at 0x00806704

Node is ino #523, version 157. Range 0x8b000-0x8c000

jffs2_scan_inode_node(): Node at 0x00807734

Node is ino #523, version 158. Range 0x8c000-0x8d000

jffs2_scan_inode_node(): Node at 0x00808764

Node is ino #523, version 159. Range 0x8d000-0x8e000

jffs2_scan_inode_node(): Node at 0x0080979c

Node is ino #523, version 160. Range 0x8e000-0x8f000

jffs2_scan_inode_node(): Node at 0x0080a7e0

Node is ino #523, version 161. Range 0x8f000-0x90000

jffs2_scan_inode_node(): Node at 0x0080b824

Node is ino #523, version 162. Range 0x90000-0x91000

jffs2_scan_inode_node(): Node at 0x0080c868

Node is ino #523, version 163. Range 0x91000-0x92000

jffs2_scan_inode_node(): Node at 0x0080d8ac

Node is ino #523, version 164. Range 0x92000-0x93000

jffs2_scan_inode_node(): Node at 0x0080e8f0

Node is ino #523, version 165. Range 0x93000-0x94000

jffs2_scan_inode_node(): Node at 0x0080f934

Node is ino #523, version 166. Range 0x94000-0x95000

jffs2_scan_inode_node(): Node at 0x00810978

Node is ino #523, version 167. Range 0x95000-0x96000

jffs2_scan_inode_node(): Node at 0x008119bc

Node is ino #523, version 168. Range 0x96000-0x97000

jffs2_scan_inode_node(): Node at 0x00812a00

Node is ino #523, version 169. Range 0x97000-0x98000

jffs2_scan_inode_node(): Node at 0x00813a44

Node is ino #523, version 170. Range 0x98000-0x99000

jffs2_scan_inode_node(): Node at 0x00814a54

Node is ino #523, version 171. Range 0x99000-0x9a000

jffs2_scan_inode_node(): Node at 0x00815a78

Node is ino #523, version 172. Range 0x9a000-0x9b000

jffs2_scan_inode_node(): Node at 0x00816abc

Node is ino #523, version 173. Range 0x9b000-0x9c000

jffs2_scan_inode_node(): Node at 0x00817b00

Node is ino #523, version 174. Range 0x9c000-0x9c6ac

jffs2_scan_dirent_node(): Node at 0x008181ec

Allocated inocache at c0f0e2d4

jffs2_add_fd_to_list( c01ead60, c01ead80 (->00000000))

Dirent "z" (hash 0x0000542d, ino #523

jffs2_scan_dirent_node(): Node at 0x00818218

jffs2_add_fd_to_list( c01eada0, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Found empty flash at 0x818248

Empty flash detected from 0x00818248 to 0x00820000

Block at 0x00800000: free 0x00007db8, dirty 0x00000000, used 0x00018248

jffs2_scan_eraseblock(): Scanning block at 0x820000

jffs2_scan_inode_node(): Node at 0x0082000c

Node is ino #523, version 114. Range 0x6544c-0x66000

jffs2_scan_inode_node(): Node at 0x00820c04

Node is ino #523, version 115. Range 0x66000-0x67000

jffs2_scan_inode_node(): Node at 0x00821c48

Node is ino #523, version 116. Range 0x67000-0x68000

jffs2_scan_inode_node(): Node at 0x00822c88

Node is ino #523, version 117. Range 0x68000-0x69000

jffs2_scan_inode_node(): Node at 0x00823ccc

Node is ino #523, version 118. Range 0x69000-0x6a000

jffs2_scan_inode_node(): Node at 0x00824d10

Node is ino #523, version 119. Range 0x6a000-0x6b000

jffs2_scan_inode_node(): Node at 0x00825d54

Node is ino #523, version 120. Range 0x6b000-0x6c000

jffs2_scan_inode_node(): Node at 0x00826d98

Node is ino #523, version 121. Range 0x6c000-0x6d000

jffs2_scan_inode_node(): Node at 0x00827ddc

Node is ino #523, version 122. Range 0x6d000-0x6e000

jffs2_scan_inode_node(): Node at 0x00828e20

Node is ino #523, version 123. Range 0x6e000-0x6f000

jffs2_scan_inode_node(): Node at 0x00829e64

Node is ino #523, version 124. Range 0x6f000-0x70000

jffs2_scan_inode_node(): Node at 0x0082aea8

Node is ino #523, version 125. Range 0x70000-0x71000

jffs2_scan_inode_node(): Node at 0x0082beec

Node is ino #523, version 126. Range 0x71000-0x72000

jffs2_scan_inode_node(): Node at 0x0082cf30

Node is ino #523, version 127. Range 0x72000-0x73000

jffs2_scan_inode_node(): Node at 0x0082df74

Node is ino #523, version 128. Range 0x73000-0x74000

jffs2_scan_inode_node(): Node at 0x0082efb8

Node is ino #523, version 129. Range 0x74000-0x74fff

jffs2_scan_inode_node(): Node at 0x0082fffc

Node is ino #523, version 130. Range 0x74fff-0x75000

jffs2_scan_inode_node(): Node at 0x00830044

Node is ino #523, version 131. Range 0x75000-0x75fff

jffs2_scan_inode_node(): Node at 0x00831088

Node is ino #523, version 132. Range 0x75fff-0x76000

jffs2_scan_inode_node(): Node at 0x008310d0

Node is ino #523, version 133. Range 0x76000-0x77000

jffs2_scan_inode_node(): Node at 0x00832110

Node is ino #523, version 134. Range 0x77000-0x78000

jffs2_scan_inode_node(): Node at 0x00833154

Node is ino #523, version 135. Range 0x78000-0x79000

jffs2_scan_inode_node(): Node at 0x00834194

Node is ino #523, version 136. Range 0x79000-0x79fff

jffs2_scan_inode_node(): Node at 0x008351d8

Node is ino #523, version 137. Range 0x79fff-0x7a000

jffs2_scan_inode_node(): Node at 0x00835220

Node is ino #523, version 138. Range 0x7a000-0x7b000

jffs2_scan_inode_node(): Node at 0x00836260

Node is ino #523, version 139. Range 0x7b000-0x7c000

jffs2_scan_inode_node(): Node at 0x008372a4

Node is ino #523, version 140. Range 0x7c000-0x7d000

jffs2_scan_inode_node(): Node at 0x008382e4

Node is ino #523, version 141. Range 0x7d000-0x7e000

jffs2_scan_inode_node(): Node at 0x00839324

Node is ino #523, version 142. Range 0x7e000-0x7efff

jffs2_scan_inode_node(): Node at 0x0083a368

Node is ino #523, version 143. Range 0x7efff-0x7f000

jffs2_scan_inode_node(): Node at 0x0083a3b0

Node is ino #523, version 144. Range 0x7f000-0x80000

jffs2_scan_inode_node(): Node at 0x0083b3f0

Node is ino #523, version 145. Range 0x80000-0x81000

jffs2_scan_inode_node(): Node at 0x0083c434

Node is ino #523, version 146. Range 0x81000-0x82000

jffs2_scan_inode_node(): Node at 0x0083d478

Node is ino #523, version 147. Range 0x82000-0x83000

jffs2_scan_inode_node(): Node at 0x0083e4bc

Node is ino #523, version 148. Range 0x83000-0x84000

jffs2_scan_inode_node(): Node at 0x0083f500

Node is ino #523, version 149. Range 0x84000-0x84abd

Block at 0x00820000: free 0x00000000, dirty 0x00000000, used 0x00020000

jffs2_scan_eraseblock(): Scanning block at 0x840000

jffs2_scan_inode_node(): Node at 0x0084000c

Node is ino #523, version 78. Range 0x45dcc-0x46000

jffs2_scan_inode_node(): Node at 0x00840284

Node is ino #523, version 79. Range 0x46000-0x47000

jffs2_scan_inode_node(): Node at 0x008412c0

Node is ino #523, version 80. Range 0x47000-0x48000

jffs2_scan_inode_node(): Node at 0x00842300

Node is ino #523, version 81. Range 0x48000-0x48fff

jffs2_scan_inode_node(): Node at 0x00843344

Node is ino #523, version 82. Range 0x48fff-0x49000

jffs2_scan_inode_node(): Node at 0x0084338c

Node is ino #523, version 83. Range 0x49000-0x4a000

jffs2_scan_inode_node(): Node at 0x008443d0

Node is ino #523, version 84. Range 0x4a000-0x4b000

jffs2_scan_inode_node(): Node at 0x00845414

Node is ino #523, version 85. Range 0x4b000-0x4c000

jffs2_scan_inode_node(): Node at 0x00846458

Node is ino #523, version 86. Range 0x4c000-0x4cfff

jffs2_scan_inode_node(): Node at 0x0084749c

Node is ino #523, version 87. Range 0x4cfff-0x4d000

jffs2_scan_inode_node(): Node at 0x008474e4

Node is ino #523, version 88. Range 0x4d000-0x4e000

jffs2_scan_inode_node(): Node at 0x00848524

Node is ino #523, version 89. Range 0x4e000-0x4f000

jffs2_scan_inode_node(): Node at 0x00849564

Node is ino #523, version 90. Range 0x4f000-0x50000

jffs2_scan_inode_node(): Node at 0x0084a5a8

Node is ino #523, version 91. Range 0x50000-0x51000

jffs2_scan_inode_node(): Node at 0x0084b5ec

Node is ino #523, version 92. Range 0x51000-0x52000

jffs2_scan_inode_node(): Node at 0x0084c630

Node is ino #523, version 93. Range 0x52000-0x53000

jffs2_scan_inode_node(): Node at 0x0084d674

Node is ino #523, version 94. Range 0x53000-0x54000

jffs2_scan_inode_node(): Node at 0x0084e6b8

Node is ino #523, version 95. Range 0x54000-0x55000

jffs2_scan_inode_node(): Node at 0x0084f6fc

Node is ino #523, version 96. Range 0x55000-0x56000

jffs2_scan_inode_node(): Node at 0x00850740

Node is ino #523, version 97. Range 0x56000-0x57000

jffs2_scan_inode_node(): Node at 0x00851784

Node is ino #523, version 98. Range 0x57000-0x58000

jffs2_scan_inode_node(): Node at 0x008527c8

Node is ino #523, version 99. Range 0x58000-0x59000

jffs2_scan_inode_node(): Node at 0x00853808

Node is ino #523, version 100. Range 0x59000-0x5a000

jffs2_scan_inode_node(): Node at 0x0085484c

Node is ino #523, version 101. Range 0x5a000-0x5b000

jffs2_scan_inode_node(): Node at 0x00855890

Node is ino #523, version 102. Range 0x5b000-0x5c000

jffs2_scan_inode_node(): Node at 0x008568d0

Node is ino #523, version 103. Range 0x5c000-0x5d000

jffs2_scan_inode_node(): Node at 0x00857914

Node is ino #523, version 104. Range 0x5d000-0x5e000

jffs2_scan_inode_node(): Node at 0x00858954

Node is ino #523, version 105. Range 0x5e000-0x5f000

jffs2_scan_inode_node(): Node at 0x00859994

Node is ino #523, version 106. Range 0x5f000-0x60000

jffs2_scan_inode_node(): Node at 0x0085a9d8

Node is ino #523, version 107. Range 0x60000-0x61000

jffs2_scan_inode_node(): Node at 0x0085ba1c

Node is ino #523, version 108. Range 0x61000-0x62000

jffs2_scan_inode_node(): Node at 0x0085ca60

Node is ino #523, version 109. Range 0x62000-0x63000

jffs2_scan_inode_node(): Node at 0x0085daa4

Node is ino #523, version 110. Range 0x63000-0x63fff

jffs2_scan_inode_node(): Node at 0x0085eae8

Node is ino #523, version 111. Range 0x63fff-0x64000

jffs2_scan_inode_node(): Node at 0x0085eb30

Node is ino #523, version 112. Range 0x64000-0x65000

jffs2_scan_inode_node(): Node at 0x0085fb70

Node is ino #523, version 113. Range 0x65000-0x6544c

Block at 0x00840000: free 0x00000000, dirty 0x00000000, used 0x00020000

jffs2_scan_eraseblock(): Scanning block at 0x860000

jffs2_scan_inode_node(): Node at 0x0086000c

Node is ino #523, version 45. Range 0x2663c-0x27000

jffs2_scan_inode_node(): Node at 0x00860a14

Node is ino #523, version 46. Range 0x27000-0x28000

jffs2_scan_inode_node(): Node at 0x00861a58

Node is ino #523, version 47. Range 0x28000-0x29000

jffs2_scan_inode_node(): Node at 0x00862a9c

Node is ino #523, version 48. Range 0x29000-0x2a000

jffs2_scan_inode_node(): Node at 0x00863adc

Node is ino #523, version 49. Range 0x2a000-0x2b000

jffs2_scan_inode_node(): Node at 0x00864b20

Node is ino #523, version 50. Range 0x2b000-0x2c000

jffs2_scan_inode_node(): Node at 0x00865b64

Node is ino #523, version 51. Range 0x2c000-0x2d000

jffs2_scan_inode_node(): Node at 0x00866ba8

Node is ino #523, version 52. Range 0x2d000-0x2e000

jffs2_scan_inode_node(): Node at 0x00867bec

Node is ino #523, version 53. Range 0x2e000-0x2f000

jffs2_scan_inode_node(): Node at 0x00868c30

Node is ino #523, version 54. Range 0x2f000-0x30000

jffs2_scan_inode_node(): Node at 0x00869c74

Node is ino #523, version 55. Range 0x30000-0x31000

jffs2_scan_inode_node(): Node at 0x0086acb8

Node is ino #523, version 56. Range 0x31000-0x32000

jffs2_scan_inode_node(): Node at 0x0086bcf8

Node is ino #523, version 57. Range 0x32000-0x33000

jffs2_scan_inode_node(): Node at 0x0086cd38

Node is ino #523, version 58. Range 0x33000-0x34000

jffs2_scan_inode_node(): Node at 0x0086dd7c

Node is ino #523, version 59. Range 0x34000-0x35000

jffs2_scan_inode_node(): Node at 0x0086edc0

Node is ino #523, version 60. Range 0x35000-0x35fff

jffs2_scan_inode_node(): Node at 0x0086fe04

Node is ino #523, version 61. Range 0x35fff-0x36000

jffs2_scan_inode_node(): Node at 0x0086fe4c

Node is ino #523, version 62. Range 0x36000-0x37000

jffs2_scan_inode_node(): Node at 0x00870e90

Node is ino #523, version 63. Range 0x37000-0x38000

jffs2_scan_inode_node(): Node at 0x00871ed0

Node is ino #523, version 64. Range 0x38000-0x39000

jffs2_scan_inode_node(): Node at 0x00872f10

Node is ino #523, version 65. Range 0x39000-0x3a000

jffs2_scan_inode_node(): Node at 0x00873f48

Node is ino #523, version 66. Range 0x3a000-0x3b000

jffs2_scan_inode_node(): Node at 0x00874f84

Node is ino #523, version 67. Range 0x3b000-0x3c000

jffs2_scan_inode_node(): Node at 0x00875fc4

Node is ino #523, version 68. Range 0x3c000-0x3d000

jffs2_scan_inode_node(): Node at 0x00876ffc

Node is ino #523, version 69. Range 0x3d000-0x3e000

jffs2_scan_inode_node(): Node at 0x00878040

Node is ino #523, version 70. Range 0x3e000-0x3f000

jffs2_scan_inode_node(): Node at 0x00879084

Node is ino #523, version 71. Range 0x3f000-0x40000

jffs2_scan_inode_node(): Node at 0x0087a0c0

Node is ino #523, version 72. Range 0x40000-0x41000

jffs2_scan_inode_node(): Node at 0x0087b100

Node is ino #523, version 73. Range 0x41000-0x42000

jffs2_scan_inode_node(): Node at 0x0087c13c

Node is ino #523, version 74. Range 0x42000-0x43000

jffs2_scan_inode_node(): Node at 0x0087d178

Node is ino #523, version 75. Range 0x43000-0x44000

jffs2_scan_inode_node(): Node at 0x0087e1b8

Node is ino #523, version 76. Range 0x44000-0x45000

jffs2_scan_inode_node(): Node at 0x0087f1f8

Node is ino #523, version 77. Range 0x45000-0x45dcc

Block at 0x00860000: free 0x00000000, dirty 0x00000000, used 0x00020000

jffs2_scan_eraseblock(): Scanning block at 0x880000

jffs2_scan_inode_node(): Node at 0x0088000c

Node is ino #523, version 9. Range 0x6f99-0x7000

jffs2_scan_inode_node(): Node at 0x008800b8

Node is ino #523, version 10. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x008810f4

Node is ino #523, version 11. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00882130

Node is ino #523, version 12. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00883160

Node is ino #523, version 13. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x0088419c

Node is ino #523, version 14. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x008851dc

Node is ino #523, version 15. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00886220

Node is ino #523, version 16. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00887264

Node is ino #523, version 17. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x008882a8

Node is ino #523, version 18. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x008892e8

Node is ino #523, version 19. Range 0x10000-0x10fff

jffs2_scan_inode_node(): Node at 0x0088a32c

Node is ino #523, version 20. Range 0x10fff-0x11000

jffs2_scan_inode_node(): Node at 0x0088a374

Node is ino #523, version 21. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x0088b3b8

Node is ino #523, version 22. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x0088c3f8

Node is ino #523, version 23. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x0088d43c

Node is ino #523, version 24. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x0088e478

Node is ino #523, version 25. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x0088f4bc

Node is ino #523, version 26. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00890500

Node is ino #523, version 27. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00891544

Node is ino #523, version 28. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00892588

Node is ino #523, version 29. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x008935cc

Node is ino #523, version 30. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00894610

Node is ino #523, version 31. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00895654

Node is ino #523, version 32. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00896698

Node is ino #523, version 33. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x008976dc

Node is ino #523, version 34. Range 0x1e000-0x1efff

jffs2_scan_inode_node(): Node at 0x00898720

Node is ino #523, version 35. Range 0x1efff-0x1f000

jffs2_scan_inode_node(): Node at 0x00898768

Node is ino #523, version 36. Range 0x1f000-0x1ffff

jffs2_scan_inode_node(): Node at 0x008997ac

Node is ino #523, version 37. Range 0x1ffff-0x20000

jffs2_scan_inode_node(): Node at 0x008997f4

Node is ino #523, version 38. Range 0x20000-0x21000

jffs2_scan_inode_node(): Node at 0x0089a838

Node is ino #523, version 39. Range 0x21000-0x22000

jffs2_scan_inode_node(): Node at 0x0089b878

Node is ino #523, version 40. Range 0x22000-0x23000

jffs2_scan_inode_node(): Node at 0x0089c8bc

Node is ino #523, version 41. Range 0x23000-0x24000

jffs2_scan_inode_node(): Node at 0x0089d900

Node is ino #523, version 42. Range 0x24000-0x25000

jffs2_scan_inode_node(): Node at 0x0089e940

Node is ino #523, version 43. Range 0x25000-0x26000

jffs2_scan_inode_node(): Node at 0x0089f980

Node is ino #523, version 44. Range 0x26000-0x2663c

Block at 0x00880000: free 0x00000000, dirty 0x00000000, used 0x00020000

jffs2_scan_eraseblock(): Scanning block at 0x8a0000

jffs2_scan_inode_node(): Node at 0x008a000c

Allocated inocache at c0f0e2e8

Node is ino #474, version 208. Range 0x89e65-0x8a000

jffs2_scan_inode_node(): Node at 0x008a01ec

Node is ino #474, version 209. Range 0x8a000-0x8b000

jffs2_scan_inode_node(): Node at 0x008a1230

Node is ino #474, version 210. Range 0x8b000-0x8c000

jffs2_scan_inode_node(): Node at 0x008a28b8

Node is ino #474, version 212. Range 0x8c000-0x8d000

jffs2_scan_inode_node(): Node at 0x008a38fc

Node is ino #474, version 213. Range 0x8d000-0x8e000

jffs2_scan_inode_node(): Node at 0x008a5760

Node is ino #474, version 215. Range 0x8e000-0x8f000

jffs2_scan_inode_node(): Node at 0x008a67a4

Node is ino #474, version 216. Range 0x8f000-0x90000

jffs2_scan_inode_node(): Node at 0x008a77e8

Node is ino #474, version 217. Range 0x90000-0x91000

jffs2_scan_inode_node(): Node at 0x008a8e70

Node is ino #474, version 219. Range 0x91000-0x92000

jffs2_scan_inode_node(): Node at 0x008a9eb4

Node is ino #474, version 220. Range 0x92000-0x93000

jffs2_scan_inode_node(): Node at 0x008abd3c

Node is ino #474, version 222. Range 0x93000-0x94000

jffs2_scan_inode_node(): Node at 0x008acd80

Node is ino #474, version 223. Range 0x94000-0x95000

jffs2_scan_inode_node(): Node at 0x008add64

Node is ino #474, version 224. Range 0x95000-0x96000

jffs2_scan_inode_node(): Node at 0x008af394

Node is ino #474, version 226. Range 0x96000-0x97000

jffs2_scan_inode_node(): Node at 0x008b03d8

Node is ino #474, version 227. Range 0x97000-0x98000

jffs2_scan_inode_node(): Node at 0x008b141c

Node is ino #474, version 228. Range 0x98000-0x986c8

jffs2_scan_inode_node(): Node at 0x008b1b6c

Node is ino #474, version 230. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x008b1bf4

jffs2_add_fd_to_list( c01e8620, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

jffs2_scan_inode_node(): Node at 0x008b1c2c

Allocated inocache at c0f0e2fc

Node is ino #475, version 2. Range 0x0-0x22

jffs2_scan_inode_node(): Node at 0x008b1cd8

Node is ino #475, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x008b1d60

jffs2_add_fd_to_list( c01e8660, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "nobackup" (hash 0xf056f0f4, ino #476

jffs2_scan_dirent_node(): Node at 0x008b1de8

Allocated inocache at c0f0e310

jffs2_add_fd_to_list( c01e86a0, c01eae00 (->00000000))

Dirent "software" (hash 0x05364256, ino #477

jffs2_scan_inode_node(): Node at 0x008b1e18

Allocated inocache at c0f0e324

Node is ino #477, version 2. Range 0x0-0x12

jffs2_scan_dirent_node(): Node at 0x008b1ec8

jffs2_add_fd_to_list( c01eae40, c01eae00 (->c01e86a0))

Dirent "software" (hash 0x05364256, ino #477

Dirent "playpen" (hash 0xf17da831, ino #478

jffs2_scan_inode_node(): Node at 0x008b1ef8

Allocated inocache at c0f0e338

Node is ino #478, version 2. Range 0x0-0x11

jffs2_scan_inode_node(): Node at 0x008b1fd8

Node is ino #476, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x008b2060

jffs2_add_fd_to_list( c01eae80, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "home" (hash 0x019cc780, ino #479

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "nobackup" (hash 0xf056f0f4, ino #476

jffs2_scan_dirent_node(): Node at 0x008b20e8

Allocated inocache at c0f0e34c

jffs2_add_fd_to_list( c01eaea0, c01eaec0 (->00000000))

Dirent "yotta" (hash 0x145e74a9, ino #480

jffs2_scan_inode_node(): Node at 0x008b2118

Allocated inocache at c0f0e360

Node is ino #480, version 2. Range 0x0-0x15

jffs2_scan_inode_node(): Node at 0x008b21fc

Node is ino #479, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x008b2298

jffs2_add_fd_to_list( c01eaf00, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "home" (hash 0x019cc780, ino #479

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "nobackup" (hash 0xf056f0f4, ino #476

jffs2_scan_inode_node(): Node at 0x008b22c8

Allocated inocache at c0f0e374

Node is ino #481, version 2. Range 0x0-0x11

jffs2_scan_dirent_node(): Node at 0x008b2364

jffs2_add_fd_to_list( c01e86e0, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "home" (hash 0x019cc780, ino #479

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_inode_node(): Node at 0x008b23a4

Allocated inocache at c0f0e388

Node is ino #482, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x008b29f8

Node is ino #482, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x008b2d9c

Node is ino #482, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x008b3028

Node is ino #482, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x008b3440

Node is ino #482, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x008b378c

Node is ino #482, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x008b3d0c

Node is ino #482, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x008b40bc

Node is ino #482, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x008b43b0

Node is ino #482, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x008b47e0

Node is ino #482, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x008b4a3c

Node is ino #482, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x008b4cc0

Node is ino #482, version 17. Range 0xb000-0xbad1

jffs2_scan_inode_node(): Node at 0x008b4ec4

Node is ino #482, version 19. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x008b4f4c

jffs2_add_fd_to_list( c01e8720, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "home" (hash 0x019cc780, ino #479

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_inode_node(): Node at 0x008b4f90

Allocated inocache at c0f0e39c

Node is ino #483, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x008b5880

Node is ino #483, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x008b63dc

Node is ino #483, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x008b6bc8

Node is ino #483, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x008b721c

Node is ino #483, version 7. Range 0x4000-0x46a1

jffs2_scan_inode_node(): Node at 0x008b7618

Node is ino #483, version 9. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x008b76e4

Allocated inocache at c0f0e3b0

jffs2_add_fd_to_list( c01e8760, c01eaf80 (->00000000))

Dirent "terminfo" (hash 0x2ae8f58a, ino #484

jffs2_scan_inode_node(): Node at 0x008b7714

Allocated inocache at c0f0e3c4

Node is ino #484, version 2. Range 0x0-0x13

jffs2_scan_dirent_node(): Node at 0x008b77e8

Allocated inocache at c0f0e3d8

jffs2_add_fd_to_list( c01eafc0, c01eafe0 (->00000000))

Dirent "info" (hash 0x019fd950, ino #485

jffs2_scan_inode_node(): Node at 0x008b7814

Allocated inocache at c0f0e3ec

Node is ino #485, version 2. Range 0x0-0xa

jffs2_scan_dirent_node(): Node at 0x008b78e0

Allocated inocache at c0f0e400

jffs2_add_fd_to_list( c0f0b200, c0f0b220 (->00000000))

Dirent "doc" (hash 0x00242c8a, ino #486

jffs2_scan_inode_node(): Node at 0x008b790c

Allocated inocache at c0f0e414

Node is ino #486, version 2. Range 0x0-0x9

jffs2_scan_dirent_node(): Node at 0x008b79d4

Allocated inocache at c0f0e428

jffs2_add_fd_to_list( c0f0b260, c0f0b280 (->00000000))

Dirent "bin" (hash 0x0023605a, ino #487

jffs2_scan_inode_node(): Node at 0x008b7a00

Allocated inocache at c0f0e43c

Node is ino #487, version 2. Range 0x0-0x7

jffs2_scan_dirent_node(): Node at 0x008b7ac8

Allocated inocache at c0f0e450

jffs2_add_fd_to_list( c0f0b2c0, c0f0b2e0 (->00000000))

Dirent "info" (hash 0x019fd950, ino #488

jffs2_scan_inode_node(): Node at 0x008b7af4

Allocated inocache at c0f0e464

Node is ino #488, version 2. Range 0x0-0xa

jffs2_scan_dirent_node(): Node at 0x008b7bc0

Allocated inocache at c0f0e478

jffs2_add_fd_to_list( c0f0b320, c0f0b340 (->00000000))

Dirent "man" (hash 0x0026b6ea, ino #489

jffs2_scan_inode_node(): Node at 0x008b7bec

Allocated inocache at c0f0e48c

Node is ino #489, version 2. Range 0x0-0x9

jffs2_scan_dirent_node(): Node at 0x008b7cb8

Allocated inocache at c0f0e4a0

jffs2_add_fd_to_list( c0f0b380, c0f0b3a0 (->00000000))

Dirent "doc" (hash 0x00242c8a, ino #490

jffs2_scan_inode_node(): Node at 0x008b7ce4

Allocated inocache at c0f0e4b4

Node is ino #490, version 2. Range 0x0-0x9

jffs2_scan_dirent_node(): Node at 0x008b7db0

jffs2_add_fd_to_list( c0f0b3e0, c0f0b280 (->c0f0b260))

Dirent "bin" (hash 0x0023605a, ino #487

Dirent "man" (hash 0x0026b6ea, ino #491

jffs2_scan_inode_node(): Node at 0x008b7ddc

Allocated inocache at c0f0e4c8

Node is ino #491, version 2. Range 0x0-0x9

jffs2_scan_dirent_node(): Node at 0x008b7ea4

jffs2_add_fd_to_list( c0f0b420, c0f0b280 (->c0f0b260))

Dirent "bin" (hash 0x0023605a, ino #487

Dirent "lib" (hash 0x002697fa, ino #492

Dirent "man" (hash 0x0026b6ea, ino #491

jffs2_scan_inode_node(): Node at 0x008b7ed0

Allocated inocache at c0f0e4dc

Node is ino #492, version 2. Range 0x0-0x6

jffs2_scan_dirent_node(): Node at 0x008b7fa4

Allocated inocache at c0f0e4f0

jffs2_add_fd_to_list( c01e87a0, c0f0b460 (->00000000))

Dirent "libtcl8.3.so.1" (hash 0x80037d11, ino #493

jffs2_scan_inode_node(): Node at 0x008b7fdc

Allocated inocache at c0f0e504

Node is ino #493, version 2. Range 0x0-0xc

jffs2_scan_dirent_node(): Node at 0x008b80a8

Allocated inocache at c0f0e518

jffs2_add_fd_to_list( c0f0b4a0, c0f0b4c0 (->00000000))

Dirent "tmp" (hash 0x00295e98, ino #494

jffs2_scan_inode_node(): Node at 0x008b80d4

Allocated inocache at c0f0e52c

Node is ino #494, version 2. Range 0x0-0xb

jffs2_scan_dirent_node(): Node at 0x008b8198

Allocated inocache at c0f0e540

jffs2_add_fd_to_list( c0f0b500, c0f0b520 (->00000000))

Dirent "awk" (hash 0x00237573, ino #495

jffs2_scan_inode_node(): Node at 0x008b81c4

Allocated inocache at c0f0e554

Node is ino #495, version 2. Range 0x0-0x4

jffs2_scan_dirent_node(): Node at 0x008b8288

jffs2_add_fd_to_list( c0f0b560, c0f0b520 (->c0f0b500))

Dirent "awk" (hash 0x00237573, ino #495

Dirent "ypchfn" (hash 0xdff8530c, ino #496

jffs2_scan_inode_node(): Node at 0x008b82b8

Allocated inocache at c0f0e568

Node is ino #496, version 2. Range 0x0-0x8

jffs2_scan_dirent_node(): Node at 0x008b8380

jffs2_add_fd_to_list( c0f0b5a0, c0f0b520 (->c0f0b500))

Dirent "awk" (hash 0x00237573, ino #495

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

jffs2_scan_inode_node(): Node at 0x008b83b0

Allocated inocache at c0f0e57c

Node is ino #497, version 2. Range 0x0-0x8

jffs2_scan_dirent_node(): Node at 0x008b8474

jffs2_add_fd_to_list( c0f0b5e0, c0f0b520 (->c0f0b500))

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

jffs2_scan_inode_node(): Node at 0x008b84a0

Allocated inocache at c0f0e590

Node is ino #498, version 2. Range 0x0-0x5

jffs2_scan_dirent_node(): Node at 0x008b8584

Allocated inocache at c0f0e5a4

jffs2_add_fd_to_list( c01e87e0, c0f0b620 (->00000000))

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

jffs2_scan_inode_node(): Node at 0x008b85c0

Allocated inocache at c0f0e5b8

Node is ino #499, version 2. Range 0x0-0x17

jffs2_scan_dirent_node(): Node at 0x008b86a4

jffs2_add_fd_to_list( c01e8820, c0f0b620 (->c01e87e0))

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

jffs2_scan_inode_node(): Node at 0x008b86d8

Allocated inocache at c0f0e5cc

Node is ino #500, version 2. Range 0x0-0xf

jffs2_scan_dirent_node(): Node at 0x008b87bc

jffs2_add_fd_to_list( c01e8860, c0f0b620 (->c01e8820))

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

jffs2_scan_inode_node(): Node at 0x008b87f4

Allocated inocache at c0f0e5e0

Node is ino #501, version 2. Range 0x0-0x13

jffs2_scan_dirent_node(): Node at 0x008b88dc

Allocated inocache at c0f0e5f4

jffs2_add_fd_to_list( c01e88a0, c0f0b6a0 (->00000000))

Dirent "S600nfs-common" (hash 0x995b4017, ino #502

jffs2_scan_inode_node(): Node at 0x008b8914

Allocated inocache at c0f0e608

Node is ino #502, version 2. Range 0x0-0x14

jffs2_scan_dirent_node(): Node at 0x008b89fc

jffs2_add_fd_to_list( c01e88e0, c0f0b6a0 (->c01e88a0))

Dirent "S700mountnfs" (hash 0x8acae0ff, ino #503

Dirent "S600nfs-common" (hash 0x995b4017, ino #502

jffs2_scan_inode_node(): Node at 0x008b8a30

Allocated inocache at c0f0e61c

Node is ino #503, version 2. Range 0x0-0x15

jffs2_scan_dirent_node(): Node at 0x008b8b10

jffs2_add_fd_to_list( c0f0b700, c0f0b6a0 (->c01e88e0))

Dirent "S775ssh" (hash 0x72eec784, ino #504

Dirent "S700mountnfs" (hash 0x8acae0ff, ino #503

Dirent "S600nfs-common" (hash 0x995b4017, ino #502

jffs2_scan_inode_node(): Node at 0x008b8b40

Allocated inocache at c0f0e630

Node is ino #504, version 2. Range 0x0-0xd

jffs2_scan_dirent_node(): Node at 0x008b8c18

jffs2_add_fd_to_list( c0f0b740, c0f0b6a0 (->c0f0b700))

Dirent "S650nis" (hash 0x70dbd8a3, ino #505

Dirent "S775ssh" (hash 0x72eec784, ino #504

Dirent "S700mountnfs" (hash 0x8acae0ff, ino #503

Dirent "S600nfs-common" (hash 0x995b4017, ino #502

jffs2_scan_inode_node(): Node at 0x008b8c48

Allocated inocache at c0f0e644

Node is ino #505, version 2. Range 0x0-0xd

jffs2_scan_dirent_node(): Node at 0x008b8d28

jffs2_add_fd_to_list( c01e8920, c0f0b6a0 (->c0f0b740))

Dirent "S250portmap" (hash 0x3ffbc7b2, ino #506

Dirent "S650nis" (hash 0x70dbd8a3, ino #505

Dirent "S775ssh" (hash 0x72eec784, ino #504

Dirent "S700mountnfs" (hash 0x8acae0ff, ino #503

Dirent "S600nfs-common" (hash 0x995b4017, ino #502

jffs2_scan_inode_node(): Node at 0x008b8d5c

Allocated inocache at c0f0e658

Node is ino #506, version 2. Range 0x0-0x11

jffs2_scan_dirent_node(): Node at 0x008b8e3c

jffs2_add_fd_to_list( c01e8960, c0f0b6a0 (->c01e8920))

Dirent "S750inetd" (hash 0x23a385b9, ino #507

Dirent "S250portmap" (hash 0x3ffbc7b2, ino #506

Dirent "S650nis" (hash 0x70dbd8a3, ino #505

Dirent "S775ssh" (hash 0x72eec784, ino #504

Dirent "S700mountnfs" (hash 0x8acae0ff, ino #503

Dirent "S600nfs-common" (hash 0x995b4017, ino #502

jffs2_scan_inode_node(): Node at 0x008b8e70

Allocated inocache at c0f0e66c

Node is ino #507, version 2. Range 0x0-0xf

jffs2_scan_dirent_node(): Node at 0x008b8f4c

jffs2_add_fd_to_list( c01e89a0, c0f0b6a0 (->c01e8960))

Dirent "S225ethenet" (hash 0x1d315a2c, ino #508

Dirent "S750inetd" (hash 0x23a385b9, ino #507

Dirent "S250portmap" (hash 0x3ffbc7b2, ino #506

Dirent "S650nis" (hash 0x70dbd8a3, ino #505

Dirent "S775ssh" (hash 0x72eec784, ino #504

Dirent "S700mountnfs" (hash 0x8acae0ff, ino #503

Dirent "S600nfs-common" (hash 0x995b4017, ino #502

jffs2_scan_inode_node(): Node at 0x008b8f80

Allocated inocache at c0f0e680

Node is ino #508, version 2. Range 0x0-0x10

jffs2_scan_dirent_node(): Node at 0x008b9060

Allocated inocache at c0f0e694

jffs2_add_fd_to_list( c01e89e0, c0f0b7e0 (->00000000))

Dirent "S100miniboot" (hash 0xd7dc8dd5, ino #509

jffs2_scan_inode_node(): Node at 0x008b9094

Allocated inocache at c0f0e6a8

Node is ino #509, version 2. Range 0x0-0x12

jffs2_scan_dirent_node(): Node at 0x008b917c

Allocated inocache at c0f0e6bc

jffs2_add_fd_to_list( c01e8a20, c0f0b820 (->00000000))

Dirent "K400nfs-common" (hash 0xfc07c9ae, ino #510

jffs2_scan_inode_node(): Node at 0x008b91b4

Allocated inocache at c0f0e6d0

Node is ino #510, version 2. Range 0x0-0x14

jffs2_scan_dirent_node(): Node at 0x008b929c

jffs2_add_fd_to_list( c01e8a60, c0f0b820 (->c01e8a20))

Dirent "K300mountnfs" (hash 0xe3f0ad2e, ino #511

Dirent "K400nfs-common" (hash 0xfc07c9ae, ino #510

jffs2_scan_inode_node(): Node at 0x008b92d0

Allocated inocache at c0f0e6e4

Node is ino #511, version 2. Range 0x0-0x15

jffs2_scan_dirent_node(): Node at 0x008b93b0

jffs2_add_fd_to_list( c0f0b880, c0f0b820 (->c01e8a60))

Dirent "K350nis" (hash 0xd5f415b0, ino #512

Dirent "K300mountnfs" (hash 0xe3f0ad2e, ino #511

Dirent "K400nfs-common" (hash 0xfc07c9ae, ino #510

jffs2_scan_inode_node(): Node at 0x008b93e0

Allocated inocache at c0f0e6f8

Node is ino #512, version 2. Range 0x0-0xd

jffs2_scan_dirent_node(): Node at 0x008b94bc

jffs2_add_fd_to_list( c01e8aa0, c0f0b820 (->c0f0b880))

Dirent "k250inetd" (hash 0x832e2514, ino #513

Dirent "K350nis" (hash 0xd5f415b0, ino #512

Dirent "K300mountnfs" (hash 0xe3f0ad2e, ino #511

Dirent "K400nfs-common" (hash 0xfc07c9ae, ino #510

jffs2_scan_inode_node(): Node at 0x008b94f0

Allocated inocache at c0f0e70c

Node is ino #513, version 2. Range 0x0-0xf

jffs2_scan_dirent_node(): Node at 0x008b95cc

jffs2_add_fd_to_list( c01e8ae0, c0f0b820 (->c01e8aa0))

Dirent "K800ethnet" (hash 0x43f8536f, ino #514

Dirent "k250inetd" (hash 0x832e2514, ino #513

Dirent "K350nis" (hash 0xd5f415b0, ino #512

Dirent "K300mountnfs" (hash 0xe3f0ad2e, ino #511

Dirent "K400nfs-common" (hash 0xfc07c9ae, ino #510

jffs2_scan_inode_node(): Node at 0x008b9600

Allocated inocache at c0f0e720

Node is ino #514, version 2. Range 0x0-0x10

jffs2_scan_dirent_node(): Node at 0x008b96e4

Allocated inocache at c0f0e734

jffs2_add_fd_to_list( c01e8b20, c0f0b900 (->00000000))

Dirent "K400nfs-common" (hash 0xfc07c9ae, ino #515

jffs2_scan_inode_node(): Node at 0x008b971c

Allocated inocache at c0f0e748

Node is ino #515, version 2. Range 0x0-0x14

jffs2_scan_dirent_node(): Node at 0x008b9804

jffs2_add_fd_to_list( c01e8b60, c0f0b900 (->c01e8b20))

Dirent "K300mountnfs" (hash 0xe3f0ad2e, ino #516

Dirent "K400nfs-common" (hash 0xfc07c9ae, ino #515

jffs2_scan_inode_node(): Node at 0x008b9838

Allocated inocache at c0f0e75c

Node is ino #516, version 2. Range 0x0-0x15

jffs2_scan_dirent_node(): Node at 0x008b9918

jffs2_add_fd_to_list( c0f0b960, c0f0b900 (->c01e8b60))

Dirent "K350nis" (hash 0xd5f415b0, ino #517

Dirent "K300mountnfs" (hash 0xe3f0ad2e, ino #516

Dirent "K400nfs-common" (hash 0xfc07c9ae, ino #515

jffs2_scan_inode_node(): Node at 0x008b9948

Allocated inocache at c0f0e770

Node is ino #517, version 2. Range 0x0-0xd

jffs2_scan_dirent_node(): Node at 0x008b9a24

jffs2_add_fd_to_list( c01e8ba0, c0f0b900 (->c0f0b960))

Dirent "k250inetd" (hash 0x832e2514, ino #518

Dirent "K350nis" (hash 0xd5f415b0, ino #517

Dirent "K300mountnfs" (hash 0xe3f0ad2e, ino #516

Dirent "K400nfs-common" (hash 0xfc07c9ae, ino #515

jffs2_scan_inode_node(): Node at 0x008b9a58

Allocated inocache at c0f0e784

Node is ino #518, version 2. Range 0x0-0xf

jffs2_scan_dirent_node(): Node at 0x008b9b34

jffs2_add_fd_to_list( c01e8be0, c0f0b900 (->c01e8ba0))

Dirent "K800ethnet" (hash 0x43f8536f, ino #519

Dirent "k250inetd" (hash 0x832e2514, ino #518

Dirent "K350nis" (hash 0xd5f415b0, ino #517

Dirent "K300mountnfs" (hash 0xe3f0ad2e, ino #516

Dirent "K400nfs-common" (hash 0xfc07c9ae, ino #515

jffs2_scan_inode_node(): Node at 0x008b9b68

Allocated inocache at c0f0e798

Node is ino #519, version 2. Range 0x0-0x10

jffs2_scan_dirent_node(): Node at 0x008b9c48

Allocated inocache at c0f0e7ac

jffs2_add_fd_to_list( c01e8c20, c0f0b9e0 (->00000000))

Dirent "S700miniboot" (hash 0x0e560cf5, ino #520

jffs2_scan_inode_node(): Node at 0x008b9c7c

Allocated inocache at c0f0e7c0

Node is ino #520, version 2. Range 0x0-0x12

jffs2_scan_dirent_node(): Node at 0x008b9d68

jffs2_add_fd_to_list( c01e8c60, c0f0b9e0 (->c01e8c20))

Dirent "S700miniboot" (hash 0x0e560cf5, ino #520

Dirent "S800sendsignals" (hash 0x40eff219, ino #521

jffs2_scan_inode_node(): Node at 0x008b9da0

Allocated inocache at c0f0e7d4

Node is ino #521, version 2. Range 0x0-0x15

jffs2_scan_dirent_node(): Node at 0x008b9e70

Allocated inocache at c0f0e7e8

jffs2_add_fd_to_list( c0f0ba40, c0f0ba60 (->00000000))

Dirent "sh" (hash 0x0003b0c1, ino #522

jffs2_scan_inode_node(): Node at 0x008b9e9c

Allocated inocache at c0f0e7fc

Node is ino #522, version 2. Range 0x0-0x4

jffs2_scan_inode_node(): Node at 0x008b9f58

Node is ino #523, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x008ba980

Node is ino #523, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x008bb234

Node is ino #523, version 4. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x008bbf58

Node is ino #523, version 5. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x008bcf9c

Node is ino #523, version 6. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x008bdfe0

Node is ino #523, version 7. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x008bf024

Node is ino #523, version 8. Range 0x6000-0x6f99

Block at 0x008a0000: free 0x00000000, dirty 0x00005490, used 0x0001ab70

jffs2_scan_eraseblock(): Scanning block at 0x8c0000

jffs2_scan_inode_node(): Node at 0x008c000c

Node is ino #474, version 171. Range 0x70c18-0x71000

jffs2_scan_inode_node(): Node at 0x008c0438

Node is ino #474, version 172. Range 0x71000-0x72000

jffs2_scan_inode_node(): Node at 0x008c147c

Node is ino #474, version 173. Range 0x72000-0x73000

jffs2_scan_inode_node(): Node at 0x008c2b04

Node is ino #474, version 175. Range 0x73000-0x74000

jffs2_scan_inode_node(): Node at 0x008c3b48

Node is ino #474, version 176. Range 0x74000-0x75000

jffs2_scan_inode_node(): Node at 0x008c59d0

Node is ino #474, version 178. Range 0x75000-0x76000

jffs2_scan_inode_node(): Node at 0x008c6a14

Node is ino #474, version 179. Range 0x76000-0x77000

jffs2_scan_inode_node(): Node at 0x008c7a54

Node is ino #474, version 180. Range 0x77000-0x78000

jffs2_scan_inode_node(): Node at 0x008c90d8

Node is ino #474, version 182. Range 0x78000-0x79000

jffs2_scan_inode_node(): Node at 0x008ca11c

Node is ino #474, version 183. Range 0x79000-0x7a000

jffs2_scan_inode_node(): Node at 0x008cbfa0

Node is ino #474, version 185. Range 0x7a000-0x7b000

jffs2_scan_inode_node(): Node at 0x008ccfe4

Node is ino #474, version 186. Range 0x7b000-0x7c000

jffs2_scan_inode_node(): Node at 0x008ce024

Node is ino #474, version 187. Range 0x7c000-0x7d000

jffs2_scan_inode_node(): Node at 0x008cf6a4

Node is ino #474, version 189. Range 0x7d000-0x7e000

jffs2_scan_inode_node(): Node at 0x008d06e8

Node is ino #474, version 190. Range 0x7e000-0x7f000

jffs2_scan_inode_node(): Node at 0x008d25b8

Node is ino #474, version 193. Range 0x7f000-0x80000

jffs2_scan_inode_node(): Node at 0x008d35fc

Node is ino #474, version 194. Range 0x80000-0x81000

jffs2_scan_inode_node(): Node at 0x008d4640

Node is ino #474, version 195. Range 0x81000-0x82000

jffs2_scan_inode_node(): Node at 0x008d5cc8

Node is ino #474, version 197. Range 0x82000-0x83000

jffs2_scan_inode_node(): Node at 0x008d6d0c

Node is ino #474, version 198. Range 0x83000-0x84000

jffs2_scan_inode_node(): Node at 0x008d8b90

Node is ino #474, version 200. Range 0x84000-0x85000

jffs2_scan_inode_node(): Node at 0x008d9bd0

Node is ino #474, version 201. Range 0x85000-0x86000

jffs2_scan_inode_node(): Node at 0x008dac14

Node is ino #474, version 202. Range 0x86000-0x87000

jffs2_scan_inode_node(): Node at 0x008dc29c

Node is ino #474, version 204. Range 0x87000-0x88000

jffs2_scan_inode_node(): Node at 0x008dd2d8

Node is ino #474, version 205. Range 0x88000-0x89000

jffs2_scan_inode_node(): Node at 0x008df15c

Node is ino #474, version 207. Range 0x89000-0x89e65

Block at 0x008c0000: free 0x00000000, dirty 0x000066e8, used 0x00019918

jffs2_scan_eraseblock(): Scanning block at 0x8e0000

jffs2_scan_inode_node(): Node at 0x008e000c

Node is ino #474, version 133. Range 0x57a18-0x58000

jffs2_scan_inode_node(): Node at 0x008e0638

Node is ino #474, version 134. Range 0x58000-0x59000

jffs2_scan_inode_node(): Node at 0x008e167c

Node is ino #474, version 135. Range 0x59000-0x5a000

jffs2_scan_inode_node(): Node at 0x008e2d00

Node is ino #474, version 137. Range 0x5a000-0x5b000

jffs2_scan_inode_node(): Node at 0x008e3d40

Node is ino #474, version 138. Range 0x5b000-0x5c000

jffs2_scan_inode_node(): Node at 0x008e5bc0

Node is ino #474, version 140. Range 0x5c000-0x5d000

jffs2_scan_inode_node(): Node at 0x008e6c00

Node is ino #474, version 141. Range 0x5d000-0x5e000

jffs2_scan_inode_node(): Node at 0x008e7c44

Node is ino #474, version 142. Range 0x5e000-0x5f000

jffs2_scan_inode_node(): Node at 0x008e92c4

Node is ino #474, version 144. Range 0x5f000-0x60000

jffs2_scan_inode_node(): Node at 0x008ea304

Node is ino #474, version 145. Range 0x60000-0x61000

jffs2_scan_inode_node(): Node at 0x008ec18c

Node is ino #474, version 147. Range 0x61000-0x62000

jffs2_scan_inode_node(): Node at 0x008ed1d0

Node is ino #474, version 148. Range 0x62000-0x62fff

jffs2_scan_inode_node(): Node at 0x008ee214

Node is ino #474, version 149. Range 0x62fff-0x63000

jffs2_scan_inode_node(): Node at 0x008ee25c

Node is ino #474, version 150. Range 0x63000-0x64000

jffs2_scan_inode_node(): Node at 0x008ef8e4

Node is ino #474, version 152. Range 0x64000-0x65000

jffs2_scan_inode_node(): Node at 0x008f0928

Node is ino #474, version 153. Range 0x65000-0x65fff

jffs2_scan_inode_node(): Node at 0x008f196c

Node is ino #474, version 154. Range 0x65fff-0x66000

jffs2_scan_inode_node(): Node at 0x008f27f8

Node is ino #474, version 156. Range 0x66000-0x67000

jffs2_scan_inode_node(): Node at 0x008f383c

Node is ino #474, version 157. Range 0x67000-0x68000

jffs2_scan_inode_node(): Node at 0x008f4878

Node is ino #474, version 158. Range 0x68000-0x69000

jffs2_scan_inode_node(): Node at 0x008f5f00

Node is ino #474, version 160. Range 0x69000-0x6a000

jffs2_scan_inode_node(): Node at 0x008f6f44

Node is ino #474, version 161. Range 0x6a000-0x6b000

jffs2_scan_inode_node(): Node at 0x008f8dcc

Node is ino #474, version 163. Range 0x6b000-0x6c000

jffs2_scan_inode_node(): Node at 0x008f9e10

Node is ino #474, version 164. Range 0x6c000-0x6d000

jffs2_scan_inode_node(): Node at 0x008fae54

Node is ino #474, version 165. Range 0x6d000-0x6e000

jffs2_scan_inode_node(): Node at 0x008fc4d8

Node is ino #474, version 167. Range 0x6e000-0x6f000

jffs2_scan_inode_node(): Node at 0x008fd51c

Node is ino #474, version 168. Range 0x6f000-0x70000

jffs2_scan_inode_node(): Node at 0x008ff3a4

Node is ino #474, version 170. Range 0x70000-0x70c18

Block at 0x008e0000: free 0x00000000, dirty 0x000066a4, used 0x0001995c

jffs2_scan_eraseblock(): Scanning block at 0x900000

jffs2_scan_inode_node(): Node at 0x0090000c

Node is ino #474, version 96. Range 0x3e7d4-0x3f000

jffs2_scan_inode_node(): Node at 0x0090087c

Node is ino #474, version 97. Range 0x3f000-0x40000

jffs2_scan_inode_node(): Node at 0x009018bc

Node is ino #474, version 98. Range 0x40000-0x41000

jffs2_scan_inode_node(): Node at 0x00902f44

Node is ino #474, version 100. Range 0x41000-0x42000

jffs2_scan_inode_node(): Node at 0x00903f88

Node is ino #474, version 101. Range 0x42000-0x43000

jffs2_scan_inode_node(): Node at 0x00905e10

Node is ino #474, version 103. Range 0x43000-0x44000

jffs2_scan_inode_node(): Node at 0x00906e54

Node is ino #474, version 104. Range 0x44000-0x45000

jffs2_scan_inode_node(): Node at 0x00907e98

Node is ino #474, version 105. Range 0x45000-0x46000

jffs2_scan_inode_node(): Node at 0x00909520

Node is ino #474, version 107. Range 0x46000-0x47000

jffs2_scan_inode_node(): Node at 0x0090a560

Node is ino #474, version 108. Range 0x47000-0x48000

jffs2_scan_inode_node(): Node at 0x0090c3e4

Node is ino #474, version 110. Range 0x48000-0x49000

jffs2_scan_inode_node(): Node at 0x0090d424

Node is ino #474, version 111. Range 0x49000-0x4a000

jffs2_scan_inode_node(): Node at 0x0090e468

Node is ino #474, version 112. Range 0x4a000-0x4b000

jffs2_scan_inode_node(): Node at 0x0090faf0

Node is ino #474, version 114. Range 0x4b000-0x4c000

jffs2_scan_inode_node(): Node at 0x00910b30

Node is ino #474, version 115. Range 0x4c000-0x4d000

jffs2_scan_inode_node(): Node at 0x009129b8

Node is ino #474, version 117. Range 0x4d000-0x4e000

jffs2_scan_inode_node(): Node at 0x009139fc

Node is ino #474, version 118. Range 0x4e000-0x4f000

jffs2_scan_inode_node(): Node at 0x00914a3c

Node is ino #474, version 119. Range 0x4f000-0x50000

jffs2_scan_inode_node(): Node at 0x009160c4

Node is ino #474, version 121. Range 0x50000-0x51000

jffs2_scan_inode_node(): Node at 0x00917108

Node is ino #474, version 122. Range 0x51000-0x52000

jffs2_scan_inode_node(): Node at 0x00918f90

Node is ino #474, version 124. Range 0x52000-0x53000

jffs2_scan_inode_node(): Node at 0x00919fd0

Node is ino #474, version 125. Range 0x53000-0x54000

jffs2_scan_inode_node(): Node at 0x0091b014

Node is ino #474, version 126. Range 0x54000-0x55000

jffs2_scan_inode_node(): Node at 0x0091c694

Node is ino #474, version 128. Range 0x55000-0x56000

jffs2_scan_inode_node(): Node at 0x0091d6d4

Node is ino #474, version 129. Range 0x56000-0x56fff

jffs2_scan_inode_node(): Node at 0x0091e718

Node is ino #474, version 130. Range 0x56fff-0x57000

jffs2_scan_inode_node(): Node at 0x0091f5a4

Node is ino #474, version 132. Range 0x57000-0x57a18

Block at 0x00900000: free 0x00000000, dirty 0x000066a8, used 0x00019958

jffs2_scan_eraseblock(): Scanning block at 0x920000

jffs2_scan_inode_node(): Node at 0x0092000c

Node is ino #474, version 58. Range 0x255d8-0x26000

jffs2_scan_inode_node(): Node at 0x00920a78

Node is ino #474, version 59. Range 0x26000-0x27000

jffs2_scan_inode_node(): Node at 0x00921abc

Node is ino #474, version 60. Range 0x27000-0x28000

jffs2_scan_inode_node(): Node at 0x00923144

Node is ino #474, version 62. Range 0x28000-0x29000

jffs2_scan_inode_node(): Node at 0x00924188

Node is ino #474, version 63. Range 0x29000-0x2a000

jffs2_scan_inode_node(): Node at 0x00926010

Node is ino #474, version 65. Range 0x2a000-0x2b000

jffs2_scan_inode_node(): Node at 0x00927054

Node is ino #474, version 66. Range 0x2b000-0x2c000

jffs2_scan_inode_node(): Node at 0x00928098

Node is ino #474, version 67. Range 0x2c000-0x2d000

jffs2_scan_inode_node(): Node at 0x00929720

Node is ino #474, version 69. Range 0x2d000-0x2e000

jffs2_scan_inode_node(): Node at 0x0092a764

Node is ino #474, version 70. Range 0x2e000-0x2f000

jffs2_scan_inode_node(): Node at 0x0092c5ec

Node is ino #474, version 72. Range 0x2f000-0x30000

jffs2_scan_inode_node(): Node at 0x0092d630

Node is ino #474, version 73. Range 0x30000-0x31000

jffs2_scan_inode_node(): Node at 0x0092e670

Node is ino #474, version 74. Range 0x31000-0x31fff

jffs2_scan_inode_node(): Node at 0x0092f6b4

Node is ino #474, version 75. Range 0x31fff-0x32000

jffs2_scan_inode_node(): Node at 0x0092fd40

Node is ino #474, version 77. Range 0x32000-0x33000

jffs2_scan_inode_node(): Node at 0x00930d80

Node is ino #474, version 78. Range 0x33000-0x34000

jffs2_scan_inode_node(): Node at 0x00932c04

Node is ino #474, version 80. Range 0x34000-0x35000

jffs2_scan_inode_node(): Node at 0x00933c44

Node is ino #474, version 81. Range 0x35000-0x36000

jffs2_scan_inode_node(): Node at 0x00934c88

Node is ino #474, version 82. Range 0x36000-0x37000

jffs2_scan_inode_node(): Node at 0x00936310

Node is ino #474, version 84. Range 0x37000-0x37fff

jffs2_scan_inode_node(): Node at 0x00937354

Node is ino #474, version 85. Range 0x37fff-0x38000

jffs2_scan_inode_node(): Node at 0x0093739c

Node is ino #474, version 86. Range 0x38000-0x39000

jffs2_scan_inode_node(): Node at 0x00939220

Node is ino #474, version 88. Range 0x39000-0x3a000

jffs2_scan_inode_node(): Node at 0x0093a260

Node is ino #474, version 89. Range 0x3a000-0x3b000

jffs2_scan_inode_node(): Node at 0x0093b29c

Node is ino #474, version 90. Range 0x3b000-0x3c000

jffs2_scan_inode_node(): Node at 0x0093c924

Node is ino #474, version 92. Range 0x3c000-0x3d000

jffs2_scan_inode_node(): Node at 0x0093d960

Node is ino #474, version 93. Range 0x3d000-0x3e000

jffs2_scan_inode_node(): Node at 0x0093f7e8

Node is ino #474, version 95. Range 0x3e000-0x3e7d4

Block at 0x00920000: free 0x00000000, dirty 0x000066a4, used 0x0001995c

jffs2_scan_eraseblock(): Scanning block at 0x940000

jffs2_scan_inode_node(): Node at 0x0094000c

Node is ino #474, version 21. Range 0xc3ac-0xd000

jffs2_scan_inode_node(): Node at 0x00940ca4

Node is ino #474, version 22. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00941ce4

Node is ino #474, version 23. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x0094336c

Node is ino #474, version 25. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x009443ac

Node is ino #474, version 26. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00946234

Node is ino #474, version 28. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00947278

Node is ino #474, version 29. Range 0x12000-0x12fff

jffs2_scan_inode_node(): Node at 0x009482bc

Node is ino #474, version 30. Range 0x12fff-0x13000

jffs2_scan_inode_node(): Node at 0x00948304

Node is ino #474, version 31. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x0094998c

Node is ino #474, version 33. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x0094a9cc

Node is ino #474, version 34. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x0094c854

Node is ino #474, version 36. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x0094d898

Node is ino #474, version 37. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x0094e8dc

Node is ino #474, version 38. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x0094ff64

Node is ino #474, version 40. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00950fa8

Node is ino #474, version 41. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00952e2c

Node is ino #474, version 43. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00953e70

Node is ino #474, version 44. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00954eb4

Node is ino #474, version 45. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x0095653c

Node is ino #474, version 47. Range 0x1e000-0x1f000

jffs2_scan_inode_node(): Node at 0x00957580

Node is ino #474, version 48. Range 0x1f000-0x20000

jffs2_scan_inode_node(): Node at 0x00959408

Node is ino #474, version 50. Range 0x20000-0x21000

jffs2_scan_inode_node(): Node at 0x0095a44c

Node is ino #474, version 51. Range 0x21000-0x22000

jffs2_scan_inode_node(): Node at 0x0095b490

Node is ino #474, version 52. Range 0x22000-0x23000

jffs2_scan_inode_node(): Node at 0x0095cb18

Node is ino #474, version 54. Range 0x23000-0x24000

jffs2_scan_inode_node(): Node at 0x0095db5c

Node is ino #474, version 55. Range 0x24000-0x25000

jffs2_scan_inode_node(): Node at 0x0095f9e4

Node is ino #474, version 57. Range 0x25000-0x255d8

Block at 0x00940000: free 0x00000000, dirty 0x000066a8, used 0x00019958

jffs2_scan_eraseblock(): Scanning block at 0x960000

jffs2_scan_inode_node(): Node at 0x0096000c

Allocated inocache at c0f0e810

Node is ino #415, version 12. Range 0x62b2-0x7000

jffs2_scan_inode_node(): Node at 0x00960564

Node is ino #415, version 13. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00960ce0

Node is ino #415, version 15. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00961340

Node is ino #415, version 16. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00961e34

Node is ino #415, version 18. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x009624e0

Node is ino #415, version 19. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00962c20

Node is ino #415, version 20. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00963490

Node is ino #415, version 22. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00963ad0

Node is ino #415, version 23. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00964598

Node is ino #415, version 25. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00964c40

Node is ino #415, version 26. Range 0x10000-0x109cd

jffs2_scan_inode_node(): Node at 0x00965104

Node is ino #415, version 28. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096518c

Allocated inocache at c0f0e824

jffs2_add_fd_to_list( c0f0bac0, c0f0bae0 (->00000000))

Dirent "ypbind" (hash 0xdff548cc, ino #416

jffs2_scan_inode_node(): Node at 0x009651bc

Allocated inocache at c0f0e838

Node is ino #416, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00965cc0

Node is ino #416, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x0096638c

Node is ino #416, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x0096735c

Node is ino #416, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00967b84

Node is ino #416, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x0096861c

Node is ino #416, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00969294

Node is ino #416, version 11. Range 0x6000-0x6cc0

jffs2_scan_inode_node(): Node at 0x0096980c

Node is ino #416, version 13. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00969894

jffs2_add_fd_to_list( c0f0bb20, c0f0bae0 (->c0f0bac0))

Dirent "ypbind" (hash 0xdff548cc, ino #416

Dirent "yppoll" (hash 0xe029765d, ino #417

jffs2_scan_inode_node(): Node at 0x009698c4

Allocated inocache at c0f0e84c

Node is ino #417, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x0096a954

Node is ino #417, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x0096b274

Node is ino #417, version 5. Range 0x2000-0x24fc

jffs2_scan_inode_node(): Node at 0x0096b4f8

Node is ino #417, version 7. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096b5c4

Node is ino #409, version 12. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096b64c

jffs2_add_fd_to_list( c0f0bb60, c0f0b4c0 (->c0f0b4a0))

Dirent "tmp" (hash 0x00295e98, ino #494

Dirent "local" (hash 0x1256c5a2, ino #418

jffs2_scan_inode_node(): Node at 0x0096b67c

Allocated inocache at c0f0e860

Node is ino #419, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096b730

jffs2_add_fd_to_list( c0f0bba0, c0f0b280 (->c0f0b260))

Dirent "bin" (hash 0x0023605a, ino #487

Dirent "etc" (hash 0x0024a603, ino #420

Dirent "lib" (hash 0x002697fa, ino #492

Dirent "man" (hash 0x0026b6ea, ino #491

jffs2_scan_inode_node(): Node at 0x0096b7e4

Allocated inocache at c0f0e874

Node is ino #420, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096b828

Allocated inocache at c0f0e888

Node is ino #421, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096b8dc

jffs2_add_fd_to_list( c0f0bc00, c0f0b280 (->c0f0b260))

Dirent "bin" (hash 0x0023605a, ino #487

Dirent "etc" (hash 0x0024a603, ino #420

Dirent "lib" (hash 0x002697fa, ino #492

Dirent "man" (hash 0x0026b6ea, ino #491

Dirent "share" (hash 0x135346f6, ino #422

jffs2_scan_dirent_node(): Node at 0x0096b950

Allocated inocache at c0f0e89c

jffs2_add_fd_to_list( c0f0bc20, c0f0bc40 (->00000000))

Dirent "doc" (hash 0x00242c8a, ino #423

jffs2_scan_inode_node(): Node at 0x0096b97c

Allocated inocache at c0f0e8b0

Node is ino #424, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096ba74

Node is ino #423, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096bafc

jffs2_add_fd_to_list( c0f0bc80, c0f0bc40 (->c0f0bc20))

Dirent "doc" (hash 0x00242c8a, ino #423

Dirent "man" (hash 0x0026b6ea, ino #425

jffs2_scan_inode_node(): Node at 0x0096bb28

Allocated inocache at c0f0e8c4

Node is ino #426, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096bbdc

jffs2_add_fd_to_list( c0f0bcc0, c0f0b340 (->c0f0b320))

Dirent "man" (hash 0x0026b6ea, ino #489

Dirent "man1" (hash 0x01a9fddf, ino #427

jffs2_scan_inode_node(): Node at 0x0096bc90

Allocated inocache at c0f0e8d8

Node is ino #427, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096bd18

jffs2_add_fd_to_list( c0f0bd00, c0f0b340 (->c0f0b320))

Dirent "man" (hash 0x0026b6ea, ino #489

Dirent "man1" (hash 0x01a9fddf, ino #427

Dirent "man2" (hash 0x01a9fe8f, ino #428

jffs2_scan_inode_node(): Node at 0x0096bdcc

Allocated inocache at c0f0e8ec

Node is ino #428, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096be54

jffs2_add_fd_to_list( c0f0bd40, c0f0b340 (->c0f0b320))

Dirent "man" (hash 0x0026b6ea, ino #489

Dirent "man1" (hash 0x01a9fddf, ino #427

Dirent "man2" (hash 0x01a9fe8f, ino #428

Dirent "man3" (hash 0x01a9ff3f, ino #429

jffs2_scan_inode_node(): Node at 0x0096bf08

Allocated inocache at c0f0e900

Node is ino #429, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096bf90

jffs2_add_fd_to_list( c0f0bd80, c0f0b340 (->c0f0b320))

Dirent "man" (hash 0x0026b6ea, ino #489

Dirent "man1" (hash 0x01a9fddf, ino #427

Dirent "man2" (hash 0x01a9fe8f, ino #428

Dirent "man3" (hash 0x01a9ff3f, ino #429

Dirent "man4" (hash 0x01a9ffef, ino #430

jffs2_scan_inode_node(): Node at 0x0096c044

Allocated inocache at c0f0e914

Node is ino #430, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096c0cc

jffs2_add_fd_to_list( c0f0bdc0, c0f0b340 (->c0f0b320))

Dirent "man" (hash 0x0026b6ea, ino #489

Dirent "man1" (hash 0x01a9fddf, ino #427

Dirent "man2" (hash 0x01a9fe8f, ino #428

Dirent "man3" (hash 0x01a9ff3f, ino #429

Dirent "man4" (hash 0x01a9ffef, ino #430

Dirent "man5" (hash 0x01aa009f, ino #431

jffs2_scan_inode_node(): Node at 0x0096c180

Allocated inocache at c0f0e928

Node is ino #431, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096c208

jffs2_add_fd_to_list( c0f0be00, c0f0b340 (->c0f0b320))

Dirent "man" (hash 0x0026b6ea, ino #489

Dirent "man1" (hash 0x01a9fddf, ino #427

Dirent "man2" (hash 0x01a9fe8f, ino #428

Dirent "man3" (hash 0x01a9ff3f, ino #429

Dirent "man4" (hash 0x01a9ffef, ino #430

Dirent "man5" (hash 0x01aa009f, ino #431

Dirent "man6" (hash 0x01aa014f, ino #432

jffs2_scan_inode_node(): Node at 0x0096c2bc

Allocated inocache at c0f0e93c

Node is ino #432, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096c344

jffs2_add_fd_to_list( c0f0be40, c0f0b340 (->c0f0b320))

Dirent "man" (hash 0x0026b6ea, ino #489

Dirent "man1" (hash 0x01a9fddf, ino #427

Dirent "man2" (hash 0x01a9fe8f, ino #428

Dirent "man3" (hash 0x01a9ff3f, ino #429

Dirent "man4" (hash 0x01a9ffef, ino #430

Dirent "man5" (hash 0x01aa009f, ino #431

Dirent "man6" (hash 0x01aa014f, ino #432

Dirent "man7" (hash 0x01aa01ff, ino #433

jffs2_scan_inode_node(): Node at 0x0096c3f8

Allocated inocache at c0f0e950

Node is ino #433, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096c480

jffs2_add_fd_to_list( c0f0be80, c0f0b340 (->c0f0b320))

Dirent "man" (hash 0x0026b6ea, ino #489

Dirent "man1" (hash 0x01a9fddf, ino #427

Dirent "man2" (hash 0x01a9fe8f, ino #428

Dirent "man3" (hash 0x01a9ff3f, ino #429

Dirent "man4" (hash 0x01a9ffef, ino #430

Dirent "man5" (hash 0x01aa009f, ino #431

Dirent "man6" (hash 0x01aa014f, ino #432

Dirent "man7" (hash 0x01aa01ff, ino #433

Dirent "man8" (hash 0x01aa02af, ino #434

jffs2_scan_inode_node(): Node at 0x0096c534

Allocated inocache at c0f0e964

Node is ino #434, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096c600

Node is ino #425, version 13. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096c688

jffs2_add_fd_to_list( c0f0bec0, c0f0bc40 (->c0f0bc20))

Dirent "doc" (hash 0x00242c8a, ino #423

Dirent "man" (hash 0x0026b6ea, ino #425

Dirent "nls" (hash 0x002760c5, ino #435

jffs2_scan_inode_node(): Node at 0x0096c73c

Allocated inocache at c0f0e978

Node is ino #435, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096c7c4

jffs2_add_fd_to_list( c0f0bf00, c0f0bc40 (->c0f0bc20))

Dirent "doc" (hash 0x00242c8a, ino #423

Dirent "man" (hash 0x0026b6ea, ino #425

Dirent "nls" (hash 0x002760c5, ino #435

Dirent "dict" (hash 0x018c46db, ino #436

jffs2_scan_inode_node(): Node at 0x0096c878

Allocated inocache at c0f0e98c

Node is ino #436, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096c900

jffs2_add_fd_to_list( c0f0bf40, c0f0bc40 (->c0f0bc20))

Dirent "doc" (hash 0x00242c8a, ino #423

Dirent "man" (hash 0x0026b6ea, ino #425

Dirent "nls" (hash 0x002760c5, ino #435

Dirent "dict" (hash 0x018c46db, ino #436

Dirent "info" (hash 0x019fd950, ino #437

jffs2_scan_inode_node(): Node at 0x0096c92c

Allocated inocache at c0f0e9a0

Node is ino #438, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096ca24

Node is ino #437, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096caac

jffs2_add_fd_to_list( c0f0bf80, c0f0bc40 (->c0f0bc20))

Dirent "doc" (hash 0x00242c8a, ino #423

Dirent "man" (hash 0x0026b6ea, ino #425

Dirent "nls" (hash 0x002760c5, ino #435

Dirent "dict" (hash 0x018c46db, ino #436

Dirent "info" (hash 0x019fd950, ino #437

Dirent "misc" (hash 0x01ace029, ino #439

jffs2_scan_inode_node(): Node at 0x0096cb60

Allocated inocache at c0f0e9b4

Node is ino #439, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096cbe8

jffs2_add_fd_to_list( c01e8560, c0f0bc40 (->c0f0bc20))

Dirent "doc" (hash 0x00242c8a, ino #423

Dirent "man" (hash 0x0026b6ea, ino #425

Dirent "nls" (hash 0x002760c5, ino #435

Dirent "dict" (hash 0x018c46db, ino #436

Dirent "info" (hash 0x019fd950, ino #437

Dirent "misc" (hash 0x01ace029, ino #439

Dirent "terminfo" (hash 0x2ae8f58a, ino #440

jffs2_scan_inode_node(): Node at 0x0096cca0

Allocated inocache at c0f0e9c8

Node is ino #440, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096cd28

jffs2_add_fd_to_list( c01e8ca0, c0f0bc40 (->c0f0bc20))

Dirent "doc" (hash 0x00242c8a, ino #423

Dirent "man" (hash 0x0026b6ea, ino #425

Dirent "nls" (hash 0x002760c5, ino #435

Dirent "dict" (hash 0x018c46db, ino #436

Dirent "info" (hash 0x019fd950, ino #437

Dirent "misc" (hash 0x01ace029, ino #439

Dirent "terminfo" (hash 0x2ae8f58a, ino #440

Dirent "zoneinfo" (hash 0xa73bb3e1, ino #441

jffs2_scan_inode_node(): Node at 0x0096cde0

Allocated inocache at c0f0e9dc

Node is ino #441, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096ce68

jffs2_add_fd_to_list( c0f071e0, c0f0bc40 (->c0f0bc20))

Dirent "doc" (hash 0x00242c8a, ino #423

Dirent "man" (hash 0x0026b6ea, ino #425

Dirent "nls" (hash 0x002760c5, ino #435

Dirent "dict" (hash 0x018c46db, ino #436

Dirent "info" (hash 0x019fd950, ino #437

Dirent "misc" (hash 0x01ace029, ino #439

Dirent "terminfo" (hash 0x2ae8f58a, ino #440

Dirent "zoneinfo" (hash 0xa73bb3e1, ino #441

Dirent "locale" (hash 0xc9bac3a8, ino #442

jffs2_scan_inode_node(): Node at 0x0096cf20

Allocated inocache at c0f0e9f0

Node is ino #442, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096cfec

Node is ino #422, version 13. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096d030

Allocated inocache at c0f0ea04

Node is ino #443, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096d128

Node is ino #418, version 9. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096d1b0

jffs2_add_fd_to_list( c0f07240, c0f0b4c0 (->c0f0b4a0))

Dirent "tmp" (hash 0x00295e98, ino #494

Dirent "local" (hash 0x1256c5a2, ino #418

Dirent "share" (hash 0x135346f6, ino #444

jffs2_scan_dirent_node(): Node at 0x0096d224

jffs2_add_fd_to_list( c0f07260, c01eaf80 (->c01e8760))

Dirent "doc" (hash 0x00242c8a, ino #445

Dirent "terminfo" (hash 0x2ae8f58a, ino #484

jffs2_scan_inode_node(): Node at 0x0096d250

Allocated inocache at c0f0ea18

Node is ino #446, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096d304

jffs2_add_fd_to_list( c0f072a0, c0f0b220 (->c0f0b200))

Dirent "doc" (hash 0x00242c8a, ino #486

Dirent "portmap" (hash 0xf91b16c4, ino #447

jffs2_scan_dirent_node(): Node at 0x0096d378

Allocated inocache at c0f0ea2c

jffs2_add_fd_to_list( c01e8ce0, c0f072c0 (->00000000))

Dirent "portmapper.txt.gz" (hash 0x70e6c99e, ino #448

jffs2_scan_inode_node(): Node at 0x0096ddf8

Allocated inocache at c0f0ea40

Node is ino #448, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x0096ee3c

Node is ino #448, version 4. Range 0x1000-0x1133

jffs2_scan_inode_node(): Node at 0x0096eff8

Node is ino #448, version 6. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096f0c4

Node is ino #447, version 5. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096f190

Node is ino #445, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096f218

jffs2_add_fd_to_list( c0f07300, c01eaf80 (->c0f07260))

Dirent "doc" (hash 0x00242c8a, ino #445

Dirent "man" (hash 0x0026b6ea, ino #449

Dirent "terminfo" (hash 0x2ae8f58a, ino #484

jffs2_scan_inode_node(): Node at 0x0096f2cc

Allocated inocache at c0f0ea54

Node is ino #449, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096f354

jffs2_add_fd_to_list( c0f07340, c01eaf80 (->c0f07260))

Dirent "doc" (hash 0x00242c8a, ino #445

Dirent "man" (hash 0x0026b6ea, ino #449

Dirent "nls" (hash 0x002760c5, ino #450

Dirent "terminfo" (hash 0x2ae8f58a, ino #484

jffs2_scan_inode_node(): Node at 0x0096f408

Allocated inocache at c0f0ea68

Node is ino #450, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096f490

jffs2_add_fd_to_list( c0f07380, c01eaf80 (->c0f07260))

Dirent "doc" (hash 0x00242c8a, ino #445

Dirent "man" (hash 0x0026b6ea, ino #449

Dirent "nls" (hash 0x002760c5, ino #450

Dirent "dict" (hash 0x018c46db, ino #451

Dirent "terminfo" (hash 0x2ae8f58a, ino #484

jffs2_scan_inode_node(): Node at 0x0096f544

Allocated inocache at c0f0ea7c

Node is ino #451, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096f5cc

jffs2_add_fd_to_list( c0f073c0, c01eaf80 (->c0f07260))

Dirent "doc" (hash 0x00242c8a, ino #445

Dirent "man" (hash 0x0026b6ea, ino #449

Dirent "nls" (hash 0x002760c5, ino #450

Dirent "dict" (hash 0x018c46db, ino #451

Dirent "info" (hash 0x019fd950, ino #452

Dirent "terminfo" (hash 0x2ae8f58a, ino #484

jffs2_scan_inode_node(): Node at 0x0096f5f8

Allocated inocache at c0f0ea90

Node is ino #453, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096f6f0

Node is ino #452, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096f778

jffs2_add_fd_to_list( c0f07400, c01eaf80 (->c0f07260))

Dirent "doc" (hash 0x00242c8a, ino #445

Dirent "man" (hash 0x0026b6ea, ino #449

Dirent "nls" (hash 0x002760c5, ino #450

Dirent "dict" (hash 0x018c46db, ino #451

Dirent "info" (hash 0x019fd950, ino #452

Dirent "misc" (hash 0x01ace029, ino #454

Dirent "terminfo" (hash 0x2ae8f58a, ino #484

jffs2_scan_inode_node(): Node at 0x0096f82c

Allocated inocache at c0f0eaa4

Node is ino #454, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096f870

Allocated inocache at c0f0eab8

Node is ino #455, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096f928

jffs2_add_fd_to_list( c01e8d60, c01eaf80 (->c0f07260))

Dirent "doc" (hash 0x00242c8a, ino #445

Dirent "man" (hash 0x0026b6ea, ino #449

Dirent "nls" (hash 0x002760c5, ino #450

Dirent "dict" (hash 0x018c46db, ino #451

Dirent "info" (hash 0x019fd950, ino #452

Dirent "misc" (hash 0x01ace029, ino #454

Dirent "terminfo" (hash 0x2ae8f58a, ino #484

Dirent "zoneinfo" (hash 0xa73bb3e1, ino #456

jffs2_scan_inode_node(): Node at 0x0096f9e0

Allocated inocache at c0f0eacc

Node is ino #456, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096fa68

jffs2_add_fd_to_list( c0f07480, c01eaf80 (->c0f07260))

Dirent "doc" (hash 0x00242c8a, ino #445

Dirent "man" (hash 0x0026b6ea, ino #449

Dirent "nls" (hash 0x002760c5, ino #450

Dirent "dict" (hash 0x018c46db, ino #451

Dirent "info" (hash 0x019fd950, ino #452

Dirent "misc" (hash 0x01ace029, ino #454

Dirent "terminfo" (hash 0x2ae8f58a, ino #484

Dirent "zoneinfo" (hash 0xa73bb3e1, ino #456

Dirent "locale" (hash 0xc9bac3a8, ino #457

jffs2_scan_inode_node(): Node at 0x0096fb20

Allocated inocache at c0f0eae0

Node is ino #457, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096fbec

Node is ino #444, version 13. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0096fcb8

Node is ino #265, version 10. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096fd40

jffs2_add_fd_to_list( c0f074c0, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "home" (hash 0x019cc780, ino #479

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_dirent_node(): Node at 0x0096fdb0

Allocated inocache at c0f0eaf4

jffs2_add_fd_to_list( c0f074e0, c0f07500 (->00000000))

Dirent "yp" (hash 0x0003e3ac, ino #459

jffs2_scan_dirent_node(): Node at 0x0096fe20

Allocated inocache at c0f0eb08

jffs2_add_fd_to_list( c01e8da0, c0f07520 (->00000000))

Dirent "nicknames" (hash 0xae2eecdd, ino #460

jffs2_scan_inode_node(): Node at 0x0096fe54

Allocated inocache at c0f0eb1c

Node is ino #460, version 2. Range 0x0-0xf6

jffs2_scan_inode_node(): Node at 0x0096ff54

Node is ino #460, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0096ffdc

jffs2_add_fd_to_list( c0f07560, c0f07520 (->c01e8da0))

Dirent "nicknames" (hash 0xae2eecdd, ino #460

Dirent "binding" (hash 0xe8c60c4a, ino #461

jffs2_scan_inode_node(): Node at 0x00970094

Allocated inocache at c0f0eb30

Node is ino #461, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00970160

Node is ino #459, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x009701e8

jffs2_add_fd_to_list( c0f075a0, c0f07500 (->c0f074e0))

Dirent "yp" (hash 0x0003e3ac, ino #459

Dirent "lib" (hash 0x002697fa, ino #462

jffs2_scan_dirent_node(): Node at 0x00970258

Allocated inocache at c0f0eb44

jffs2_add_fd_to_list( c0f075c0, c0f075e0 (->00000000))

Dirent "ntp" (hash 0x00279bae, ino #463

jffs2_scan_inode_node(): Node at 0x0097030c

Allocated inocache at c0f0eb58

Node is ino #463, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00970394

jffs2_add_fd_to_list( c0f07620, c0f075e0 (->c0f075c0))

Dirent "ntp" (hash 0x00279bae, ino #463

Dirent "misc" (hash 0x01ace029, ino #464

jffs2_scan_inode_node(): Node at 0x00970448

Allocated inocache at c0f0eb6c

Node is ino #464, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00970514

Node is ino #462, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0097059c

jffs2_add_fd_to_list( c0f07660, c0f07500 (->c0f074e0))

Dirent "yp" (hash 0x0003e3ac, ino #459

Dirent "lib" (hash 0x002697fa, ino #462

Dirent "log" (hash 0x0026c8ca, ino #465

jffs2_scan_inode_node(): Node at 0x00970650

Allocated inocache at c0f0eb80

Node is ino #465, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x009706d8

jffs2_add_fd_to_list( c0f076a0, c0f07500 (->c0f074e0))

Dirent "yp" (hash 0x0003e3ac, ino #459

Dirent "lib" (hash 0x002697fa, ino #462

Dirent "log" (hash 0x0026c8ca, ino #465

Dirent "opt" (hash 0x0027d35e, ino #466

jffs2_scan_inode_node(): Node at 0x0097078c

Allocated inocache at c0f0eb94

Node is ino #466, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00970814

jffs2_add_fd_to_list( c0f076e0, c0f07500 (->c0f074e0))

Dirent "yp" (hash 0x0003e3ac, ino #459

Dirent "lib" (hash 0x002697fa, ino #462

Dirent "log" (hash 0x0026c8ca, ino #465

Dirent "opt" (hash 0x0027d35e, ino #466

Dirent "run" (hash 0x0028f3c6, ino #467

jffs2_scan_dirent_node(): Node at 0x00970884

Allocated inocache at c0f0eba8

jffs2_add_fd_to_list( c0f07700, c0f07720 (->00000000))

Dirent "utmp" (hash 0x01cd253f, ino #468

jffs2_scan_inode_node(): Node at 0x009708b0

Allocated inocache at c0f0ebbc

Node is ino #468, version 2. Range 0x0-0xa80

jffs2_scan_inode_node(): Node at 0x00970a38

Node is ino #468, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00970b04

Node is ino #467, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00970b8c

jffs2_add_fd_to_list( c0f07760, c0f07500 (->c0f074e0))

Dirent "yp" (hash 0x0003e3ac, ino #459

Dirent "lib" (hash 0x002697fa, ino #462

Dirent "log" (hash 0x0026c8ca, ino #465

Dirent "opt" (hash 0x0027d35e, ino #466

Dirent "run" (hash 0x0028f3c6, ino #467

Dirent "tmp" (hash 0x00295e98, ino #469

jffs2_scan_inode_node(): Node at 0x00970c84

Allocated inocache at c0f0ebd0

Node is ino #469, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00970d0c

jffs2_add_fd_to_list( c0f077a0, c0f07500 (->c0f074e0))

Dirent "yp" (hash 0x0003e3ac, ino #459

Dirent "lib" (hash 0x002697fa, ino #462

Dirent "log" (hash 0x0026c8ca, ino #465

Dirent "opt" (hash 0x0027d35e, ino #466

Dirent "run" (hash 0x0028f3c6, ino #467

Dirent "tmp" (hash 0x00295e98, ino #469

Dirent "lock" (hash 0x01aacc40, ino #470

jffs2_scan_inode_node(): Node at 0x00970dc0

Allocated inocache at c0f0ebe4

Node is ino #470, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00970e48

jffs2_add_fd_to_list( c0f077e0, c0f07500 (->c0f074e0))

Dirent "yp" (hash 0x0003e3ac, ino #459

Dirent "lib" (hash 0x002697fa, ino #462

Dirent "log" (hash 0x0026c8ca, ino #465

Dirent "opt" (hash 0x0027d35e, ino #466

Dirent "run" (hash 0x0028f3c6, ino #467

Dirent "tmp" (hash 0x00295e98, ino #469

Dirent "lock" (hash 0x01aacc40, ino #470

Dirent "cache" (hash 0x10c30bb2, ino #471

jffs2_scan_inode_node(): Node at 0x00970f00

Allocated inocache at c0f0ebf8

Node is ino #471, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00970f88

jffs2_add_fd_to_list( c0f07820, c0f07500 (->c0f074e0))

Dirent "yp" (hash 0x0003e3ac, ino #459

Dirent "lib" (hash 0x002697fa, ino #462

Dirent "log" (hash 0x0026c8ca, ino #465

Dirent "opt" (hash 0x0027d35e, ino #466

Dirent "run" (hash 0x0028f3c6, ino #467

Dirent "tmp" (hash 0x00295e98, ino #469

Dirent "lock" (hash 0x01aacc40, ino #470

Dirent "cache" (hash 0x10c30bb2, ino #471

Dirent "local" (hash 0x1256c5a2, ino #472

jffs2_scan_inode_node(): Node at 0x00971040

Allocated inocache at c0f0ec0c

Node is ino #472, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x009710c8

jffs2_add_fd_to_list( c0f07860, c0f07500 (->c0f074e0))

Dirent "yp" (hash 0x0003e3ac, ino #459

Dirent "lib" (hash 0x002697fa, ino #462

Dirent "log" (hash 0x0026c8ca, ino #465

Dirent "opt" (hash 0x0027d35e, ino #466

Dirent "run" (hash 0x0028f3c6, ino #467

Dirent "tmp" (hash 0x00295e98, ino #469

Dirent "lock" (hash 0x01aacc40, ino #470

Dirent "cache" (hash 0x10c30bb2, ino #471

Dirent "local" (hash 0x1256c5a2, ino #472

Dirent "spool" (hash 0x137492ee, ino #473

jffs2_scan_inode_node(): Node at 0x00971180

Allocated inocache at c0f0ec20

Node is ino #473, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x0097124c

Node is ino #458, version 14. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x009712d4

jffs2_add_fd_to_list( c0f078a0, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "home" (hash 0x019cc780, ino #479

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_inode_node(): Node at 0x0097173c

Node is ino #474, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x0097214c

Node is ino #474, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00973480

Node is ino #474, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x009740e8

Node is ino #474, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x0097512c

Node is ino #474, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x009767b4

Node is ino #474, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x009777f4

Node is ino #474, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00979674

Node is ino #474, version 13. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x0097a6ac

Node is ino #474, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x0097b6e0

Node is ino #474, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x0097cd54

Node is ino #474, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x0097dd90

Node is ino #474, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x0097fc10

Node is ino #474, version 20. Range 0xc000-0xc3ac

Block at 0x00960000: free 0x00000000, dirty 0x00008b68, used 0x00017498

jffs2_scan_eraseblock(): Scanning block at 0x980000

jffs2_scan_inode_node(): Node at 0x0098000c

Allocated inocache at c0f0ec34

Node is ino #410, version 258. Range 0xb47f5-0xb5000

jffs2_scan_inode_node(): Node at 0x00980708

Node is ino #410, version 260. Range 0xb5000-0xb6000

jffs2_scan_inode_node(): Node at 0x00980f28

Node is ino #410, version 261. Range 0xb6000-0xb7000

jffs2_scan_inode_node(): Node at 0x009811b8

Node is ino #410, version 263. Range 0xb7000-0xb8000

jffs2_scan_inode_node(): Node at 0x00981264

Node is ino #410, version 264. Range 0xb8000-0xb9000

jffs2_scan_inode_node(): Node at 0x00981310

Node is ino #410, version 265. Range 0xb9000-0xba000

jffs2_scan_inode_node(): Node at 0x009818ac

Node is ino #410, version 267. Range 0xba000-0xbb000

jffs2_scan_inode_node(): Node at 0x00981f98

Node is ino #410, version 268. Range 0xbb000-0xbc000

jffs2_scan_inode_node(): Node at 0x00982bd0

Node is ino #410, version 270. Range 0xbc000-0xbd000

jffs2_scan_inode_node(): Node at 0x009831e8

Node is ino #410, version 271. Range 0xbd000-0xbe000

jffs2_scan_inode_node(): Node at 0x009837e8

Node is ino #410, version 272. Range 0xbe000-0xbf000

jffs2_scan_inode_node(): Node at 0x0098429c

Node is ino #410, version 274. Range 0xbf000-0xc0000

jffs2_scan_inode_node(): Node at 0x00984ac4

Node is ino #410, version 275. Range 0xc0000-0xc1000

jffs2_scan_inode_node(): Node at 0x00985a00

Node is ino #410, version 277. Range 0xc1000-0xc2000

jffs2_scan_inode_node(): Node at 0x00986220

Node is ino #410, version 278. Range 0xc2000-0xc3000

jffs2_scan_inode_node(): Node at 0x00986a64

Node is ino #410, version 279. Range 0xc3000-0xc4000

jffs2_scan_inode_node(): Node at 0x009875fc

Node is ino #410, version 281. Range 0xc4000-0xc5000

jffs2_scan_inode_node(): Node at 0x00987e1c

Node is ino #410, version 282. Range 0xc5000-0xc6000

jffs2_scan_inode_node(): Node at 0x00988d84

Node is ino #410, version 284. Range 0xc6000-0xc7000

jffs2_scan_inode_node(): Node at 0x009895a4

Node is ino #410, version 285. Range 0xc7000-0xc8000

jffs2_scan_inode_node(): Node at 0x00989d64

Node is ino #410, version 286. Range 0xc8000-0xc9000

jffs2_scan_inode_node(): Node at 0x0098a728

Node is ino #410, version 288. Range 0xc9000-0xca000

jffs2_scan_inode_node(): Node at 0x0098ae08

Node is ino #410, version 289. Range 0xca000-0xcb000

jffs2_scan_inode_node(): Node at 0x0098bd08

Node is ino #410, version 291. Range 0xcb000-0xcc000

jffs2_scan_inode_node(): Node at 0x0098c4e0

Node is ino #410, version 292. Range 0xcc000-0xcd000

jffs2_scan_inode_node(): Node at 0x0098cccc

Node is ino #410, version 293. Range 0xcd000-0xce000

jffs2_scan_inode_node(): Node at 0x0098d878

Node is ino #410, version 295. Range 0xce000-0xcf000

jffs2_scan_inode_node(): Node at 0x0098e06c

Node is ino #410, version 296. Range 0xcf000-0xd0000

jffs2_scan_inode_node(): Node at 0x0098ef58

Node is ino #410, version 298. Range 0xd0000-0xd1000

jffs2_scan_inode_node(): Node at 0x0098f730

Node is ino #410, version 299. Range 0xd1000-0xd2000

jffs2_scan_inode_node(): Node at 0x0098ff28

Node is ino #410, version 300. Range 0xd2000-0xd3000

jffs2_scan_inode_node(): Node at 0x00990724

Node is ino #410, version 301. Range 0xd3000-0xd32c7

jffs2_scan_inode_node(): Node at 0x00990974

Node is ino #410, version 303. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x009909fc

jffs2_add_fd_to_list( c0f078e0, c0f0bae0 (->c0f0bac0))

Dirent "inetd" (hash 0x11de6e8b, ino #411

Dirent "ypbind" (hash 0xdff548cc, ino #416

Dirent "yppoll" (hash 0xe029765d, ino #417

jffs2_scan_inode_node(): Node at 0x00990a2c

Allocated inocache at c0f0ec48

Node is ino #411, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00991208

Node is ino #411, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00991fe4

Node is ino #411, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x009929dc

Node is ino #411, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x009933d0

Node is ino #411, version 7. Range 0x4000-0x4c24

jffs2_scan_inode_node(): Node at 0x0099399c

Node is ino #411, version 9. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00993a24

jffs2_add_fd_to_list( c0f07920, c0f0bae0 (->c0f078e0))

Dirent "inetd" (hash 0x11de6e8b, ino #411

Dirent "klogd" (hash 0x1228c8e2, ino #412

Dirent "ypbind" (hash 0xdff548cc, ino #416

Dirent "yppoll" (hash 0xe029765d, ino #417

jffs2_scan_inode_node(): Node at 0x00993a54

Allocated inocache at c0f0ec5c

Node is ino #412, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x009941d8

Node is ino #412, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00994fac

Node is ino #412, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00995944

Node is ino #412, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x0099633c

Node is ino #412, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00996b60

Node is ino #412, version 8. Range 0x5000-0x53bc

jffs2_scan_inode_node(): Node at 0x00996d7c

Node is ino #412, version 10. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00996e04

jffs2_add_fd_to_list( c0f07960, c0f0bae0 (->c0f078e0))

Dirent "inetd" (hash 0x11de6e8b, ino #411

Dirent "klogd" (hash 0x1228c8e2, ino #412

Dirent "ypset" (hash 0x146188ec, ino #413

Dirent "ypbind" (hash 0xdff548cc, ino #416

Dirent "yppoll" (hash 0xe029765d, ino #417

jffs2_scan_inode_node(): Node at 0x00996e34

Allocated inocache at c0f0ec70

Node is ino #413, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x009976d8

Node is ino #413, version 3. Range 0x1000-0x1d24

jffs2_scan_inode_node(): Node at 0x00997d90

Node is ino #413, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00997e18

jffs2_add_fd_to_list( c0f079a0, c0f0bae0 (->c0f078e0))

Dirent "inetd" (hash 0x11de6e8b, ino #411

Dirent "klogd" (hash 0x1228c8e2, ino #412

Dirent "ypset" (hash 0x146188ec, ino #413

Dirent "syslogd" (hash 0x41e75891, ino #414

Dirent "ypbind" (hash 0xdff548cc, ino #416

Dirent "yppoll" (hash 0xe029765d, ino #417

jffs2_scan_inode_node(): Node at 0x00997f9c

Allocated inocache at c0f0ec84

Node is ino #414, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00998770

Node is ino #414, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00999680

Node is ino #414, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x0099a0e8

Node is ino #414, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x0099ab60

Node is ino #414, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x0099b720

Node is ino #414, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x0099c014

Node is ino #414, version 11. Range 0x6000-0x6dd4

jffs2_scan_inode_node(): Node at 0x0099c604

Node is ino #414, version 13. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x0099c68c

jffs2_add_fd_to_list( c01e8de0, c0f0bae0 (->c0f078e0))

Dirent "inetd" (hash 0x11de6e8b, ino #411

Dirent "klogd" (hash 0x1228c8e2, ino #412

Dirent "ypset" (hash 0x146188ec, ino #413

Dirent "syslogd" (hash 0x41e75891, ino #414

Dirent "start-stop-daemon" (hash 0xa0389f0f, ino #415

Dirent "ypbind" (hash 0xdff548cc, ino #416

Dirent "yppoll" (hash 0xe029765d, ino #417

jffs2_scan_inode_node(): Node at 0x0099cbd4

Node is ino #415, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x0099d318

Node is ino #415, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x0099dc60

Node is ino #415, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x0099e794

Node is ino #415, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x0099ef28

Node is ino #415, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x0099f85c

Node is ino #415, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x0099fe9c

Node is ino #415, version 11. Range 0x6000-0x62b2

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00980000: free 0x00000000, dirty 0x000057ac, used 0x0001a854

jffs2_scan_eraseblock(): Scanning block at 0x9a0000

jffs2_scan_inode_node(): Node at 0x009a000c

Node is ino #410, version 190. Range 0x84567-0x85000

jffs2_scan_inode_node(): Node at 0x009a0e5c

Node is ino #410, version 192. Range 0x85000-0x86000

jffs2_scan_inode_node(): Node at 0x009a177c

Node is ino #410, version 193. Range 0x86000-0x87000

jffs2_scan_inode_node(): Node at 0x009a1f48

Node is ino #410, version 194. Range 0x87000-0x88000

jffs2_scan_inode_node(): Node at 0x009a2c00

Node is ino #410, version 196. Range 0x88000-0x89000

jffs2_scan_inode_node(): Node at 0x009a3480

Node is ino #410, version 197. Range 0x89000-0x8a000

jffs2_scan_inode_node(): Node at 0x009a4630

Node is ino #410, version 199. Range 0x8a000-0x8b000

jffs2_scan_inode_node(): Node at 0x009a4f80

Node is ino #410, version 200. Range 0x8b000-0x8c000

jffs2_scan_inode_node(): Node at 0x009a5874

Node is ino #410, version 201. Range 0x8c000-0x8d000

jffs2_scan_inode_node(): Node at 0x009a646c

Node is ino #410, version 203. Range 0x8d000-0x8e000

jffs2_scan_inode_node(): Node at 0x009a6cb8

Node is ino #410, version 204. Range 0x8e000-0x8f000

jffs2_scan_inode_node(): Node at 0x009a7be8

Node is ino #410, version 206. Range 0x8f000-0x90000

jffs2_scan_inode_node(): Node at 0x009a842c

Node is ino #410, version 207. Range 0x90000-0x91000

jffs2_scan_inode_node(): Node at 0x009a8c04

Node is ino #410, version 208. Range 0x91000-0x92000

jffs2_scan_inode_node(): Node at 0x009a9a00

Node is ino #410, version 210. Range 0x92000-0x93000

jffs2_scan_inode_node(): Node at 0x009aa430

Node is ino #410, version 211. Range 0x93000-0x94000

jffs2_scan_inode_node(): Node at 0x009ab3dc

Node is ino #410, version 213. Range 0x94000-0x95000

jffs2_scan_inode_node(): Node at 0x009abb60

Node is ino #410, version 214. Range 0x95000-0x96000

jffs2_scan_inode_node(): Node at 0x009ac1d0

Node is ino #410, version 215. Range 0x96000-0x97000

jffs2_scan_inode_node(): Node at 0x009acbd8

Node is ino #410, version 217. Range 0x97000-0x98000

jffs2_scan_inode_node(): Node at 0x009ad2b4

Node is ino #410, version 218. Range 0x98000-0x99000

jffs2_scan_inode_node(): Node at 0x009ae050

Node is ino #410, version 220. Range 0x99000-0x9a000

jffs2_scan_inode_node(): Node at 0x009ae788

Node is ino #410, version 221. Range 0x9a000-0x9b000

jffs2_scan_inode_node(): Node at 0x009aee0c

Node is ino #410, version 222. Range 0x9b000-0x9c000

jffs2_scan_inode_node(): Node at 0x009af7f8

Node is ino #410, version 224. Range 0x9c000-0x9d000

jffs2_scan_inode_node(): Node at 0x009afe20

Node is ino #410, version 225. Range 0x9d000-0x9e000

jffs2_scan_inode_node(): Node at 0x009b1218

Node is ino #410, version 227. Range 0x9e000-0x9f000

jffs2_scan_inode_node(): Node at 0x009b1dd8

Node is ino #410, version 228. Range 0x9f000-0xa0000

jffs2_scan_inode_node(): Node at 0x009b29a4

Node is ino #410, version 229. Range 0xa0000-0xa1000

jffs2_scan_inode_node(): Node at 0x009b3450

Node is ino #410, version 231. Range 0xa1000-0xa2000

jffs2_scan_inode_node(): Node at 0x009b3bdc

Node is ino #410, version 232. Range 0xa2000-0xa3000

jffs2_scan_inode_node(): Node at 0x009b48f4

Node is ino #410, version 234. Range 0xa3000-0xa4000

jffs2_scan_inode_node(): Node at 0x009b505c

Node is ino #410, version 235. Range 0xa4000-0xa5000

jffs2_scan_inode_node(): Node at 0x009b56b4

Node is ino #410, version 236. Range 0xa5000-0xa6000

jffs2_scan_inode_node(): Node at 0x009b61c8

Node is ino #410, version 238. Range 0xa6000-0xa7000

jffs2_scan_inode_node(): Node at 0x009b69e0

Node is ino #410, version 239. Range 0xa7000-0xa8000

jffs2_scan_inode_node(): Node at 0x009b8678

Node is ino #410, version 241. Range 0xa8000-0xa9000

jffs2_scan_inode_node(): Node at 0x009b96bc

Node is ino #410, version 242. Range 0xa9000-0xaa000

jffs2_scan_inode_node(): Node at 0x009ba700

Node is ino #410, version 243. Range 0xaa000-0xab000

jffs2_scan_inode_node(): Node at 0x009bb348

Node is ino #410, version 245. Range 0xab000-0xac000

jffs2_scan_inode_node(): Node at 0x009bb930

Node is ino #410, version 246. Range 0xac000-0xad000

jffs2_scan_inode_node(): Node at 0x009bc784

Node is ino #410, version 248. Range 0xad000-0xae000

jffs2_scan_inode_node(): Node at 0x009bce58

Node is ino #410, version 249. Range 0xae000-0xaf000

jffs2_scan_inode_node(): Node at 0x009bd804

Node is ino #410, version 250. Range 0xaf000-0xb0000

jffs2_scan_inode_node(): Node at 0x009be054

Node is ino #410, version 252. Range 0xb0000-0xb1000

jffs2_scan_inode_node(): Node at 0x009be670

Node is ino #410, version 253. Range 0xb1000-0xb2000

jffs2_scan_inode_node(): Node at 0x009bf108

Node is ino #410, version 255. Range 0xb2000-0xb3000

jffs2_scan_inode_node(): Node at 0x009bf6a0

Node is ino #410, version 256. Range 0xb3000-0xb4000

jffs2_scan_inode_node(): Node at 0x009bfcc0

Node is ino #410, version 257. Range 0xb4000-0xb47f5

Fewer than 12 bytes left to end of block. Not reading

Block at 0x009a0000: free 0x00000000, dirty 0x00006d20, used 0x000192e0

jffs2_scan_eraseblock(): Scanning block at 0x9c0000

jffs2_scan_inode_node(): Node at 0x009c000c

Node is ino #410, version 123. Range 0x5578c-0x56000

jffs2_scan_inode_node(): Node at 0x009c091c

Node is ino #410, version 125. Range 0x56000-0x57000

jffs2_scan_inode_node(): Node at 0x009c11f4

Node is ino #410, version 126. Range 0x57000-0x58000

jffs2_scan_inode_node(): Node at 0x009c2308

Node is ino #410, version 128. Range 0x58000-0x59000

jffs2_scan_inode_node(): Node at 0x009c2c10

Node is ino #410, version 129. Range 0x59000-0x5a000

jffs2_scan_inode_node(): Node at 0x009c3578

Node is ino #410, version 130. Range 0x5a000-0x5b000

jffs2_scan_inode_node(): Node at 0x009c432c

Node is ino #410, version 132. Range 0x5b000-0x5c000

jffs2_scan_inode_node(): Node at 0x009c4bc0

Node is ino #410, version 133. Range 0x5c000-0x5d000

jffs2_scan_inode_node(): Node at 0x009c5d34

Node is ino #410, version 135. Range 0x5d000-0x5e000

jffs2_scan_inode_node(): Node at 0x009c66c4

Node is ino #410, version 136. Range 0x5e000-0x5f000

jffs2_scan_inode_node(): Node at 0x009c70a0

Node is ino #410, version 137. Range 0x5f000-0x60000

jffs2_scan_inode_node(): Node at 0x009c7de8

Node is ino #410, version 139. Range 0x60000-0x61000

jffs2_scan_inode_node(): Node at 0x009c86a8

Node is ino #410, version 140. Range 0x61000-0x62000

jffs2_scan_inode_node(): Node at 0x009c974c

Node is ino #410, version 142. Range 0x62000-0x63000

jffs2_scan_inode_node(): Node at 0x009ca020

Node is ino #410, version 143. Range 0x63000-0x64000

jffs2_scan_inode_node(): Node at 0x009ca93c

Node is ino #410, version 144. Range 0x64000-0x65000

jffs2_scan_inode_node(): Node at 0x009cb54c

Node is ino #410, version 146. Range 0x65000-0x66000

jffs2_scan_inode_node(): Node at 0x009cbd84

Node is ino #410, version 147. Range 0x66000-0x67000

jffs2_scan_inode_node(): Node at 0x009cce48

Node is ino #410, version 149. Range 0x67000-0x68000

jffs2_scan_inode_node(): Node at 0x009cd6dc

Node is ino #410, version 150. Range 0x68000-0x69000

jffs2_scan_inode_node(): Node at 0x009cdfc4

Node is ino #410, version 151. Range 0x69000-0x6a000

jffs2_scan_inode_node(): Node at 0x009cedc0

Node is ino #410, version 153. Range 0x6a000-0x6b000

jffs2_scan_inode_node(): Node at 0x009cf7dc

Node is ino #410, version 154. Range 0x6b000-0x6c000

jffs2_scan_inode_node(): Node at 0x009d05e0

Node is ino #410, version 156. Range 0x6c000-0x6d000

jffs2_scan_inode_node(): Node at 0x009d0bf4

Node is ino #410, version 157. Range 0x6d000-0x6e000

jffs2_scan_inode_node(): Node at 0x009d1450

Node is ino #410, version 158. Range 0x6e000-0x6f000

jffs2_scan_inode_node(): Node at 0x009d20e0

Node is ino #410, version 160. Range 0x6f000-0x70000

jffs2_scan_inode_node(): Node at 0x009d2934

Node is ino #410, version 161. Range 0x70000-0x71000

jffs2_scan_inode_node(): Node at 0x009d37e8

Node is ino #410, version 163. Range 0x71000-0x72000

jffs2_scan_inode_node(): Node at 0x009d3d54

Node is ino #410, version 164. Range 0x72000-0x73000

jffs2_scan_inode_node(): Node at 0x009d456c

Node is ino #410, version 165. Range 0x73000-0x74000

jffs2_scan_inode_node(): Node at 0x009d5004

Node is ino #410, version 167. Range 0x74000-0x75000

jffs2_scan_inode_node(): Node at 0x009d57ac

Node is ino #410, version 168. Range 0x75000-0x76000

jffs2_scan_inode_node(): Node at 0x009d68e4

Node is ino #410, version 170. Range 0x76000-0x77000

jffs2_scan_inode_node(): Node at 0x009d7204

Node is ino #410, version 171. Range 0x77000-0x78000

jffs2_scan_inode_node(): Node at 0x009d7a08

Node is ino #410, version 172. Range 0x78000-0x79000

jffs2_scan_inode_node(): Node at 0x009d843c

Node is ino #410, version 174. Range 0x79000-0x7a000

jffs2_scan_inode_node(): Node at 0x009d8e4c

Node is ino #410, version 175. Range 0x7a000-0x7b000

jffs2_scan_inode_node(): Node at 0x009d9fbc

Node is ino #410, version 177. Range 0x7b000-0x7c000

jffs2_scan_inode_node(): Node at 0x009da844

Node is ino #410, version 178. Range 0x7c000-0x7d000

jffs2_scan_inode_node(): Node at 0x009db168

Node is ino #410, version 179. Range 0x7d000-0x7e000

jffs2_scan_inode_node(): Node at 0x009dbc30

Node is ino #410, version 181. Range 0x7e000-0x7f000

jffs2_scan_inode_node(): Node at 0x009dc43c

Node is ino #410, version 182. Range 0x7f000-0x80000

jffs2_scan_inode_node(): Node at 0x009dd3f4

Node is ino #410, version 184. Range 0x80000-0x81000

jffs2_scan_inode_node(): Node at 0x009ddd10

Node is ino #410, version 185. Range 0x81000-0x82000

jffs2_scan_inode_node(): Node at 0x009de590

Node is ino #410, version 186. Range 0x82000-0x83000

jffs2_scan_inode_node(): Node at 0x009df2a0

Node is ino #410, version 188. Range 0x83000-0x84000

jffs2_scan_inode_node(): Node at 0x009dfc10

Node is ino #410, version 189. Range 0x84000-0x84567

Fewer than 12 bytes left to end of block. Not reading

Block at 0x009c0000: free 0x00000000, dirty 0x00006704, used 0x000198fc

jffs2_scan_eraseblock(): Scanning block at 0x9e0000

jffs2_scan_inode_node(): Node at 0x009e000c

Node is ino #410, version 52. Range 0x23b98-0x24000

jffs2_scan_inode_node(): Node at 0x009e0540

Node is ino #410, version 54. Range 0x24000-0x25000

jffs2_scan_inode_node(): Node at 0x009e0b08

Node is ino #410, version 55. Range 0x25000-0x26000

jffs2_scan_inode_node(): Node at 0x009e19fc

Node is ino #410, version 57. Range 0x26000-0x27000

jffs2_scan_inode_node(): Node at 0x009e22e0

Node is ino #410, version 58. Range 0x27000-0x28000

jffs2_scan_inode_node(): Node at 0x009e2cc0

Node is ino #410, version 59. Range 0x28000-0x29000

jffs2_scan_inode_node(): Node at 0x009e3b1c

Node is ino #410, version 61. Range 0x29000-0x2a000

jffs2_scan_inode_node(): Node at 0x009e4464

Node is ino #410, version 62. Range 0x2a000-0x2b000

jffs2_scan_inode_node(): Node at 0x009e5614

Node is ino #410, version 64. Range 0x2b000-0x2c000

jffs2_scan_inode_node(): Node at 0x009e5ec0

Node is ino #410, version 65. Range 0x2c000-0x2d000

jffs2_scan_inode_node(): Node at 0x009e66f0

Node is ino #410, version 66. Range 0x2d000-0x2e000

jffs2_scan_inode_node(): Node at 0x009e7388

Node is ino #410, version 68. Range 0x2e000-0x2f000

jffs2_scan_inode_node(): Node at 0x009e7bd4

Node is ino #410, version 69. Range 0x2f000-0x30000

jffs2_scan_inode_node(): Node at 0x009e8d2c

Node is ino #410, version 71. Range 0x30000-0x31000

jffs2_scan_inode_node(): Node at 0x009e9574

Node is ino #410, version 72. Range 0x31000-0x32000

jffs2_scan_inode_node(): Node at 0x009e9e08

Node is ino #410, version 73. Range 0x32000-0x33000

jffs2_scan_inode_node(): Node at 0x009ea904

Node is ino #410, version 75. Range 0x33000-0x34000

jffs2_scan_inode_node(): Node at 0x009eb134

Node is ino #410, version 76. Range 0x34000-0x35000

jffs2_scan_inode_node(): Node at 0x009ec3c0

Node is ino #410, version 78. Range 0x35000-0x36000

jffs2_scan_inode_node(): Node at 0x009ecd84

Node is ino #410, version 79. Range 0x36000-0x37000

jffs2_scan_inode_node(): Node at 0x009ed658

Node is ino #410, version 80. Range 0x37000-0x38000

jffs2_scan_inode_node(): Node at 0x009edd20

Node is ino #410, version 82. Range 0x38000-0x39000

jffs2_scan_inode_node(): Node at 0x009ee188

Node is ino #410, version 83. Range 0x39000-0x3a000

jffs2_scan_inode_node(): Node at 0x009ef3a0

Node is ino #410, version 85. Range 0x3a000-0x3b000

jffs2_scan_inode_node(): Node at 0x009efd14

Node is ino #410, version 86. Range 0x3b000-0x3c000

jffs2_scan_inode_node(): Node at 0x009f0604

Node is ino #410, version 87. Range 0x3c000-0x3d000

jffs2_scan_inode_node(): Node at 0x009f101c

Node is ino #410, version 89. Range 0x3d000-0x3e000

jffs2_scan_inode_node(): Node at 0x009f18b8

Node is ino #410, version 90. Range 0x3e000-0x3f000

jffs2_scan_inode_node(): Node at 0x009f2ae0

Node is ino #410, version 92. Range 0x3f000-0x40000

jffs2_scan_inode_node(): Node at 0x009f3488

Node is ino #410, version 93. Range 0x40000-0x41000

jffs2_scan_inode_node(): Node at 0x009f3ca8

Node is ino #410, version 94. Range 0x41000-0x42000

jffs2_scan_inode_node(): Node at 0x009f4998

Node is ino #410, version 96. Range 0x42000-0x43000

jffs2_scan_inode_node(): Node at 0x009f53b8

Node is ino #410, version 97. Range 0x43000-0x44000

jffs2_scan_inode_node(): Node at 0x009f6534

Node is ino #410, version 99. Range 0x44000-0x45000

jffs2_scan_inode_node(): Node at 0x009f6dc0

Node is ino #410, version 100. Range 0x45000-0x46000

jffs2_scan_inode_node(): Node at 0x009f7458

Node is ino #410, version 101. Range 0x46000-0x47000

jffs2_scan_inode_node(): Node at 0x009f7ea0

Node is ino #410, version 103. Range 0x47000-0x48000

jffs2_scan_inode_node(): Node at 0x009f87d4

Node is ino #410, version 104. Range 0x48000-0x49000

jffs2_scan_inode_node(): Node at 0x009f95fc

Node is ino #410, version 106. Range 0x49000-0x4a000

jffs2_scan_inode_node(): Node at 0x009f9cec

Node is ino #410, version 107. Range 0x4a000-0x4b000

jffs2_scan_inode_node(): Node at 0x009fa470

Node is ino #410, version 108. Range 0x4b000-0x4c000

jffs2_scan_inode_node(): Node at 0x009faf98

Node is ino #410, version 110. Range 0x4c000-0x4d000

jffs2_scan_inode_node(): Node at 0x009fb5d8

Node is ino #410, version 111. Range 0x4d000-0x4e000

jffs2_scan_inode_node(): Node at 0x009fc100

Node is ino #410, version 113. Range 0x4e000-0x4f000

jffs2_scan_inode_node(): Node at 0x009fc67c

Node is ino #410, version 114. Range 0x4f000-0x50000

jffs2_scan_inode_node(): Node at 0x009fcec0

Node is ino #410, version 115. Range 0x50000-0x51000

jffs2_scan_inode_node(): Node at 0x009fd99c

Node is ino #410, version 117. Range 0x51000-0x52000

jffs2_scan_inode_node(): Node at 0x009fe140

Node is ino #410, version 118. Range 0x52000-0x53000

jffs2_scan_inode_node(): Node at 0x009fee30

Node is ino #410, version 120. Range 0x53000-0x54000

jffs2_scan_inode_node(): Node at 0x009ff4e0

Node is ino #410, version 121. Range 0x54000-0x55000

jffs2_scan_inode_node(): Node at 0x009ffc14

Node is ino #410, version 122. Range 0x55000-0x5578c

Fewer than 12 bytes left to end of block. Not reading

Block at 0x009e0000: free 0x00000000, dirty 0x00006c5c, used 0x000193a4

jffs2_scan_eraseblock(): Scanning block at 0xa00000

jffs2_scan_inode_node(): Node at 0x00a0000c

Allocated inocache at c0f0ec98

Node is ino #406, version 209. Range 0x91429-0x92000

jffs2_scan_inode_node(): Node at 0x00a00608

Node is ino #406, version 210. Range 0x92000-0x93000

jffs2_scan_inode_node(): Node at 0x00a00e20

Node is ino #406, version 211. Range 0x93000-0x94000

jffs2_scan_inode_node(): Node at 0x00a017b0

Node is ino #406, version 213. Range 0x94000-0x95000

jffs2_scan_inode_node(): Node at 0x00a01fb0

Node is ino #406, version 214. Range 0x95000-0x96000

jffs2_scan_inode_node(): Node at 0x00a02c2c

Node is ino #406, version 216. Range 0x96000-0x97000

jffs2_scan_inode_node(): Node at 0x00a0331c

Node is ino #406, version 217. Range 0x97000-0x98000

jffs2_scan_inode_node(): Node at 0x00a03a78

Node is ino #406, version 218. Range 0x98000-0x99000

jffs2_scan_inode_node(): Node at 0x00a042f4

Node is ino #406, version 220. Range 0x99000-0x9a000

jffs2_scan_inode_node(): Node at 0x00a049ec

Node is ino #406, version 221. Range 0x9a000-0x9b000

jffs2_scan_inode_node(): Node at 0x00a055d0

Node is ino #406, version 223. Range 0x9b000-0x9ba84

jffs2_scan_inode_node(): Node at 0x00a05b28

Node is ino #406, version 225. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00a05b6c

Allocated inocache at c0f0ecac

Node is ino #407, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a05c2c

jffs2_add_fd_to_list( c01e8e20, c0f0b460 (->c01e87a0))

Dirent "libtclstub8.3.a" (hash 0x37d5f2a8, ino #408

Dirent "libtcl8.3.so.1" (hash 0x80037d11, ino #493

jffs2_scan_inode_node(): Node at 0x00a05c64

Allocated inocache at c0f0ecc0

Node is ino #408, version 2. Range 0x0-0x720

jffs2_scan_inode_node(): Node at 0x00a0608c

Node is ino #408, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00a06158

Node is ino #304, version 12. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a061e0

jffs2_add_fd_to_list( c0f07a40, c0f0b4c0 (->c0f0b4a0))

Dirent "tmp" (hash 0x00295e98, ino #494

Dirent "sbin" (hash 0x01c000e1, ino #409

Dirent "local" (hash 0x1256c5a2, ino #418

Dirent "share" (hash 0x135346f6, ino #444

jffs2_scan_dirent_node(): Node at 0x00a06250

jffs2_add_fd_to_list( c0f07a60, c0f0bae0 (->c0f078e0))

Dirent "sshd" (hash 0x01c57dd4, ino #410

Dirent "inetd" (hash 0x11de6e8b, ino #411

Dirent "klogd" (hash 0x1228c8e2, ino #412

Dirent "ypset" (hash 0x146188ec, ino #413

Dirent "syslogd" (hash 0x41e75891, ino #414

Dirent "start-stop-daemon" (hash 0xa0389f0f, ino #415

Dirent "ypbind" (hash 0xdff548cc, ino #416

Dirent "yppoll" (hash 0xe029765d, ino #417

jffs2_scan_inode_node(): Node at 0x00a0627c

Node is ino #410, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a06d04

Node is ino #410, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00a074f4

Node is ino #410, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00a084e0

Node is ino #410, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00a08ef4

Node is ino #410, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00a09940

Node is ino #410, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00a0a6e8

Node is ino #410, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00a0b098

Node is ino #410, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00a0c264

Node is ino #410, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00a0cb9c

Node is ino #410, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00a0d50c

Node is ino #410, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00a0e1f8

Node is ino #410, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00a0ead8

Node is ino #410, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00a0fd28

Node is ino #410, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00a106b4

Node is ino #410, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00a11098

Node is ino #410, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00a11e88

Node is ino #410, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00a12834

Node is ino #410, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00a13a68

Node is ino #410, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00a14458

Node is ino #410, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00a14d20

Node is ino #410, version 30. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00a15b24

Node is ino #410, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00a16478

Node is ino #410, version 33. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00a17774

Node is ino #410, version 35. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00a18130

Node is ino #410, version 36. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00a18b18

Node is ino #410, version 37. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00a19864

Node is ino #410, version 39. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00a1a1a8

Node is ino #410, version 40. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00a1b358

Node is ino #410, version 42. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00a1bcd0

Node is ino #410, version 43. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x00a1c574

Node is ino #410, version 44. Range 0x1e000-0x1f000

jffs2_scan_inode_node(): Node at 0x00a1d324

Node is ino #410, version 46. Range 0x1f000-0x20000

jffs2_scan_inode_node(): Node at 0x00a1dc90

Node is ino #410, version 47. Range 0x20000-0x21000

jffs2_scan_inode_node(): Node at 0x00a1ea7c

Node is ino #410, version 49. Range 0x21000-0x22000

jffs2_scan_inode_node(): Node at 0x00a1f13c

Node is ino #410, version 50. Range 0x22000-0x23000

jffs2_scan_inode_node(): Node at 0x00a1f874

Node is ino #410, version 51. Range 0x23000-0x23b98

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00a00000: free 0x00000000, dirty 0x000063f0, used 0x00019c10

jffs2_scan_eraseblock(): Scanning block at 0xa20000

jffs2_scan_inode_node(): Node at 0x00a2000c

Node is ino #406, version 131. Range 0x5af0c-0x5b000

jffs2_scan_inode_node(): Node at 0x00a2012c

Node is ino #406, version 132. Range 0x5b000-0x5c000

jffs2_scan_inode_node(): Node at 0x00a20980

Node is ino #406, version 133. Range 0x5c000-0x5d000

jffs2_scan_inode_node(): Node at 0x00a21590

Node is ino #406, version 135. Range 0x5d000-0x5e000

jffs2_scan_inode_node(): Node at 0x00a21fe0

Node is ino #406, version 136. Range 0x5e000-0x5f000

jffs2_scan_inode_node(): Node at 0x00a22eb0

Node is ino #406, version 138. Range 0x5f000-0x60000

jffs2_scan_inode_node(): Node at 0x00a238d8

Node is ino #406, version 139. Range 0x60000-0x61000

jffs2_scan_inode_node(): Node at 0x00a24298

Node is ino #406, version 140. Range 0x61000-0x62000

jffs2_scan_inode_node(): Node at 0x00a24ca0

Node is ino #406, version 142. Range 0x62000-0x63000

jffs2_scan_inode_node(): Node at 0x00a250f8

Node is ino #406, version 143. Range 0x63000-0x64000

jffs2_scan_inode_node(): Node at 0x00a260b8

Node is ino #406, version 145. Range 0x64000-0x65000

jffs2_scan_inode_node(): Node at 0x00a26aa0

Node is ino #406, version 146. Range 0x65000-0x66000

jffs2_scan_inode_node(): Node at 0x00a27484

Node is ino #406, version 147. Range 0x66000-0x67000

jffs2_scan_inode_node(): Node at 0x00a27fe0

Node is ino #406, version 149. Range 0x67000-0x68000

jffs2_scan_inode_node(): Node at 0x00a2897c

Node is ino #406, version 150. Range 0x68000-0x69000

jffs2_scan_inode_node(): Node at 0x00a29948

Node is ino #406, version 152. Range 0x69000-0x6a000

jffs2_scan_inode_node(): Node at 0x00a2a2e0

Node is ino #406, version 153. Range 0x6a000-0x6b000

jffs2_scan_inode_node(): Node at 0x00a2ac98

Node is ino #406, version 154. Range 0x6b000-0x6c000

jffs2_scan_inode_node(): Node at 0x00a2b5d0

Node is ino #406, version 156. Range 0x6c000-0x6d000

jffs2_scan_inode_node(): Node at 0x00a2bfb0

Node is ino #406, version 157. Range 0x6d000-0x6e000

jffs2_scan_inode_node(): Node at 0x00a2cfa8

Node is ino #406, version 159. Range 0x6e000-0x6f000

jffs2_scan_inode_node(): Node at 0x00a2d8fc

Node is ino #406, version 160. Range 0x6f000-0x70000

jffs2_scan_inode_node(): Node at 0x00a2e1bc

Node is ino #406, version 161. Range 0x70000-0x71000

jffs2_scan_inode_node(): Node at 0x00a2ed2c

Node is ino #406, version 163. Range 0x71000-0x72000

jffs2_scan_inode_node(): Node at 0x00a2f730

Node is ino #406, version 164. Range 0x72000-0x73000

jffs2_scan_inode_node(): Node at 0x00a30688

Node is ino #406, version 166. Range 0x73000-0x74000

jffs2_scan_inode_node(): Node at 0x00a30fec

Node is ino #406, version 167. Range 0x74000-0x75000

jffs2_scan_inode_node(): Node at 0x00a31990

Node is ino #406, version 168. Range 0x75000-0x76000

jffs2_scan_inode_node(): Node at 0x00a32458

Node is ino #406, version 170. Range 0x76000-0x77000

jffs2_scan_inode_node(): Node at 0x00a32dac

Node is ino #406, version 171. Range 0x77000-0x78000

jffs2_scan_inode_node(): Node at 0x00a33cf8

Node is ino #406, version 173. Range 0x78000-0x79000

jffs2_scan_inode_node(): Node at 0x00a34694

Node is ino #406, version 174. Range 0x79000-0x7a000

jffs2_scan_inode_node(): Node at 0x00a34f78

Node is ino #406, version 175. Range 0x7a000-0x7b000

jffs2_scan_inode_node(): Node at 0x00a357e8

Node is ino #406, version 177. Range 0x7b000-0x7c000

jffs2_scan_inode_node(): Node at 0x00a35ed8

Node is ino #406, version 178. Range 0x7c000-0x7d000

jffs2_scan_inode_node(): Node at 0x00a36a20

Node is ino #406, version 180. Range 0x7d000-0x7e000

jffs2_scan_inode_node(): Node at 0x00a37120

Node is ino #406, version 181. Range 0x7e000-0x7f000

jffs2_scan_inode_node(): Node at 0x00a37878

Node is ino #406, version 182. Range 0x7f000-0x80000

jffs2_scan_inode_node(): Node at 0x00a380e8

Node is ino #406, version 184. Range 0x80000-0x81000

jffs2_scan_inode_node(): Node at 0x00a3883c

Node is ino #406, version 185. Range 0x81000-0x82000

jffs2_scan_inode_node(): Node at 0x00a394d4

Node is ino #406, version 187. Range 0x82000-0x83000

jffs2_scan_inode_node(): Node at 0x00a39bc4

Node is ino #406, version 188. Range 0x83000-0x84000

jffs2_scan_inode_node(): Node at 0x00a3a594

Node is ino #406, version 189. Range 0x84000-0x85000

jffs2_scan_inode_node(): Node at 0x00a3b3d0

Node is ino #406, version 191. Range 0x85000-0x86000

jffs2_scan_inode_node(): Node at 0x00a3b7e4

Node is ino #406, version 192. Range 0x86000-0x87000

jffs2_scan_inode_node(): Node at 0x00a3bdd0

Node is ino #406, version 194. Range 0x87000-0x88000

jffs2_scan_inode_node(): Node at 0x00a3bf5c

Node is ino #406, version 195. Range 0x88000-0x89000

jffs2_scan_inode_node(): Node at 0x00a3c3c4

Node is ino #406, version 196. Range 0x89000-0x8a000

jffs2_scan_inode_node(): Node at 0x00a3ca1c

Node is ino #406, version 198. Range 0x8a000-0x8b000

jffs2_scan_inode_node(): Node at 0x00a3ccfc

Node is ino #406, version 199. Range 0x8b000-0x8c000

jffs2_scan_inode_node(): Node at 0x00a3d83c

Node is ino #406, version 201. Range 0x8c000-0x8d000

jffs2_scan_inode_node(): Node at 0x00a3dd3c

Node is ino #406, version 202. Range 0x8d000-0x8e000

jffs2_scan_inode_node(): Node at 0x00a3e188

Node is ino #406, version 203. Range 0x8e000-0x8f000

jffs2_scan_inode_node(): Node at 0x00a3ea70

Node is ino #406, version 205. Range 0x8f000-0x90000

jffs2_scan_inode_node(): Node at 0x00a3f194

Node is ino #406, version 206. Range 0x90000-0x91000

jffs2_scan_inode_node(): Node at 0x00a3fda8

Node is ino #406, version 208. Range 0x91000-0x91429

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00a20000: free 0x00000000, dirty 0x00004a34, used 0x0001b5cc

jffs2_scan_eraseblock(): Scanning block at 0xa40000

jffs2_scan_inode_node(): Node at 0x00a4000c

Node is ino #406, version 65. Range 0x2cd99-0x2d000

jffs2_scan_inode_node(): Node at 0x00a408cc

Node is ino #406, version 67. Range 0x2d000-0x2e000

jffs2_scan_inode_node(): Node at 0x00a412a0

Node is ino #406, version 68. Range 0x2e000-0x2f000

jffs2_scan_inode_node(): Node at 0x00a41c48

Node is ino #406, version 69. Range 0x2f000-0x30000

jffs2_scan_inode_node(): Node at 0x00a42770

Node is ino #406, version 71. Range 0x30000-0x31000

jffs2_scan_inode_node(): Node at 0x00a43130

Node is ino #406, version 72. Range 0x31000-0x32000

jffs2_scan_inode_node(): Node at 0x00a43fe0

Node is ino #406, version 74. Range 0x32000-0x33000

jffs2_scan_inode_node(): Node at 0x00a448bc

Node is ino #406, version 75. Range 0x33000-0x34000

jffs2_scan_inode_node(): Node at 0x00a45144

Node is ino #406, version 76. Range 0x34000-0x35000

jffs2_scan_inode_node(): Node at 0x00a45d00

Node is ino #406, version 78. Range 0x35000-0x36000

jffs2_scan_inode_node(): Node at 0x00a46530

Node is ino #406, version 79. Range 0x36000-0x37000

jffs2_scan_inode_node(): Node at 0x00a475bc

Node is ino #406, version 81. Range 0x37000-0x38000

jffs2_scan_inode_node(): Node at 0x00a47f8c

Node is ino #406, version 82. Range 0x38000-0x39000

jffs2_scan_inode_node(): Node at 0x00a489d0

Node is ino #406, version 83. Range 0x39000-0x3a000

jffs2_scan_inode_node(): Node at 0x00a49510

Node is ino #406, version 85. Range 0x3a000-0x3b000

jffs2_scan_inode_node(): Node at 0x00a49f18

Node is ino #406, version 86. Range 0x3b000-0x3c000

jffs2_scan_inode_node(): Node at 0x00a4afb4

Node is ino #406, version 88. Range 0x3c000-0x3d000

jffs2_scan_inode_node(): Node at 0x00a4b96c

Node is ino #406, version 89. Range 0x3d000-0x3e000

jffs2_scan_inode_node(): Node at 0x00a4c380

Node is ino #406, version 90. Range 0x3e000-0x3f000

jffs2_scan_inode_node(): Node at 0x00a4cbc4

Node is ino #406, version 92. Range 0x3f000-0x40000

jffs2_scan_inode_node(): Node at 0x00a4d2f0

Node is ino #406, version 93. Range 0x40000-0x41000

jffs2_scan_inode_node(): Node at 0x00a4e1dc

Node is ino #406, version 95. Range 0x41000-0x42000

jffs2_scan_inode_node(): Node at 0x00a4ec20

Node is ino #406, version 96. Range 0x42000-0x43000

jffs2_scan_inode_node(): Node at 0x00a4f514

Node is ino #406, version 97. Range 0x43000-0x44000

jffs2_scan_inode_node(): Node at 0x00a500d4

Node is ino #406, version 99. Range 0x44000-0x45000

jffs2_scan_inode_node(): Node at 0x00a50a2c

Node is ino #406, version 100. Range 0x45000-0x46000

jffs2_scan_inode_node(): Node at 0x00a51a4c

Node is ino #406, version 102. Range 0x46000-0x47000

jffs2_scan_inode_node(): Node at 0x00a523cc

Node is ino #406, version 103. Range 0x47000-0x48000

jffs2_scan_inode_node(): Node at 0x00a52d2c

Node is ino #406, version 104. Range 0x48000-0x49000

jffs2_scan_inode_node(): Node at 0x00a538c4

Node is ino #406, version 106. Range 0x49000-0x4a000

jffs2_scan_inode_node(): Node at 0x00a541f4

Node is ino #406, version 107. Range 0x4a000-0x4b000

jffs2_scan_inode_node(): Node at 0x00a55124

Node is ino #406, version 109. Range 0x4b000-0x4c000

jffs2_scan_inode_node(): Node at 0x00a55abc

Node is ino #406, version 110. Range 0x4c000-0x4d000

jffs2_scan_inode_node(): Node at 0x00a56490

Node is ino #406, version 111. Range 0x4d000-0x4e000

jffs2_scan_inode_node(): Node at 0x00a57074

Node is ino #406, version 113. Range 0x4e000-0x4f000

jffs2_scan_inode_node(): Node at 0x00a579a0

Node is ino #406, version 114. Range 0x4f000-0x50000

jffs2_scan_inode_node(): Node at 0x00a58978

Node is ino #406, version 116. Range 0x50000-0x51000

jffs2_scan_inode_node(): Node at 0x00a59358

Node is ino #406, version 117. Range 0x51000-0x52000

jffs2_scan_inode_node(): Node at 0x00a59c50

Node is ino #406, version 118. Range 0x52000-0x53000

jffs2_scan_inode_node(): Node at 0x00a5a78c

Node is ino #406, version 120. Range 0x53000-0x54000

jffs2_scan_inode_node(): Node at 0x00a5b0e8

Node is ino #406, version 121. Range 0x54000-0x55000

jffs2_scan_inode_node(): Node at 0x00a5bf84

Node is ino #406, version 123. Range 0x55000-0x56000

jffs2_scan_inode_node(): Node at 0x00a5c940

Node is ino #406, version 124. Range 0x56000-0x57000

jffs2_scan_inode_node(): Node at 0x00a5d370

Node is ino #406, version 125. Range 0x57000-0x58000

jffs2_scan_inode_node(): Node at 0x00a5df10

Node is ino #406, version 127. Range 0x58000-0x59000

jffs2_scan_inode_node(): Node at 0x00a5e860

Node is ino #406, version 128. Range 0x59000-0x5a000

jffs2_scan_inode_node(): Node at 0x00a5f71c

Node is ino #406, version 130. Range 0x5a000-0x5af0c

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00a40000: free 0x00000000, dirty 0x00004f9c, used 0x0001b064

jffs2_scan_eraseblock(): Scanning block at 0xa60000

jffs2_scan_inode_node(): Node at 0x00a6000c

Allocated inocache at c0f0ecd4

Node is ino #398, version 8. Range 0x4756-0x5000

jffs2_scan_inode_node(): Node at 0x00a6037c

Node is ino #398, version 9. Range 0x5000-0x505c

jffs2_scan_inode_node(): Node at 0x00a6041c

Node is ino #398, version 10. Range 0x505c-0x505e

jffs2_scan_inode_node(): Node at 0x00a604a8

Node is ino #398, version 12. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a60530

Allocated inocache at c0f0ece8

jffs2_add_fd_to_list( c01e8e60, c0f07aa0 (->00000000))

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

jffs2_scan_inode_node(): Node at 0x00a60564

Allocated inocache at c0f0ecfc

Node is ino #399, version 2. Range 0x0-0x379

jffs2_scan_inode_node(): Node at 0x00a607ec

Node is ino #399, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a60874

jffs2_add_fd_to_list( c01e8ea0, c0f07aa0 (->c01e8e60))

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_inode_node(): Node at 0x00a608a4

Allocated inocache at c0f0ed10

Node is ino #400, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a614ec

Node is ino #400, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00a61b34

Node is ino #400, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00a62224

Node is ino #400, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00a62c9c

Node is ino #400, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00a632d4

Node is ino #400, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00a63998

Node is ino #400, version 10. Range 0x6000-0x6bd1

jffs2_scan_inode_node(): Node at 0x00a63ec8

Node is ino #400, version 12. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a63f50

jffs2_add_fd_to_list( c01e8ee0, c0f07aa0 (->c01e8e60))

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_inode_node(): Node at 0x00a63f80

Allocated inocache at c0f0ed24

Node is ino #401, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a64444

Node is ino #401, version 3. Range 0x1000-0x1114

jffs2_scan_inode_node(): Node at 0x00a64580

Node is ino #401, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a64608

jffs2_add_fd_to_list( c01e8f20, c0f07aa0 (->c01e8ee0))

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_inode_node(): Node at 0x00a64638

Allocated inocache at c0f0ed38

Node is ino #402, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a64a38

Node is ino #402, version 4. Range 0x1000-0x1779

jffs2_scan_inode_node(): Node at 0x00a64be8

Node is ino #402, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a64c70

jffs2_add_fd_to_list( c01e8f60, c0f07aa0 (->c01e8ee0))

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_inode_node(): Node at 0x00a64ca4

Allocated inocache at c0f0ed4c

Node is ino #403, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a652dc

Node is ino #403, version 3. Range 0x1000-0x1363

jffs2_scan_inode_node(): Node at 0x00a65534

Node is ino #403, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a655bc

jffs2_add_fd_to_list( c0f07b60, c0f07aa0 (->c01e8ee0))

Dirent "ldAix" (hash 0x1224a1f7, ino #404

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_inode_node(): Node at 0x00a655ec

Allocated inocache at c0f0ed60

Node is ino #404, version 2. Range 0x0-0xaac

jffs2_scan_inode_node(): Node at 0x00a65ba0

Node is ino #404, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00a65c6c

Node is ino #308, version 21. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a65cf4

jffs2_add_fd_to_list( c01e8fa0, c0f0b460 (->c01e8e20))

Dirent "libtclstub8.3.a" (hash 0x37d5f2a8, ino #408

Dirent "tclConfig.sh" (hash 0x5364ac38, ino #405

Dirent "libtcl8.3.so.1" (hash 0x80037d11, ino #493

jffs2_scan_inode_node(): Node at 0x00a65d28

Allocated inocache at c0f0ed74

Node is ino #405, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a664d8

Node is ino #405, version 3. Range 0x1000-0x19d0

jffs2_scan_inode_node(): Node at 0x00a66924

Node is ino #405, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a669ac

jffs2_add_fd_to_list( c0eff120, c0f0b460 (->c01e8e20))

Dirent "libtcl8.3.so" (hash 0x1c8fe25e, ino #406

Dirent "libtclstub8.3.a" (hash 0x37d5f2a8, ino #408

Dirent "tclConfig.sh" (hash 0x5364ac38, ino #405

Dirent "libtcl8.3.so.1" (hash 0x80037d11, ino #493

jffs2_scan_inode_node(): Node at 0x00a66e80

Node is ino #406, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a674a4

Node is ino #406, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00a67cc0

Node is ino #406, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00a68710

Node is ino #406, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00a68fec

Node is ino #406, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00a69ddc

Node is ino #406, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00a6a548

Node is ino #406, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00a6abd0

Node is ino #406, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00a6b364

Node is ino #406, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00a6ba34

Node is ino #406, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00a6c018

Node is ino #406, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00a6c380

Node is ino #406, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00a6c6d0

Node is ino #406, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00a6caec

Node is ino #406, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00a6ce20

Node is ino #406, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00a6d82c

Node is ino #406, version 24. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00a6e024

Node is ino #406, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00a6e7f8

Node is ino #406, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00a6ee50

Node is ino #406, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00a6f09c

Node is ino #406, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00a6f958

Node is ino #406, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00a702e8

Node is ino #406, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00a70be4

Node is ino #406, version 33. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00a71670

Node is ino #406, version 35. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00a71f9c

Node is ino #406, version 36. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00a72d28

Node is ino #406, version 38. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00a73618

Node is ino #406, version 39. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00a73ff0

Node is ino #406, version 40. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00a74a0c

Node is ino #406, version 42. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00a7535c

Node is ino #406, version 43. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x00a761b0

Node is ino #406, version 45. Range 0x1e000-0x1f000

jffs2_scan_inode_node(): Node at 0x00a76aac

Node is ino #406, version 46. Range 0x1f000-0x20000

jffs2_scan_inode_node(): Node at 0x00a774a0

Node is ino #406, version 47. Range 0x20000-0x21000

jffs2_scan_inode_node(): Node at 0x00a77fec

Node is ino #406, version 49. Range 0x21000-0x22000

jffs2_scan_inode_node(): Node at 0x00a78930

Node is ino #406, version 50. Range 0x22000-0x23000

jffs2_scan_inode_node(): Node at 0x00a79864

Node is ino #406, version 52. Range 0x23000-0x24000

jffs2_scan_inode_node(): Node at 0x00a7a240

Node is ino #406, version 53. Range 0x24000-0x25000

jffs2_scan_inode_node(): Node at 0x00a7ab08

Node is ino #406, version 54. Range 0x25000-0x26000

jffs2_scan_inode_node(): Node at 0x00a7b6a4

Node is ino #406, version 56. Range 0x26000-0x27000

jffs2_scan_inode_node(): Node at 0x00a7c030

Node is ino #406, version 57. Range 0x27000-0x28000

jffs2_scan_inode_node(): Node at 0x00a7d020

Node is ino #406, version 59. Range 0x28000-0x29000

jffs2_scan_inode_node(): Node at 0x00a7da0c

Node is ino #406, version 60. Range 0x29000-0x2a000

jffs2_scan_inode_node(): Node at 0x00a7e254

Node is ino #406, version 61. Range 0x2a000-0x2b000

jffs2_scan_inode_node(): Node at 0x00a7ecf4

Node is ino #406, version 63. Range 0x2b000-0x2c000

jffs2_scan_inode_node(): Node at 0x00a7f6ec

Node is ino #406, version 64. Range 0x2c000-0x2cd99

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00a60000: free 0x00000000, dirty 0x00004cd0, used 0x0001b330

jffs2_scan_eraseblock(): Scanning block at 0xa80000

jffs2_scan_inode_node(): Node at 0x00a8000c

Allocated inocache at c0f0ed88

Node is ino #373, version 28. Range 0x12259-0x13000

jffs2_scan_inode_node(): Node at 0x00a80438

Node is ino #373, version 30. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00a80830

Node is ino #373, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00a80e68

Node is ino #373, version 33. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00a81240

Node is ino #373, version 34. Range 0x16000-0x16acd

jffs2_scan_inode_node(): Node at 0x00a81518

Node is ino #373, version 36. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a815a0

Allocated inocache at c0f0ed9c

jffs2_add_fd_to_list( c0eff160, c0f07be0 (->00000000))

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

jffs2_scan_inode_node(): Node at 0x00a815d8

Allocated inocache at c0f0edb0

Node is ino #374, version 2. Range 0x0-0x448

jffs2_scan_inode_node(): Node at 0x00a81890

Node is ino #374, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a81918

jffs2_add_fd_to_list( c0eff1a0, c0f07be0 (->c0eff160))

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

jffs2_scan_inode_node(): Node at 0x00a81950

Allocated inocache at c0f0edc4

Node is ino #375, version 2. Range 0x0-0x448

jffs2_scan_inode_node(): Node at 0x00a81c0c

Node is ino #375, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a81c94

jffs2_add_fd_to_list( c0eff1e0, c0f07be0 (->c0eff160))

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

jffs2_scan_inode_node(): Node at 0x00a81f20

Allocated inocache at c0f0edd8

Node is ino #376, version 3. Range 0x0-0x448

jffs2_scan_inode_node(): Node at 0x00a821d8

Node is ino #376, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a82260

jffs2_add_fd_to_list( c0eff220, c0f07be0 (->c0eff160))

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

jffs2_scan_inode_node(): Node at 0x00a82298

Allocated inocache at c0f0edec

Node is ino #377, version 2. Range 0x0-0x448

jffs2_scan_inode_node(): Node at 0x00a82540

Node is ino #377, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a825c8

jffs2_add_fd_to_list( c0eff260, c0f07be0 (->c0eff160))

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

jffs2_scan_inode_node(): Node at 0x00a825fc

Allocated inocache at c0f0ee00

Node is ino #378, version 2. Range 0x0-0x445

jffs2_scan_inode_node(): Node at 0x00a828a8

Node is ino #378, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a82930

jffs2_add_fd_to_list( c0eff2a0, c0f07be0 (->c0eff160))

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

jffs2_scan_inode_node(): Node at 0x00a82968

Allocated inocache at c0f0ee14

Node is ino #379, version 2. Range 0x0-0x447

jffs2_scan_inode_node(): Node at 0x00a82c24

Node is ino #379, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a82cac

jffs2_add_fd_to_list( c0eff2e0, c0f07be0 (->c0eff2a0))

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

jffs2_scan_inode_node(): Node at 0x00a8313c

Allocated inocache at c0f0ee28

Node is ino #380, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a836d0

Node is ino #380, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00a83a5c

Node is ino #380, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00a842a0

Node is ino #380, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00a849dc

Node is ino #380, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00a85680

Node is ino #380, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00a85db4

Node is ino #380, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00a86420

Node is ino #380, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00a86c70

Node is ino #380, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00a872ec

Node is ino #380, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00a87e80

Node is ino #380, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00a88474

Node is ino #380, version 18. Range 0xb000-0xbb9c

jffs2_scan_inode_node(): Node at 0x00a88604

Node is ino #380, version 20. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a8868c

jffs2_add_fd_to_list( c0eff320, c0f07be0 (->c0eff2a0))

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

jffs2_scan_inode_node(): Node at 0x00a886c0

Allocated inocache at c0f0ee3c

Node is ino #381, version 2. Range 0x0-0x445

jffs2_scan_inode_node(): Node at 0x00a88978

Node is ino #381, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a88a00

jffs2_add_fd_to_list( c0eff360, c0f07be0 (->c0eff2a0))

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

jffs2_scan_inode_node(): Node at 0x00a88a38

Allocated inocache at c0f0ee50

Node is ino #382, version 2. Range 0x0-0x447

jffs2_scan_inode_node(): Node at 0x00a88cf4

Node is ino #382, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a88d7c

jffs2_add_fd_to_list( c0eff3a0, c0f07be0 (->c0eff2a0))

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

jffs2_scan_inode_node(): Node at 0x00a88db0

Allocated inocache at c0f0ee64

Node is ino #383, version 2. Range 0x0-0x444

jffs2_scan_inode_node(): Node at 0x00a89058

Node is ino #383, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a890e0

jffs2_add_fd_to_list( c0eff3e0, c0f07be0 (->c0eff2a0))

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00a89118

Allocated inocache at c0f0ee78

Node is ino #384, version 2. Range 0x0-0x447

jffs2_scan_inode_node(): Node at 0x00a893d8

Node is ino #384, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a89460

jffs2_add_fd_to_list( c0eff420, c0f07be0 (->c0eff2a0))

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00a89498

Allocated inocache at c0f0ee8c

Node is ino #385, version 2. Range 0x0-0x447

jffs2_scan_inode_node(): Node at 0x00a89750

Node is ino #385, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a897d8

jffs2_add_fd_to_list( c0eff460, c0f07be0 (->c0eff2a0))

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00a8980c

Allocated inocache at c0f0eea0

Node is ino #386, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a89edc

Node is ino #386, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00a8a40c

Node is ino #386, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00a8b17c

Node is ino #386, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00a8b8ac

Node is ino #386, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00a8bfe0

Node is ino #386, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00a8c964

Node is ino #386, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00a8cfd4

Node is ino #386, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00a8dc48

Node is ino #386, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00a8e2bc

Node is ino #386, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00a8e920

Node is ino #386, version 16. Range 0xa000-0xa32a

jffs2_scan_inode_node(): Node at 0x00a8ea9c

Node is ino #386, version 18. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a8eb24

jffs2_add_fd_to_list( c0eff4a0, c0f07be0 (->c0eff2a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00a8eb58

Allocated inocache at c0f0eeb4

Node is ino #387, version 2. Range 0x0-0x443

jffs2_scan_inode_node(): Node at 0x00a8ee18

Node is ino #387, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00a8eee4

Node is ino #318, version 73. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a8ef6c

jffs2_add_fd_to_list( c0eff4e0, c0f07aa0 (->c0f07b60))

Dirent "ldAix" (hash 0x1224a1f7, ino #404

Dirent "msgcat1.1" (hash 0x298a0da6, ino #388

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_dirent_node(): Node at 0x00a8efe4

Allocated inocache at c0f0eec8

jffs2_add_fd_to_list( c0eff520, c0f07dc0 (->00000000))

Dirent "msgcat.tcl" (hash 0xc8fc42ed, ino #389

jffs2_scan_inode_node(): Node at 0x00a8f38c

Allocated inocache at c0f0eedc

Node is ino #389, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a8fa78

Node is ino #389, version 4. Range 0x1000-0x13b5

jffs2_scan_inode_node(): Node at 0x00a8fcf0

Node is ino #389, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a8fd78

jffs2_add_fd_to_list( c0eff560, c0f07dc0 (->c0eff520))

Dirent "pkgIndex.tcl" (hash 0x1b3108c5, ino #390

Dirent "msgcat.tcl" (hash 0xc8fc42ed, ino #389

jffs2_scan_inode_node(): Node at 0x00a8fdac

Allocated inocache at c0f0eef0

Node is ino #390, version 2. Range 0x0-0x46

jffs2_scan_inode_node(): Node at 0x00a8fe74

Node is ino #390, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00a8ff40

Node is ino #388, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a8ffc8

jffs2_add_fd_to_list( c0eff5a0, c0f07aa0 (->c0f07b60))

Dirent "ldAix" (hash 0x1224a1f7, ino #404

Dirent "msgcat1.1" (hash 0x298a0da6, ino #388

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tcltest1.0" (hash 0x5cba7842, ino #391

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_dirent_node(): Node at 0x00a90040

Allocated inocache at c0f0ef04

jffs2_add_fd_to_list( c0eff5e0, c0f07e20 (->00000000))

Dirent "pkgIndex.tcl" (hash 0x1b3108c5, ino #392

jffs2_scan_inode_node(): Node at 0x00a90074

Allocated inocache at c0f0ef18

Node is ino #392, version 2. Range 0x0-0x3da

jffs2_scan_inode_node(): Node at 0x00a902dc

Node is ino #392, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a90364

jffs2_add_fd_to_list( c0eff620, c0f07e20 (->c0eff5e0))

Dirent "pkgIndex.tcl" (hash 0x1b3108c5, ino #392

Dirent "tcltest.tcl" (hash 0xfc10df31, ino #393

jffs2_scan_inode_node(): Node at 0x00a90918

Allocated inocache at c0f0ef2c

Node is ino #393, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a90fa8

Node is ino #393, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00a915b8

Node is ino #393, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00a91db8

Node is ino #393, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00a922d0

Node is ino #393, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00a92c48

Node is ino #393, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00a9320c

Node is ino #393, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00a93840

Node is ino #393, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00a93fd8

Node is ino #393, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00a945a4

Node is ino #393, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00a95068

Node is ino #393, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00a956e8

Node is ino #393, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00a95c94

Node is ino #393, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00a9654c

Node is ino #393, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00a96c28

Node is ino #393, version 22. Range 0xe000-0xe726

jffs2_scan_inode_node(): Node at 0x00a96f74

Node is ino #393, version 24. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00a97040

Node is ino #391, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a970c8

jffs2_add_fd_to_list( c0eff660, c0f07aa0 (->c0f07b60))

Dirent "ldAix" (hash 0x1224a1f7, ino #404

Dirent "auto.tcl" (hash 0x1f5e725b, ino #394

Dirent "msgcat1.1" (hash 0x298a0da6, ino #388

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tcltest1.0" (hash 0x5cba7842, ino #391

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_inode_node(): Node at 0x00a970f8

Allocated inocache at c0f0ef40

Node is ino #394, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a97910

Node is ino #394, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00a97eb8

Node is ino #394, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00a9895c

Node is ino #394, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00a98ff8

Node is ino #394, version 8. Range 0x4000-0x4aeb

jffs2_scan_inode_node(): Node at 0x00a99548

Node is ino #394, version 10. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a995d0

jffs2_add_fd_to_list( c0eff6a0, c0f07aa0 (->c0f07b60))

Dirent "ldAix" (hash 0x1224a1f7, ino #404

Dirent "auto.tcl" (hash 0x1f5e725b, ino #394

Dirent "msgcat1.1" (hash 0x298a0da6, ino #388

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tcltest1.0" (hash 0x5cba7842, ino #391

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "history.tcl" (hash 0xa2d0f8b9, ino #395

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_inode_node(): Node at 0x00a99604

Allocated inocache at c0f0ef54

Node is ino #395, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a99d6c

Node is ino #395, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00a9a374

Node is ino #395, version 5. Range 0x2000-0x2333

jffs2_scan_inode_node(): Node at 0x00a9a57c

Node is ino #395, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a9a604

jffs2_add_fd_to_list( c0eff6e0, c0f07aa0 (->c0f07b60))

Dirent "ldAix" (hash 0x1224a1f7, ino #404

Dirent "auto.tcl" (hash 0x1f5e725b, ino #394

Dirent "msgcat1.1" (hash 0x298a0da6, ino #388

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tcltest1.0" (hash 0x5cba7842, ino #391

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "history.tcl" (hash 0xa2d0f8b9, ino #395

Dirent "init.tcl" (hash 0xeda1ecfa, ino #396

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_inode_node(): Node at 0x00a9a634

Allocated inocache at c0f0ef68

Node is ino #396, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a9b0f4

Node is ino #396, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00a9b77c

Node is ino #396, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00a9c4a4

Node is ino #396, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00a9cbc4

Node is ino #396, version 8. Range 0x4000-0x4466

jffs2_scan_inode_node(): Node at 0x00a9ce1c

Node is ino #396, version 10. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a9cea4

jffs2_add_fd_to_list( c0eff720, c0f07aa0 (->c0f07b60))

Dirent "ldAix" (hash 0x1224a1f7, ino #404

Dirent "auto.tcl" (hash 0x1f5e725b, ino #394

Dirent "msgcat1.1" (hash 0x298a0da6, ino #388

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tcltest1.0" (hash 0x5cba7842, ino #391

Dirent "ldAout.tcl" (hash 0x68f14069, ino #397

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "history.tcl" (hash 0xa2d0f8b9, ino #395

Dirent "init.tcl" (hash 0xeda1ecfa, ino #396

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_inode_node(): Node at 0x00a9ced8

Allocated inocache at c0f0ef7c

Node is ino #397, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a9d638

Node is ino #397, version 3. Range 0x1000-0x1a97

jffs2_scan_inode_node(): Node at 0x00a9db10

Node is ino #397, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00a9db98

jffs2_add_fd_to_list( c0eff760, c0f07aa0 (->c0f07b60))

Dirent "ldAix" (hash 0x1224a1f7, ino #404

Dirent "auto.tcl" (hash 0x1f5e725b, ino #394

Dirent "msgcat1.1" (hash 0x298a0da6, ino #388

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tcltest1.0" (hash 0x5cba7842, ino #391

Dirent "ldAout.tcl" (hash 0x68f14069, ino #397

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "package.tcl" (hash 0x969cef1c, ino #398

Dirent "history.tcl" (hash 0xa2d0f8b9, ino #395

Dirent "init.tcl" (hash 0xeda1ecfa, ino #396

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_inode_node(): Node at 0x00a9dbcc

Node is ino #398, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00a9e364

Node is ino #398, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00a9ee2c

Node is ino #398, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00a9f4c4

Node is ino #398, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00a9fc00

Node is ino #398, version 7. Range 0x4000-0x4756

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00a80000: free 0x00000000, dirty 0x00006544, used 0x00019abc

jffs2_scan_eraseblock(): Scanning block at 0xaa0000

jffs2_scan_inode_node(): Node at 0x00aa000c

Allocated inocache at c0f0ef90

Node is ino #353, version 20. Range 0xe4c3-0xf000

jffs2_scan_inode_node(): Node at 0x00aa02d0

Node is ino #353, version 21. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00aa06b8

Node is ino #353, version 22. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00aa0a88

Node is ino #353, version 23. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00aa1070

Node is ino #353, version 25. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00aa1460

Node is ino #353, version 26. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00aa1874

Node is ino #353, version 27. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00aa1c80

Node is ino #353, version 28. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00aa209c

Node is ino #353, version 29. Range 0x16000-0x16ede

jffs2_scan_inode_node(): Node at 0x00aa24f8

Node is ino #353, version 31. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aa2580

jffs2_add_fd_to_list( c0eff7a0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aa2788

Allocated inocache at c0f0efa4

Node is ino #354, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00aa2af8

Node is ino #354, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00aa30d4

Node is ino #354, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00aa34a0

Node is ino #354, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00aa38b4

Node is ino #354, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00aa3e2c

Node is ino #354, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00aa4248

Node is ino #354, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00aa4978

Node is ino #354, version 13. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00aa4d50

Node is ino #354, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00aa5138

Node is ino #354, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00aa5704

Node is ino #354, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00aa5adc

Node is ino #354, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00aa62c4

Node is ino #354, version 20. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00aa66bc

Node is ino #354, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00aa6a74

Node is ino #354, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00aa6fec

Node is ino #354, version 24. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00aa73a4

Node is ino #354, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00aa7a2c

Node is ino #354, version 27. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00aa7dd8

Node is ino #354, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00aa818c

Node is ino #354, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00aa8668

Node is ino #354, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00aa8998

Node is ino #354, version 32. Range 0x15000-0x1525b

jffs2_scan_inode_node(): Node at 0x00aa8a40

Node is ino #354, version 34. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aa8ac8

jffs2_add_fd_to_list( c0eff7e0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aa8afc

Allocated inocache at c0f0efb8

Node is ino #355, version 2. Range 0x0-0x443

jffs2_scan_inode_node(): Node at 0x00aa8d54

Node is ino #355, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aa8ddc

jffs2_add_fd_to_list( c0eff820, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aa8e10

Allocated inocache at c0f0efcc

Node is ino #356, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00aa9180

Node is ino #356, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00aa9430

Node is ino #356, version 4. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00aa9a2c

Node is ino #356, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00aa9e44

Node is ino #356, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00aaa25c

Node is ino #356, version 8. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00aaa670

Node is ino #356, version 9. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00aaaa64

Node is ino #356, version 10. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00aab058

Node is ino #356, version 12. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00aab43c

Node is ino #356, version 13. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00aab81c

Node is ino #356, version 14. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00aabbf4

Node is ino #356, version 15. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00aabfec

Node is ino #356, version 16. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00aac5e0

Node is ino #356, version 18. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00aac98c

Node is ino #356, version 19. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00aacd30

Node is ino #356, version 20. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00aad0cc

Node is ino #356, version 21. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00aad444

Node is ino #356, version 22. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00aad9cc

Node is ino #356, version 24. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00aadd58

Node is ino #356, version 25. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00aae0f4

Node is ino #356, version 26. Range 0x14000-0x14a34

jffs2_scan_inode_node(): Node at 0x00aae338

Node is ino #356, version 28. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aae3c0

jffs2_add_fd_to_list( c0eff860, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aae3f8

Allocated inocache at c0f0efe0

Node is ino #357, version 2. Range 0x0-0xc3

jffs2_scan_inode_node(): Node at 0x00aae514

Node is ino #357, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aae59c

jffs2_add_fd_to_list( c0eff8a0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aae5d4

Allocated inocache at c0efb2c0

Node is ino #358, version 2. Range 0x0-0x73

jffs2_scan_inode_node(): Node at 0x00aae6c4

Node is ino #358, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aae74c

jffs2_add_fd_to_list( c0eff8e0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aae780

Allocated inocache at c0efb2d4

Node is ino #359, version 2. Range 0x0-0xe4

jffs2_scan_inode_node(): Node at 0x00aae8ac

Node is ino #359, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aae934

jffs2_add_fd_to_list( c0eff920, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aae96c

Allocated inocache at c0efb2e8

Node is ino #360, version 2. Range 0x0-0x446

jffs2_scan_inode_node(): Node at 0x00aaebf8

Node is ino #360, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aaec80

jffs2_add_fd_to_list( c0eff960, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aaecb8

Allocated inocache at c0efb2fc

Node is ino #361, version 2. Range 0x0-0x446

jffs2_scan_inode_node(): Node at 0x00aaef60

Node is ino #361, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aaefe8

jffs2_add_fd_to_list( c0eff9a0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aaf020

Allocated inocache at c0efb310

Node is ino #362, version 2. Range 0x0-0x446

jffs2_scan_inode_node(): Node at 0x00aaf2c0

Node is ino #362, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aaf348

jffs2_add_fd_to_list( c0eff9e0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aaf380

Allocated inocache at c0efb324

Node is ino #363, version 2. Range 0x0-0x446

jffs2_scan_inode_node(): Node at 0x00aaf62c

Node is ino #363, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aaf6b4

jffs2_add_fd_to_list( c0effa20, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aaf6ec

Allocated inocache at c0efb338

Node is ino #364, version 2. Range 0x0-0x446

jffs2_scan_inode_node(): Node at 0x00aaf980

Node is ino #364, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aafa08

jffs2_add_fd_to_list( c0effa60, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aafa40

Allocated inocache at c0efb34c

Node is ino #365, version 2. Range 0x0-0x446

jffs2_scan_inode_node(): Node at 0x00aafcb0

Node is ino #365, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aafd38

jffs2_add_fd_to_list( c0effaa0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00aafd70

Allocated inocache at c0efb360

Node is ino #366, version 2. Range 0x0-0x446

jffs2_scan_inode_node(): Node at 0x00ab0008

Node is ino #366, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ab0090

jffs2_add_fd_to_list( c0effae0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00ab00c8

Allocated inocache at c0efb374

Node is ino #367, version 2. Range 0x0-0x446

jffs2_scan_inode_node(): Node at 0x00ab0328

Node is ino #367, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ab03b0

jffs2_add_fd_to_list( c0effb20, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

jffs2_scan_inode_node(): Node at 0x00ab03e8

Allocated inocache at c0efb388

Node is ino #368, version 2. Range 0x0-0x446

jffs2_scan_inode_node(): Node at 0x00ab067c

Node is ino #368, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ab0704

jffs2_add_fd_to_list( c0effb60, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

jffs2_scan_inode_node(): Node at 0x00ab0738

Allocated inocache at c0efb39c

Node is ino #369, version 2. Range 0x0-0x444

jffs2_scan_inode_node(): Node at 0x00ab0990

Node is ino #369, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ab0a18

jffs2_add_fd_to_list( c0effba0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

jffs2_scan_inode_node(): Node at 0x00ab0a4c

Allocated inocache at c0efb3b0

Node is ino #370, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ab100c

Node is ino #370, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ab127c

Node is ino #370, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ab1690

Node is ino #370, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ab1c0c

Node is ino #370, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00ab2028

Node is ino #370, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00ab2770

Node is ino #370, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00ab2b70

Node is ino #370, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00ab2f50

Node is ino #370, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00ab34ec

Node is ino #370, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00ab38cc

Node is ino #370, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00ab3fa4

Node is ino #370, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00ab434c

Node is ino #370, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00ab46fc

Node is ino #370, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00ab4c90

Node is ino #370, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00ab5048

Node is ino #370, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00ab5724

Node is ino #370, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00ab5ae0

Node is ino #370, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00ab5e78

Node is ino #370, version 27. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00ab6364

Node is ino #370, version 29. Range 0x13000-0x139e9

jffs2_scan_inode_node(): Node at 0x00ab6514

Node is ino #370, version 31. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ab659c

jffs2_add_fd_to_list( c0effbe0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

jffs2_scan_inode_node(): Node at 0x00ab65d0

Allocated inocache at c0efb3c4

Node is ino #371, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ab67a8

Node is ino #371, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ab6c00

Node is ino #371, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ab6fac

Node is ino #371, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ab7558

Node is ino #371, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00ab78fc

Node is ino #371, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00ab7cac

Node is ino #371, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00ab80c0

Node is ino #371, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00ab8424

Node is ino #371, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00ab89fc

Node is ino #371, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00ab8d64

Node is ino #371, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00ab90d0

Node is ino #371, version 17. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00ab9560

Node is ino #371, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00ab98fc

Node is ino #371, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00ab9f24

Node is ino #371, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00aba2c0

Node is ino #371, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00aba660

Node is ino #371, version 24. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00abaaa4

Node is ino #371, version 26. Range 0x11000-0x1153e

jffs2_scan_inode_node(): Node at 0x00ababec

Node is ino #371, version 28. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00abac74

jffs2_add_fd_to_list( c0effc20, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00abaca8

Allocated inocache at c0efb3d8

Node is ino #372, version 2. Range 0x0-0x443

jffs2_scan_inode_node(): Node at 0x00abaf58

Node is ino #372, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00abafe0

jffs2_add_fd_to_list( c0effc60, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00abb014

Node is ino #373, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00abb59c

Node is ino #373, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00abb8ac

Node is ino #373, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00abbbc0

Node is ino #373, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00abbfcc

Node is ino #373, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00abc380

Node is ino #373, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00abc92c

Node is ino #373, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00abccc0

Node is ino #373, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00abd028

Node is ino #373, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00abd45c

Node is ino #373, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00abd810

Node is ino #373, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00abded0

Node is ino #373, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00abe2b0

Node is ino #373, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00abe6c0

Node is ino #373, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00abebf0

Node is ino #373, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00abf004

Node is ino #373, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00abf6a4

Node is ino #373, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00abfac0

Node is ino #373, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00abff34

Node is ino #373, version 27. Range 0x12000-0x12259

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00aa0000: free 0x00000000, dirty 0x000052ac, used 0x0001ad54

jffs2_scan_eraseblock(): Scanning block at 0xac0000

jffs2_scan_inode_node(): Node at 0x00ac000c

Allocated inocache at c0efb3ec

Node is ino #348, version 15. Range 0x87f4-0x9000

jffs2_scan_inode_node(): Node at 0x00ac0304

Node is ino #348, version 16. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00ac099c

Node is ino #348, version 18. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00ac0f9c

Node is ino #348, version 19. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00ac1710

Node is ino #348, version 21. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00ac1c8c

Node is ino #348, version 22. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00ac229c

Node is ino #348, version 23. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00ac2990

Node is ino #348, version 25. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00ac2f94

Node is ino #348, version 26. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00ac3958

Node is ino #348, version 28. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00ac3f00

Node is ino #348, version 29. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00ac42a8

Node is ino #348, version 30. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00ac47e8

Node is ino #348, version 32. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00ac4be0

Node is ino #348, version 33. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00ac52b4

Node is ino #348, version 35. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00ac56d0

Node is ino #348, version 36. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00ac5ae8

Node is ino #348, version 37. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00ac5f70

Node is ino #348, version 39. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00ac6374

Node is ino #348, version 40. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00ac6998

Node is ino #348, version 42. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00ac6d64

Node is ino #348, version 43. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00ac7144

Node is ino #348, version 44. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x00ac7610

Node is ino #348, version 46. Range 0x1e000-0x1f000

jffs2_scan_inode_node(): Node at 0x00ac79e4

Node is ino #348, version 47. Range 0x1f000-0x1fd77

jffs2_scan_inode_node(): Node at 0x00ac7dfc

Node is ino #348, version 49. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ac7e84

jffs2_add_fd_to_list( c0effca0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ac8220

Allocated inocache at c0efb400

Node is ino #349, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ac8758

Node is ino #349, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ac8cd0

Node is ino #349, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ac9350

Node is ino #349, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ac98b4

Node is ino #349, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00aca1e4

Node is ino #349, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00aca77c

Node is ino #349, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00acacec

Node is ino #349, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00acb368

Node is ino #349, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00acb8dc

Node is ino #349, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00acc164

Node is ino #349, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00acc73c

Node is ino #349, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00acccbc

Node is ino #349, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00acd318

Node is ino #349, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00acd84c

Node is ino #349, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00ace0d0

Node is ino #349, version 24. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00ace604

Node is ino #349, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00aceb38

Node is ino #349, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00acf17c

Node is ino #349, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00acf6c8

Node is ino #349, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00acffc0

Node is ino #349, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00ad0520

Node is ino #349, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00ad0a88

Node is ino #349, version 33. Range 0x16000-0x166b7

jffs2_scan_inode_node(): Node at 0x00ad0d7c

Node is ino #349, version 35. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ad0e04

jffs2_add_fd_to_list( c0effce0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ad0e38

Allocated inocache at c0efb414

Node is ino #350, version 2. Range 0x0-0x445

jffs2_scan_inode_node(): Node at 0x00ad10dc

Node is ino #350, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ad1164

jffs2_add_fd_to_list( c0effd20, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ad1198

Allocated inocache at c0efb428

Node is ino #351, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ad1548

Node is ino #351, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ad1968

Node is ino #351, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ad1c80

Node is ino #351, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ad2058

Node is ino #351, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00ad2450

Node is ino #351, version 8. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00ad2860

Node is ino #351, version 9. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00ad2ebc

Node is ino #351, version 11. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00ad32d0

Node is ino #351, version 12. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00ad36dc

Node is ino #351, version 13. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00ad3b00

Node is ino #351, version 14. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00ad3f24

Node is ino #351, version 15. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00ad456c

Node is ino #351, version 17. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00ad4964

Node is ino #351, version 18. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00ad4ccc

Node is ino #351, version 19. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00ad503c

Node is ino #351, version 20. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00ad5394

Node is ino #351, version 21. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00ad58bc

Node is ino #351, version 23. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00ad5c20

Node is ino #351, version 24. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00ad5fa4

Node is ino #351, version 25. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00ad6330

Node is ino #351, version 26. Range 0x14000-0x14e46

jffs2_scan_inode_node(): Node at 0x00ad6704

Node is ino #351, version 28. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ad678c

jffs2_add_fd_to_list( c0effd60, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ad67c0

Allocated inocache at c0efb43c

Node is ino #352, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ad6c60

Node is ino #352, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ad6f38

Node is ino #352, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ad758c

Node is ino #352, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ad7960

Node is ino #352, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00ad7d50

Node is ino #352, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00ad8384

Node is ino #352, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00ad87a0

Node is ino #352, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00ad8f48

Node is ino #352, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00ad9358

Node is ino #352, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00ad977c

Node is ino #352, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00ad9c74

Node is ino #352, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00ada030

Node is ino #352, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00ada6ac

Node is ino #352, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00adaa38

Node is ino #352, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00adada4

Node is ino #352, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00adb2bc

Node is ino #352, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00adb61c

Node is ino #352, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00adbd18

Node is ino #352, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00adc094

Node is ino #352, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00adc440

Node is ino #352, version 30. Range 0x14000-0x1420d

jffs2_scan_inode_node(): Node at 0x00adc508

Node is ino #352, version 32. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00adc590

jffs2_add_fd_to_list( c0effda0, c0f07be0 (->c0eff4a0))

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00adc5c4

Node is ino #353, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00adc98c

Node is ino #353, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00adcc60

Node is ino #353, version 4. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00add108

Node is ino #353, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00add40c

Node is ino #353, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00add78c

Node is ino #353, version 8. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00addb30

Node is ino #353, version 9. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00addec8

Node is ino #353, version 10. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00ade460

Node is ino #353, version 12. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00ade7f0

Node is ino #353, version 13. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00adebbc

Node is ino #353, version 14. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00adefd8

Node is ino #353, version 15. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00adf3d0

Node is ino #353, version 16. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00adfa1c

Node is ino #353, version 18. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00adfe38

Node is ino #353, version 19. Range 0xe000-0xe4c3

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00ac0000: free 0x00000000, dirty 0x00004998, used 0x0001b668

jffs2_scan_eraseblock(): Scanning block at 0xae0000

jffs2_scan_inode_node(): Node at 0x00ae000c

Allocated inocache at c0efb450

Node is ino #320, version 23. Range 0xe243-0xf000

jffs2_scan_inode_node(): Node at 0x00ae04a4

Node is ino #320, version 24. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00ae09d0

Node is ino #320, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00ae113c

Node is ino #320, version 27. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00ae1684

Node is ino #320, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00ae20b0

Node is ino #320, version 30. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00ae262c

Node is ino #320, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00ae2b78

Node is ino #320, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00ae3338

Node is ino #320, version 34. Range 0x16000-0x16ac9

jffs2_scan_inode_node(): Node at 0x00ae3740

Node is ino #320, version 36. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae37c8

jffs2_add_fd_to_list( c0effde0, c0f07be0 (->c0eff4a0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae37fc

Allocated inocache at c0efb464

Node is ino #321, version 2. Range 0x0-0x443

jffs2_scan_inode_node(): Node at 0x00ae3aac

Node is ino #321, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae3b34

jffs2_add_fd_to_list( c0effe20, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae3b68

Allocated inocache at c0efb478

Node is ino #322, version 2. Range 0x0-0x443

jffs2_scan_inode_node(): Node at 0x00ae3e14

Node is ino #322, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae3e9c

jffs2_add_fd_to_list( c0effe60, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae3ed0

Allocated inocache at c0efb48c

Node is ino #323, version 2. Range 0x0-0x443

jffs2_scan_inode_node(): Node at 0x00ae416c

Node is ino #323, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae41f4

jffs2_add_fd_to_list( c0effea0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae4228

Allocated inocache at c0efb4a0

Node is ino #324, version 2. Range 0x0-0x443

jffs2_scan_inode_node(): Node at 0x00ae44c4

Node is ino #324, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae454c

jffs2_add_fd_to_list( c0effee0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae4580

Allocated inocache at c0efb4b4

Node is ino #325, version 2. Range 0x0-0x443

jffs2_scan_inode_node(): Node at 0x00ae4824

Node is ino #325, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae48ac

jffs2_add_fd_to_list( c0efff20, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae48e0

Allocated inocache at c0efb4c8

Node is ino #326, version 2. Range 0x0-0x443

jffs2_scan_inode_node(): Node at 0x00ae4b74

Node is ino #326, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae4bfc

jffs2_add_fd_to_list( c0efff60, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae4c30

Allocated inocache at c0efb4dc

Node is ino #327, version 2. Range 0x0-0x443

jffs2_scan_inode_node(): Node at 0x00ae4ee4

Node is ino #327, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae4f6c

jffs2_add_fd_to_list( c0efffa0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae4fa0

Allocated inocache at c0efb4f0

Node is ino #328, version 2. Range 0x0-0x443

jffs2_scan_inode_node(): Node at 0x00ae5250

Node is ino #328, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae52d8

jffs2_add_fd_to_list( c0ef6120, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae530c

Allocated inocache at c0efb504

Node is ino #329, version 2. Range 0x0-0x443

jffs2_scan_inode_node(): Node at 0x00ae55b4

Node is ino #329, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae563c

jffs2_add_fd_to_list( c0ef6160, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae5670

Allocated inocache at c0efb518

Node is ino #330, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae5914

Node is ino #330, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae599c

jffs2_add_fd_to_list( c0ef61a0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae59d0

Allocated inocache at c0efb52c

Node is ino #331, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae5c6c

Node is ino #331, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae5cf4

jffs2_add_fd_to_list( c0ef61e0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae5d28

Allocated inocache at c0efb540

Node is ino #332, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae5fd8

Node is ino #332, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae6060

jffs2_add_fd_to_list( c0ef6220, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae6094

Allocated inocache at c0efb554

Node is ino #333, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae6338

Node is ino #333, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae63c0

jffs2_add_fd_to_list( c0ef6260, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae63f4

Allocated inocache at c0efb568

Node is ino #334, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae66a4

Node is ino #334, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae672c

jffs2_add_fd_to_list( c0ef62a0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae6760

Allocated inocache at c0efb57c

Node is ino #335, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae6a10

Node is ino #335, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae6a98

jffs2_add_fd_to_list( c0ef62e0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae6acc

Allocated inocache at c0efb590

Node is ino #336, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae6d74

Node is ino #336, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae6dfc

jffs2_add_fd_to_list( c0ef6320, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae6e30

Allocated inocache at c0efb5a4

Node is ino #337, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae70d4

Node is ino #337, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae715c

jffs2_add_fd_to_list( c0ef6360, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae7190

Allocated inocache at c0efb5b8

Node is ino #338, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae7438

Node is ino #338, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae74c0

jffs2_add_fd_to_list( c0ef63a0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "cp862.enc" (hash 0x2ba9357a, ino #339

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae74f4

Allocated inocache at c0efb5cc

Node is ino #339, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae7794

Node is ino #339, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae781c

jffs2_add_fd_to_list( c0ef63e0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "cp862.enc" (hash 0x2ba9357a, ino #339

Dirent "cp863.enc" (hash 0x2bd0872a, ino #340

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae7850

Allocated inocache at c0efb5e0

Node is ino #340, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae7af8

Node is ino #340, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae7b80

jffs2_add_fd_to_list( c0ef6420, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "cp862.enc" (hash 0x2ba9357a, ino #339

Dirent "cp863.enc" (hash 0x2bd0872a, ino #340

Dirent "cp864.enc" (hash 0x2bf7d8da, ino #341

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae7bb4

Allocated inocache at c0efb5f4

Node is ino #341, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae7e60

Node is ino #341, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae7ee8

jffs2_add_fd_to_list( c0ef6460, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "cp862.enc" (hash 0x2ba9357a, ino #339

Dirent "cp863.enc" (hash 0x2bd0872a, ino #340

Dirent "cp864.enc" (hash 0x2bf7d8da, ino #341

Dirent "cp865.enc" (hash 0x2c1f2a8a, ino #342

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae7f1c

Allocated inocache at c0efb608

Node is ino #342, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae81c0

Node is ino #342, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae8248

jffs2_add_fd_to_list( c0ef64a0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "cp862.enc" (hash 0x2ba9357a, ino #339

Dirent "cp863.enc" (hash 0x2bd0872a, ino #340

Dirent "cp864.enc" (hash 0x2bf7d8da, ino #341

Dirent "cp865.enc" (hash 0x2c1f2a8a, ino #342

Dirent "cp866.enc" (hash 0x2c467c3a, ino #343

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae827c

Allocated inocache at c0efb61c

Node is ino #343, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae8520

Node is ino #343, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae85a8

jffs2_add_fd_to_list( c0ef64e0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "cp862.enc" (hash 0x2ba9357a, ino #339

Dirent "cp863.enc" (hash 0x2bd0872a, ino #340

Dirent "cp864.enc" (hash 0x2bf7d8da, ino #341

Dirent "cp865.enc" (hash 0x2c1f2a8a, ino #342

Dirent "cp866.enc" (hash 0x2c467c3a, ino #343

Dirent "cp869.enc" (hash 0x2cbc714a, ino #344

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae85dc

Allocated inocache at c0efb630

Node is ino #344, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae8880

Node is ino #344, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae8908

jffs2_add_fd_to_list( c0ef6520, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "cp862.enc" (hash 0x2ba9357a, ino #339

Dirent "cp863.enc" (hash 0x2bd0872a, ino #340

Dirent "cp864.enc" (hash 0x2bf7d8da, ino #341

Dirent "cp865.enc" (hash 0x2c1f2a8a, ino #342

Dirent "cp866.enc" (hash 0x2c467c3a, ino #343

Dirent "cp869.enc" (hash 0x2cbc714a, ino #344

Dirent "cp874.enc" (hash 0x2da85b6a, ino #345

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae893c

Allocated inocache at c0efb644

Node is ino #345, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00ae8bd4

Node is ino #345, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ae8c5c

jffs2_add_fd_to_list( c0ef6560, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "cp862.enc" (hash 0x2ba9357a, ino #339

Dirent "cp863.enc" (hash 0x2bd0872a, ino #340

Dirent "cp864.enc" (hash 0x2bf7d8da, ino #341

Dirent "cp865.enc" (hash 0x2c1f2a8a, ino #342

Dirent "cp866.enc" (hash 0x2c467c3a, ino #343

Dirent "cp869.enc" (hash 0x2cbc714a, ino #344

Dirent "cp874.enc" (hash 0x2da85b6a, ino #345

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "cp932.enc" (hash 0x392d49fa, ino #346

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00ae8c90

Allocated inocache at c0efb658

Node is ino #346, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ae9224

Node is ino #346, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ae9658

Node is ino #346, version 4. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ae9d8c

Node is ino #346, version 5. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00aea880

Node is ino #346, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00aeafb4

Node is ino #346, version 8. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00aeb680

Node is ino #346, version 9. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00aebcfc

Node is ino #346, version 10. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00aec394

Node is ino #346, version 11. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00aecd7c

Node is ino #346, version 13. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00aed400

Node is ino #346, version 14. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00aeda2c

Node is ino #346, version 15. Range 0xb000-0xbb99

jffs2_scan_inode_node(): Node at 0x00aede38

Node is ino #346, version 17. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00aedec0

jffs2_add_fd_to_list( c0ef65a0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "cp862.enc" (hash 0x2ba9357a, ino #339

Dirent "cp863.enc" (hash 0x2bd0872a, ino #340

Dirent "cp864.enc" (hash 0x2bf7d8da, ino #341

Dirent "cp865.enc" (hash 0x2c1f2a8a, ino #342

Dirent "cp866.enc" (hash 0x2c467c3a, ino #343

Dirent "cp869.enc" (hash 0x2cbc714a, ino #344

Dirent "cp874.enc" (hash 0x2da85b6a, ino #345

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "cp932.enc" (hash 0x392d49fa, ino #346

Dirent "cp936.enc" (hash 0x39ca90ba, ino #347

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00aee044

Allocated inocache at c0efb66c

Node is ino #347, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00aee614

Node is ino #347, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00aef058

Node is ino #347, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00aef6a8

Node is ino #347, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00aefd08

Node is ino #347, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00af0470

Node is ino #347, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00af0ac4

Node is ino #347, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00af1548

Node is ino #347, version 13. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00af1b70

Node is ino #347, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00af2004

Node is ino #347, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00af23b8

Node is ino #347, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00af27f0

Node is ino #347, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00af2f2c

Node is ino #347, version 20. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00af3574

Node is ino #347, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00af3c68

Node is ino #347, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00af4438

Node is ino #347, version 24. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00af4b20

Node is ino #347, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00af5658

Node is ino #347, version 27. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00af5d4c

Node is ino #347, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00af6434

Node is ino #347, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00af6c80

Node is ino #347, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00af7370

Node is ino #347, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00af7eec

Node is ino #347, version 34. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00af85b4

Node is ino #347, version 35. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00af8c4c

Node is ino #347, version 36. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00af93bc

Node is ino #347, version 38. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00af9a40

Node is ino #347, version 39. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00afa454

Node is ino #347, version 41. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00afaaac

Node is ino #347, version 42. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00afb128

Node is ino #347, version 43. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x00afb850

Node is ino #347, version 45. Range 0x1e000-0x1f000

jffs2_scan_inode_node(): Node at 0x00afbdec

Node is ino #347, version 46. Range 0x1f000-0x20000

jffs2_scan_inode_node(): Node at 0x00afc18c

Node is ino #347, version 47. Range 0x20000-0x2059d

jffs2_scan_inode_node(): Node at 0x00afc274

Node is ino #347, version 49. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00afc2fc

jffs2_add_fd_to_list( c0ef65e0, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "cp862.enc" (hash 0x2ba9357a, ino #339

Dirent "cp863.enc" (hash 0x2bd0872a, ino #340

Dirent "cp864.enc" (hash 0x2bf7d8da, ino #341

Dirent "cp865.enc" (hash 0x2c1f2a8a, ino #342

Dirent "cp866.enc" (hash 0x2c467c3a, ino #343

Dirent "cp869.enc" (hash 0x2cbc714a, ino #344

Dirent "cp874.enc" (hash 0x2da85b6a, ino #345

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "cp932.enc" (hash 0x392d49fa, ino #346

Dirent "cp936.enc" (hash 0x39ca90ba, ino #347

Dirent "cp949.enc" (hash 0x3bf1085a, ino #348

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00afc480

Node is ino #348, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00afca3c

Node is ino #348, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00afd3a4

Node is ino #348, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00afd990

Node is ino #348, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00afdf7c

Node is ino #348, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00afe6a0

Node is ino #348, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00afec90

Node is ino #348, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00aff698

Node is ino #348, version 13. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00affc8c

Node is ino #348, version 14. Range 0x8000-0x87f4

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00ae0000: free 0x00000000, dirty 0x000048e0, used 0x0001b720

jffs2_scan_eraseblock(): Scanning block at 0xb00000

jffs2_scan_inode_node(): Node at 0x00b0000c

Allocated inocache at c0efb680

Node is ino #306, version 7. Range 0x3e5a-0x4000

jffs2_scan_inode_node(): Node at 0x00b001c4

Node is ino #306, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b00b58

Node is ino #306, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00b01340

Node is ino #306, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00b0219c

Node is ino #306, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00b0291c

Node is ino #306, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00b0318c

Node is ino #306, version 14. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00b039f8

Node is ino #306, version 15. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00b04258

Node is ino #306, version 16. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00b05170

Node is ino #306, version 18. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00b05bec

Node is ino #306, version 19. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00b061a8

Node is ino #306, version 20. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00b06608

Node is ino #306, version 21. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00b06b90

Node is ino #306, version 22. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00b07394

Node is ino #306, version 23. Range 0x11000-0x1145b

jffs2_scan_inode_node(): Node at 0x00b07618

Node is ino #306, version 25. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b076a0

jffs2_add_fd_to_list( c0ef6620, c0f0b460 (->c0eff120))

Dirent "libhistory.so.4" (hash 0x1c71e0da, ino #307

Dirent "libtcl8.3.so" (hash 0x1c8fe25e, ino #406

Dirent "libtclstub8.3.a" (hash 0x37d5f2a8, ino #408

Dirent "tclConfig.sh" (hash 0x5364ac38, ino #405

Dirent "libtcl8.3.so.1" (hash 0x80037d11, ino #493

jffs2_scan_inode_node(): Node at 0x00b076d8

Allocated inocache at c0efb694

Node is ino #307, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b07dd8

Node is ino #307, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b089f0

Node is ino #307, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b09354

Node is ino #307, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b09cb4

Node is ino #307, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b0a614

Node is ino #307, version 8. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00b0ac2c

Node is ino #307, version 9. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00b0b5f4

Node is ino #307, version 11. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00b0bc30

Node is ino #307, version 12. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00b0c268

Node is ino #307, version 13. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00b0c8d8

Node is ino #307, version 14. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00b0ce54

Node is ino #307, version 15. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00b0d810

Node is ino #307, version 17. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00b0deb0

Node is ino #307, version 18. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00b0e5fc

Node is ino #307, version 19. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00b0ed14

Node is ino #307, version 20. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00b0f33c

Node is ino #307, version 21. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00b0fd50

Node is ino #307, version 23. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00b10454

Node is ino #307, version 24. Range 0x12000-0x12a54

jffs2_scan_inode_node(): Node at 0x00b10950

Node is ino #307, version 26. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b109d8

jffs2_add_fd_to_list( c0efa7c0, c0f0b460 (->c0ef6620))

Dirent "libhistory.so.4" (hash 0x1c71e0da, ino #307

Dirent "libtcl8.3.so" (hash 0x1c8fe25e, ino #406

Dirent "libtclstub8.3.a" (hash 0x37d5f2a8, ino #408

Dirent "tclConfig.sh" (hash 0x5364ac38, ino #405

Dirent "libtcl8.3.so.1" (hash 0x80037d11, ino #493

Dirent "tcl8.3" (hash 0xd592dc13, ino #308

jffs2_scan_dirent_node(): Node at 0x00b10a4c

jffs2_add_fd_to_list( c0efa7e0, c0f07aa0 (->c0f07b60))

Dirent "ldAix" (hash 0x1224a1f7, ino #404

Dirent "auto.tcl" (hash 0x1f5e725b, ino #394

Dirent "msgcat1.1" (hash 0x298a0da6, ino #388

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tcltest1.0" (hash 0x5cba7842, ino #391

Dirent "ldAout.tcl" (hash 0x68f14069, ino #397

Dirent "http2.3" (hash 0x6bfdde41, ino #309

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "package.tcl" (hash 0x969cef1c, ino #398

Dirent "history.tcl" (hash 0xa2d0f8b9, ino #395

Dirent "init.tcl" (hash 0xeda1ecfa, ino #396

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_dirent_node(): Node at 0x00b10ac0

Allocated inocache at c0efb6a8

jffs2_add_fd_to_list( c0ef6660, c0efa800 (->00000000))

Dirent "http.tcl" (hash 0xa3f29766, ino #310

jffs2_scan_inode_node(): Node at 0x00b11188

Allocated inocache at c0efb6bc

Node is ino #310, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b118e8

Node is ino #310, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b11fb4

Node is ino #310, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b129d4

Node is ino #310, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b13004

Node is ino #310, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b135c0

Node is ino #310, version 9. Range 0x5000-0x5701

jffs2_scan_inode_node(): Node at 0x00b13980

Node is ino #310, version 11. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b13a08

jffs2_add_fd_to_list( c0ef66a0, c0efa800 (->c0ef6660))

Dirent "pkgIndex.tcl" (hash 0x1b3108c5, ino #311

Dirent "http.tcl" (hash 0xa3f29766, ino #310

jffs2_scan_inode_node(): Node at 0x00b13a3c

Allocated inocache at c0efb6d0

Node is ino #311, version 2. Range 0x0-0x294

jffs2_scan_inode_node(): Node at 0x00b13c44

Node is ino #311, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00b13d10

Node is ino #309, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b13d98

jffs2_add_fd_to_list( c0efa860, c0f07aa0 (->c0f07b60))

Dirent "ldAix" (hash 0x1224a1f7, ino #404

Dirent "auto.tcl" (hash 0x1f5e725b, ino #394

Dirent "msgcat1.1" (hash 0x298a0da6, ino #388

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tcltest1.0" (hash 0x5cba7842, ino #391

Dirent "ldAout.tcl" (hash 0x68f14069, ino #397

Dirent "http1.0" (hash 0x6bfd8901, ino #312

Dirent "http2.3" (hash 0x6bfdde41, ino #309

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "package.tcl" (hash 0x969cef1c, ino #398

Dirent "history.tcl" (hash 0xa2d0f8b9, ino #395

Dirent "init.tcl" (hash 0xeda1ecfa, ino #396

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_dirent_node(): Node at 0x00b13e0c

Allocated inocache at c0efb6e4

jffs2_add_fd_to_list( c0ef66e0, c0efa880 (->00000000))

Dirent "http.tcl" (hash 0xa3f29766, ino #313

jffs2_scan_inode_node(): Node at 0x00b13e3c

Allocated inocache at c0efb6f8

Node is ino #313, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b144e4

Node is ino #313, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b14d00

Node is ino #313, version 5. Range 0x2000-0x2628

jffs2_scan_inode_node(): Node at 0x00b15070

Node is ino #313, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b150f8

jffs2_add_fd_to_list( c0ef6720, c0efa880 (->c0ef66e0))

Dirent "pkgIndex.tcl" (hash 0x1b3108c5, ino #314

Dirent "http.tcl" (hash 0xa3f29766, ino #313

jffs2_scan_inode_node(): Node at 0x00b1512c

Allocated inocache at c0efb70c

Node is ino #314, version 2. Range 0x0-0x2df

jffs2_scan_inode_node(): Node at 0x00b15360

Node is ino #314, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00b1542c

Node is ino #312, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b154b4

jffs2_add_fd_to_list( c0efa8e0, c0f07aa0 (->c0f07b60))

Dirent "ldAix" (hash 0x1224a1f7, ino #404

Dirent "auto.tcl" (hash 0x1f5e725b, ino #394

Dirent "msgcat1.1" (hash 0x298a0da6, ino #388

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tcltest1.0" (hash 0x5cba7842, ino #391

Dirent "ldAout.tcl" (hash 0x68f14069, ino #397

Dirent "http1.0" (hash 0x6bfd8901, ino #312

Dirent "http2.3" (hash 0x6bfdde41, ino #309

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "package.tcl" (hash 0x969cef1c, ino #398

Dirent "history.tcl" (hash 0xa2d0f8b9, ino #395

Dirent "opt0.4" (hash 0xcf211b06, ino #315

Dirent "init.tcl" (hash 0xeda1ecfa, ino #396

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_dirent_node(): Node at 0x00b15528

Allocated inocache at c0efb720

jffs2_add_fd_to_list( c0ef6760, c0efa900 (->00000000))

Dirent "optparse.tcl" (hash 0xb3e99a52, ino #316

jffs2_scan_inode_node(): Node at 0x00b1555c

Allocated inocache at c0efb734

Node is ino #316, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b161f4

Node is ino #316, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b168fc

Node is ino #316, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b16f88

Node is ino #316, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b17720

Node is ino #316, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b17e00

Node is ino #316, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00b18854

Node is ino #316, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00b18e94

Node is ino #316, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00b1944c

Node is ino #316, version 13. Range 0x8000-0x81e2

jffs2_scan_inode_node(): Node at 0x00b195dc

Node is ino #316, version 15. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b19664

jffs2_add_fd_to_list( c0ef67a0, c0efa900 (->c0ef6760))

Dirent "pkgIndex.tcl" (hash 0x1b3108c5, ino #317

Dirent "optparse.tcl" (hash 0xb3e99a52, ino #316

jffs2_scan_inode_node(): Node at 0x00b19698

Allocated inocache at c0efb748

Node is ino #317, version 2. Range 0x0-0x221

jffs2_scan_inode_node(): Node at 0x00b19870

Node is ino #317, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00b1993c

Node is ino #315, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b199c4

jffs2_add_fd_to_list( c0ef67e0, c0f07aa0 (->c0f07b60))

Dirent "ldAix" (hash 0x1224a1f7, ino #404

Dirent "auto.tcl" (hash 0x1f5e725b, ino #394

Dirent "msgcat1.1" (hash 0x298a0da6, ino #388

Dirent "word.tcl" (hash 0x47d66889, ino #401

Dirent "tcltest1.0" (hash 0x5cba7842, ino #391

Dirent "ldAout.tcl" (hash 0x68f14069, ino #397

Dirent "http1.0" (hash 0x6bfd8901, ino #312

Dirent "http2.3" (hash 0x6bfdde41, ino #309

Dirent "tclAppInit.c" (hash 0x912bd7dc, ino #403

Dirent "package.tcl" (hash 0x969cef1c, ino #398

Dirent "history.tcl" (hash 0xa2d0f8b9, ino #395

Dirent "encoding" (hash 0xb1bf9970, ino #318

Dirent "opt0.4" (hash 0xcf211b06, ino #315

Dirent "init.tcl" (hash 0xeda1ecfa, ino #396

Dirent "tclIndex" (hash 0xf601dcc6, ino #402

Dirent "parray.tcl" (hash 0xf754a5ff, ino #399

Dirent "safe.tcl" (hash 0xfdb73070, ino #400

jffs2_scan_dirent_node(): Node at 0x00b19a38

jffs2_add_fd_to_list( c0ef6820, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "cp862.enc" (hash 0x2ba9357a, ino #339

Dirent "cp863.enc" (hash 0x2bd0872a, ino #340

Dirent "cp864.enc" (hash 0x2bf7d8da, ino #341

Dirent "cp865.enc" (hash 0x2c1f2a8a, ino #342

Dirent "cp866.enc" (hash 0x2c467c3a, ino #343

Dirent "cp869.enc" (hash 0x2cbc714a, ino #344

Dirent "cp874.enc" (hash 0x2da85b6a, ino #345

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "cp932.enc" (hash 0x392d49fa, ino #346

Dirent "cp936.enc" (hash 0x39ca90ba, ino #347

Dirent "cp949.enc" (hash 0x3bf1085a, ino #348

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "ascii.enc" (hash 0x811702ef, ino #319

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00b19a6c

Allocated inocache at c0efb75c

Node is ino #319, version 2. Range 0x0-0x442

jffs2_scan_inode_node(): Node at 0x00b19c34

Node is ino #319, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b19cbc

jffs2_add_fd_to_list( c0ef6860, c0f07be0 (->c0effde0))

Dirent "cp1250.enc" (hash 0x0389aed7, ino #321

Dirent "cp1251.enc" (hash 0x03b10087, ino #322

Dirent "cp1252.enc" (hash 0x03d85237, ino #323

Dirent "cp1253.enc" (hash 0x03ffa3e7, ino #324

Dirent "cp1254.enc" (hash 0x0426f597, ino #325

Dirent "cp1255.enc" (hash 0x044e4747, ino #326

Dirent "cp1256.enc" (hash 0x047598f7, ino #327

Dirent "cp1257.enc" (hash 0x049ceaa7, ino #328

Dirent "cp1258.enc" (hash 0x04c43c57, ino #329

Dirent "cp737.enc" (hash 0x14c6aa0a, ino #331

Dirent "symbol.enc" (hash 0x14c766b8, ino #387

Dirent "cp775.enc" (hash 0x1b3a10ea, ino #332

Dirent "macIceland.enc" (hash 0x1c402bce, ino #379

Dirent "iso2022.enc" (hash 0x252b5ad7, ino #359

Dirent "cp850.enc" (hash 0x29aa0f8a, ino #333

Dirent "cp852.enc" (hash 0x29f8b2ea, ino #334

Dirent "cp855.enc" (hash 0x2a6ea7fa, ino #335

Dirent "cp857.enc" (hash 0x2abd4b5a, ino #336

Dirent "cp860.enc" (hash 0x2b5a921a, ino #337

Dirent "cp861.enc" (hash 0x2b81e3ca, ino #338

Dirent "cp862.enc" (hash 0x2ba9357a, ino #339

Dirent "cp863.enc" (hash 0x2bd0872a, ino #340

Dirent "cp864.enc" (hash 0x2bf7d8da, ino #341

Dirent "cp865.enc" (hash 0x2c1f2a8a, ino #342

Dirent "cp866.enc" (hash 0x2c467c3a, ino #343

Dirent "cp869.enc" (hash 0x2cbc714a, ino #344

Dirent "cp874.enc" (hash 0x2da85b6a, ino #345

Dirent "iso2022-jp.enc" (hash 0x35fd7606, ino #357

Dirent "iso2022-kr.enc" (hash 0x37fc9bf6, ino #358

Dirent "cp932.enc" (hash 0x392d49fa, ino #346

Dirent "cp936.enc" (hash 0x39ca90ba, ino #347

Dirent "cp949.enc" (hash 0x3bf1085a, ino #348

Dirent "macCentEuro.enc" (hash 0x3c04fce9, ino #374

Dirent "euc-cn.enc" (hash 0x3c145843, ino #351

Dirent "cp950.enc" (hash 0x3c3fabba, ino #349

Dirent "macRomania.enc" (hash 0x3fd1d5f1, ino #382

Dirent "dingbats.enc" (hash 0x404965d0, ino #350

Dirent "macGreek.enc" (hash 0x44bfa447, ino #378

Dirent "euc-jp.enc" (hash 0x483902ae, ino #352

Dirent "euc-kr.enc" (hash 0x4a38289e, ino #353

Dirent "ksc5601.enc" (hash 0x4aaf1977, ino #373

Dirent "macDingbats.enc" (hash 0x578324a8, ino #377

Dirent "iso8859-1.enc" (hash 0x73214902, ino #360

Dirent "iso8859-2.enc" (hash 0x73489ab2, ino #361

Dirent "iso8859-3.enc" (hash 0x736fec62, ino #362

Dirent "iso8859-4.enc" (hash 0x73973e12, ino #363

Dirent "iso8859-5.enc" (hash 0x73be8fc2, ino #364

Dirent "iso8859-6.enc" (hash 0x73e5e172, ino #365

Dirent "iso8859-7.enc" (hash 0x740d3322, ino #366

Dirent "iso8859-8.enc" (hash 0x743484d2, ino #367

Dirent "iso8859-9.enc" (hash 0x745bd682, ino #368

Dirent "macUkraine.enc" (hash 0x7fe3b07c, ino #385

Dirent "ascii.enc" (hash 0x811702ef, ino #319

Dirent "gb1988.enc" (hash 0x84ce4ccc, ino #355

Dirent "macRoman.enc" (hash 0x8d76edc1, ino #381

Dirent "shiftjis.enc" (hash 0x8de6fa79, ino #386

Dirent "macThai.enc" (hash 0x9b644415, ino #383

Dirent "gb12345.enc" (hash 0xba7d19ad, ino #354

Dirent "macJapan.enc" (hash 0xc61f2489, ino #380

Dirent "macCroatian.enc" (hash 0xd45774a8, ino #375

Dirent "gb2312.enc" (hash 0xd4faddac, ino #356

Dirent "cp437.enc" (hash 0xdd05d57a, ino #330

Dirent "macCyrillic.enc" (hash 0xebdfd2a0, ino #376

Dirent "big5.enc" (hash 0xec9959bb, ino #320

Dirent "macTurkish.enc" (hash 0xef52fa6e, ino #384

Dirent "jis0201.enc" (hash 0xf336e4e9, ino #369

Dirent "jis0208.enc" (hash 0xf44a20b9, ino #370

Dirent "jis0212.enc" (hash 0xf50eb929, ino #371

Dirent "koi8-r.enc" (hash 0xf783b162, ino #372

jffs2_scan_inode_node(): Node at 0x00b19cec

Node is ino #320, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b1a21c

Node is ino #320, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b1a9b0

Node is ino #320, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b1af44

Node is ino #320, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b1b9a8

Node is ino #320, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b1bf38

Node is ino #320, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00b1c4d0

Node is ino #320, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00b1cc80

Node is ino #320, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00b1d1e4

Node is ino #320, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00b1dc4c

Node is ino #320, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00b1e1cc

Node is ino #320, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00b1e760

Node is ino #320, version 17. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00b1ef18

Node is ino #320, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00b1f494

Node is ino #320, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00b1febc

Node is ino #320, version 22. Range 0xe000-0xe243

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00b00000: free 0x00000000, dirty 0x00004d44, used 0x0001b2bc

jffs2_scan_eraseblock(): Scanning block at 0xb20000

jffs2_scan_inode_node(): Node at 0x00b2000c

Allocated inocache at c0efb770

Node is ino #305, version 55. Range 0x25bcc-0x26000

jffs2_scan_inode_node(): Node at 0x00b201a4

Node is ino #305, version 57. Range 0x26000-0x27000

jffs2_scan_inode_node(): Node at 0x00b2021c

Node is ino #305, version 58. Range 0x27000-0x28000

jffs2_scan_inode_node(): Node at 0x00b20408

Node is ino #305, version 60. Range 0x28000-0x29000

jffs2_scan_inode_node(): Node at 0x00b20694

Node is ino #305, version 61. Range 0x29000-0x2a000

jffs2_scan_inode_node(): Node at 0x00b20c90

Node is ino #305, version 62. Range 0x2a000-0x2b000

jffs2_scan_inode_node(): Node at 0x00b213e0

Node is ino #305, version 64. Range 0x2b000-0x2c000

jffs2_scan_inode_node(): Node at 0x00b21a28

Node is ino #305, version 65. Range 0x2c000-0x2d000

jffs2_scan_inode_node(): Node at 0x00b223f0

Node is ino #305, version 67. Range 0x2d000-0x2e000

jffs2_scan_inode_node(): Node at 0x00b22a08

Node is ino #305, version 68. Range 0x2e000-0x2f000

jffs2_scan_inode_node(): Node at 0x00b23054

Node is ino #305, version 69. Range 0x2f000-0x30000

jffs2_scan_inode_node(): Node at 0x00b237bc

Node is ino #305, version 71. Range 0x30000-0x31000

jffs2_scan_inode_node(): Node at 0x00b23dd8

Node is ino #305, version 72. Range 0x31000-0x32000

jffs2_scan_inode_node(): Node at 0x00b247f4

Node is ino #305, version 74. Range 0x32000-0x33000

jffs2_scan_inode_node(): Node at 0x00b24ce0

Node is ino #305, version 75. Range 0x33000-0x34000

jffs2_scan_inode_node(): Node at 0x00b2532c

Node is ino #305, version 76. Range 0x34000-0x35000

jffs2_scan_inode_node(): Node at 0x00b25a64

Node is ino #305, version 78. Range 0x35000-0x36000

jffs2_scan_inode_node(): Node at 0x00b2609c

Node is ino #305, version 79. Range 0x36000-0x37000

jffs2_scan_inode_node(): Node at 0x00b26b04

Node is ino #305, version 81. Range 0x37000-0x38000

jffs2_scan_inode_node(): Node at 0x00b27138

Node is ino #305, version 82. Range 0x38000-0x39000

jffs2_scan_inode_node(): Node at 0x00b2774c

Node is ino #305, version 83. Range 0x39000-0x3a000

jffs2_scan_inode_node(): Node at 0x00b27eec

Node is ino #305, version 85. Range 0x3a000-0x3b000

jffs2_scan_inode_node(): Node at 0x00b283e4

Node is ino #305, version 86. Range 0x3b000-0x3c000

jffs2_scan_inode_node(): Node at 0x00b28e18

Node is ino #305, version 88. Range 0x3c000-0x3d000

jffs2_scan_inode_node(): Node at 0x00b2945c

Node is ino #305, version 89. Range 0x3d000-0x3e000

jffs2_scan_inode_node(): Node at 0x00b29998

Node is ino #305, version 90. Range 0x3e000-0x3f000

jffs2_scan_inode_node(): Node at 0x00b2a0c0

Node is ino #305, version 92. Range 0x3f000-0x40000

jffs2_scan_inode_node(): Node at 0x00b2a6bc

Node is ino #305, version 93. Range 0x40000-0x41000

jffs2_scan_inode_node(): Node at 0x00b2b0e8

Node is ino #305, version 95. Range 0x41000-0x42000

jffs2_scan_inode_node(): Node at 0x00b2b728

Node is ino #305, version 96. Range 0x42000-0x43000

jffs2_scan_inode_node(): Node at 0x00b2bd58

Node is ino #305, version 97. Range 0x43000-0x44000

jffs2_scan_inode_node(): Node at 0x00b2c488

Node is ino #305, version 99. Range 0x44000-0x45000

jffs2_scan_inode_node(): Node at 0x00b2c9f4

Node is ino #305, version 100. Range 0x45000-0x46000

jffs2_scan_inode_node(): Node at 0x00b2d448

Node is ino #305, version 102. Range 0x46000-0x47000

jffs2_scan_inode_node(): Node at 0x00b2da08

Node is ino #305, version 103. Range 0x47000-0x48000

jffs2_scan_inode_node(): Node at 0x00b2df90

Node is ino #305, version 104. Range 0x48000-0x49000

jffs2_scan_inode_node(): Node at 0x00b2e70c

Node is ino #305, version 106. Range 0x49000-0x4a000

jffs2_scan_inode_node(): Node at 0x00b2ed30

Node is ino #305, version 107. Range 0x4a000-0x4b000

jffs2_scan_inode_node(): Node at 0x00b2f6cc

Node is ino #305, version 109. Range 0x4b000-0x4c000

jffs2_scan_inode_node(): Node at 0x00b2fc84

Node is ino #305, version 110. Range 0x4c000-0x4d000

jffs2_scan_inode_node(): Node at 0x00b302f4

Node is ino #305, version 111. Range 0x4d000-0x4e000

jffs2_scan_inode_node(): Node at 0x00b30a6c

Node is ino #305, version 113. Range 0x4e000-0x4f000

jffs2_scan_inode_node(): Node at 0x00b3111c

Node is ino #305, version 114. Range 0x4f000-0x50000

jffs2_scan_inode_node(): Node at 0x00b31af4

Node is ino #305, version 116. Range 0x50000-0x51000

jffs2_scan_inode_node(): Node at 0x00b320c8

Node is ino #305, version 117. Range 0x51000-0x52000

jffs2_scan_inode_node(): Node at 0x00b3275c

Node is ino #305, version 118. Range 0x52000-0x53000

jffs2_scan_inode_node(): Node at 0x00b32f5c

Node is ino #305, version 120. Range 0x53000-0x54000

jffs2_scan_inode_node(): Node at 0x00b3366c

Node is ino #305, version 121. Range 0x54000-0x55000

jffs2_scan_inode_node(): Node at 0x00b341f8

Node is ino #305, version 123. Range 0x55000-0x56000

jffs2_scan_inode_node(): Node at 0x00b348d8

Node is ino #305, version 124. Range 0x56000-0x57000

jffs2_scan_inode_node(): Node at 0x00b34f10

Node is ino #305, version 125. Range 0x57000-0x58000

jffs2_scan_inode_node(): Node at 0x00b356bc

Node is ino #305, version 127. Range 0x58000-0x59000

jffs2_scan_inode_node(): Node at 0x00b35d98

Node is ino #305, version 128. Range 0x59000-0x5a000

jffs2_scan_inode_node(): Node at 0x00b3681c

Node is ino #305, version 130. Range 0x5a000-0x5b000

jffs2_scan_inode_node(): Node at 0x00b36e4c

Node is ino #305, version 131. Range 0x5b000-0x5c000

jffs2_scan_inode_node(): Node at 0x00b37478

Node is ino #305, version 132. Range 0x5c000-0x5d000

jffs2_scan_inode_node(): Node at 0x00b37be4

Node is ino #305, version 134. Range 0x5d000-0x5e000

jffs2_scan_inode_node(): Node at 0x00b38218

Node is ino #305, version 135. Range 0x5e000-0x5f000

jffs2_scan_inode_node(): Node at 0x00b38c4c

Node is ino #305, version 137. Range 0x5f000-0x60000

jffs2_scan_inode_node(): Node at 0x00b3911c

Node is ino #305, version 138. Range 0x60000-0x61000

jffs2_scan_inode_node(): Node at 0x00b39860

Node is ino #305, version 139. Range 0x61000-0x62000

jffs2_scan_inode_node(): Node at 0x00b3a0dc

Node is ino #305, version 141. Range 0x62000-0x63000

jffs2_scan_inode_node(): Node at 0x00b3a724

Node is ino #305, version 142. Range 0x63000-0x64000

jffs2_scan_inode_node(): Node at 0x00b3b34c

Node is ino #305, version 144. Range 0x64000-0x65000

jffs2_scan_inode_node(): Node at 0x00b3bab0

Node is ino #305, version 145. Range 0x65000-0x66000

jffs2_scan_inode_node(): Node at 0x00b3c25c

Node is ino #305, version 146. Range 0x66000-0x67000

jffs2_scan_inode_node(): Node at 0x00b3cae8

Node is ino #305, version 148. Range 0x67000-0x68000

jffs2_scan_inode_node(): Node at 0x00b3d1bc

Node is ino #305, version 149. Range 0x68000-0x69000

jffs2_scan_inode_node(): Node at 0x00b3d8b8

Node is ino #305, version 150. Range 0x69000-0x696ac

jffs2_scan_inode_node(): Node at 0x00b3dc60

Node is ino #305, version 152. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b3dce8

jffs2_add_fd_to_list( c0ef68a0, c0f0b460 (->c0ef6620))

Dirent "libz.so.1" (hash 0x19ff80cb, ino #306

Dirent "libhistory.so.4" (hash 0x1c71e0da, ino #307

Dirent "libtcl8.3.so" (hash 0x1c8fe25e, ino #406

Dirent "libtclstub8.3.a" (hash 0x37d5f2a8, ino #408

Dirent "tclConfig.sh" (hash 0x5364ac38, ino #405

Dirent "libtcl8.3.so.1" (hash 0x80037d11, ino #493

Dirent "tcl8.3" (hash 0xd592dc13, ino #308

jffs2_scan_inode_node(): Node at 0x00b3dd1c

Node is ino #306, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b3e478

Node is ino #306, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b3efcc

Node is ino #306, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b3f7f8

Node is ino #306, version 6. Range 0x3000-0x3e5a

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00b20000: free 0x00000000, dirty 0x000048f0, used 0x0001b710

jffs2_scan_eraseblock(): Scanning block at 0xb40000

jffs2_scan_inode_node(): Node at 0x00b4000c

Allocated inocache at c0efb784

Node is ino #302, version 13. Range 0x71eb-0x8000

jffs2_scan_inode_node(): Node at 0x00b40fe0

Node is ino #302, version 15. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00b41974

Node is ino #302, version 16. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00b422a4

Node is ino #302, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00b42eb8

Node is ino #302, version 19. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00b43888

Node is ino #302, version 20. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00b448fc

Node is ino #302, version 22. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00b452fc

Node is ino #302, version 23. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00b45da0

Node is ino #302, version 24. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00b46878

Node is ino #302, version 26. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00b472fc

Node is ino #302, version 27. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00b480c8

Node is ino #302, version 29. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00b48780

Node is ino #302, version 30. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00b48cd4

Node is ino #302, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00b495a0

Node is ino #302, version 33. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00b49e48

Node is ino #302, version 34. Range 0x16000-0x169e4

jffs2_scan_inode_node(): Node at 0x00b4a3ac

Node is ino #302, version 36. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00b4a478

Node is ino #266, version 40. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00b4a4bc

Allocated inocache at c0efb798

Node is ino #303, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b4a570

jffs2_add_fd_to_list( c0efa9e0, c0f0b4c0 (->c0f0b4a0))

Dirent "lib" (hash 0x002697fa, ino #304

Dirent "tmp" (hash 0x00295e98, ino #494

Dirent "sbin" (hash 0x01c000e1, ino #409

Dirent "local" (hash 0x1256c5a2, ino #418

Dirent "share" (hash 0x135346f6, ino #444

jffs2_scan_dirent_node(): Node at 0x00b4a5e0

jffs2_add_fd_to_list( c0ef68e0, c0f0b460 (->c0ef68a0))

Dirent "libreadline.so.4" (hash 0x053fc6eb, ino #305

Dirent "libz.so.1" (hash 0x19ff80cb, ino #306

Dirent "libhistory.so.4" (hash 0x1c71e0da, ino #307

Dirent "libtcl8.3.so" (hash 0x1c8fe25e, ino #406

Dirent "libtclstub8.3.a" (hash 0x37d5f2a8, ino #408

Dirent "tclConfig.sh" (hash 0x5364ac38, ino #405

Dirent "libtcl8.3.so.1" (hash 0x80037d11, ino #493

Dirent "tcl8.3" (hash 0xd592dc13, ino #308

jffs2_scan_inode_node(): Node at 0x00b4aa44

Node is ino #305, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b4afbc

Node is ino #305, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b4b798

Node is ino #305, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b4c144

Node is ino #305, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b4c980

Node is ino #305, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b4d430

Node is ino #305, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00b4da5c

Node is ino #305, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00b4dde0

Node is ino #305, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00b4e3b0

Node is ino #305, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00b4e90c

Node is ino #305, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00b4f1e8

Node is ino #305, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00b4f550

Node is ino #305, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00b4fd80

Node is ino #305, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00b50764

Node is ino #305, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00b50f78

Node is ino #305, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00b51c64

Node is ino #305, version 24. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00b5247c

Node is ino #305, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00b52cf4

Node is ino #305, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00b53768

Node is ino #305, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00b53f9c

Node is ino #305, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00b54edc

Node is ino #305, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00b55800

Node is ino #305, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00b560f0

Node is ino #305, version 33. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00b56b9c

Node is ino #305, version 35. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00b573c8

Node is ino #305, version 36. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00b58308

Node is ino #305, version 38. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00b58c78

Node is ino #305, version 39. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00b59518

Node is ino #305, version 40. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00b59f3c

Node is ino #305, version 42. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00b5a75c

Node is ino #305, version 43. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x00b5b4bc

Node is ino #305, version 45. Range 0x1e000-0x1f000

jffs2_scan_inode_node(): Node at 0x00b5bcdc

Node is ino #305, version 46. Range 0x1f000-0x20000

jffs2_scan_inode_node(): Node at 0x00b5c54c

Node is ino #305, version 47. Range 0x20000-0x21000

jffs2_scan_inode_node(): Node at 0x00b5cec4

Node is ino #305, version 49. Range 0x21000-0x22000

jffs2_scan_inode_node(): Node at 0x00b5d814

Node is ino #305, version 50. Range 0x22000-0x23000

jffs2_scan_inode_node(): Node at 0x00b5e77c

Node is ino #305, version 52. Range 0x23000-0x24000

jffs2_scan_inode_node(): Node at 0x00b5f0cc

Node is ino #305, version 53. Range 0x24000-0x25000

jffs2_scan_inode_node(): Node at 0x00b5f994

Node is ino #305, version 54. Range 0x25000-0x25bcc

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00b40000: free 0x00000000, dirty 0x00004b34, used 0x0001b4cc

jffs2_scan_eraseblock(): Scanning block at 0xb60000

jffs2_scan_inode_node(): Node at 0x00b60868

Allocated inocache at c0efb7ac

Node is ino #290, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b611b8

Node is ino #290, version 5. Range 0x2000-0x27e4

jffs2_scan_inode_node(): Node at 0x00b61590

Node is ino #290, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b61618

jffs2_add_fd_to_list( c0efaa20, c0f0b520 (->c0f0b5e0))

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

jffs2_scan_inode_node(): Node at 0x00b61648

Allocated inocache at c0efb7c0

Node is ino #291, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b62270

Node is ino #291, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b62970

Node is ino #291, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b63190

Node is ino #291, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b63d6c

Node is ino #291, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b64688

Node is ino #291, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00b65584

Node is ino #291, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00b65e88

Node is ino #291, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00b66500

Node is ino #291, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00b667ec

Node is ino #291, version 14. Range 0x9000-0x90fc

jffs2_scan_inode_node(): Node at 0x00b668e8

Node is ino #291, version 16. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b66970

jffs2_add_fd_to_list( c0efaa60, c0f0b520 (->c0f0b5e0))

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

jffs2_scan_inode_node(): Node at 0x00b669a0

Allocated inocache at c0efb7d4

Node is ino #292, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b671b4

Node is ino #292, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b67fb8

Node is ino #292, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b68884

Node is ino #292, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b68f7c

Node is ino #292, version 7. Range 0x4000-0x489a

jffs2_scan_inode_node(): Node at 0x00b6939c

Node is ino #292, version 9. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b69424

jffs2_add_fd_to_list( c0efaaa0, c0f0b520 (->c0f0b5e0))

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

jffs2_scan_inode_node(): Node at 0x00b69638

Allocated inocache at c0efb7e8

Node is ino #293, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b69ddc

Node is ino #293, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b6aba0

Node is ino #293, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b6b49c

Node is ino #293, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b6bcc4

Node is ino #293, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b6ca98

Node is ino #293, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00b6d410

Node is ino #293, version 11. Range 0x6000-0x6cc0

jffs2_scan_inode_node(): Node at 0x00b6d988

Node is ino #293, version 13. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00b6d9cc

Allocated inocache at c0efb7fc

Node is ino #294, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00b6da40

Allocated inocache at c0efb810

Node is ino #295, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b6daf8

jffs2_add_fd_to_list( c0ef6920, c0f0b520 (->c0f0b5e0))

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

jffs2_scan_inode_node(): Node at 0x00b6df38

Allocated inocache at c0efb824

Node is ino #296, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b6e7e8

Node is ino #296, version 4. Range 0x1000-0x168c

jffs2_scan_inode_node(): Node at 0x00b6eb2c

Node is ino #296, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b6ebb4

jffs2_add_fd_to_list( c0ef6960, c0f0b520 (->c0f0b5e0))

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b6ebe4

Allocated inocache at c0efb838

Node is ino #297, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b6f6e8

Node is ino #297, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b6ffdc

Node is ino #297, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b70f40

Node is ino #297, version 7. Range 0x3000-0x3f24

jffs2_scan_inode_node(): Node at 0x00b715a8

Node is ino #297, version 9. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00b715ec

Allocated inocache at c0efb84c

Node is ino #298, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b716a0

jffs2_add_fd_to_list( c0efab80, c0f0b520 (->c0f0b5e0))

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b716d0

Allocated inocache at c0efb860

Node is ino #299, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b71f64

Node is ino #299, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b72ac4

Node is ino #299, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b73314

Node is ino #299, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b73f0c

Node is ino #299, version 8. Range 0x4000-0x4a91

jffs2_scan_inode_node(): Node at 0x00b7448c

Node is ino #299, version 10. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b74514

jffs2_add_fd_to_list( c0efabc0, c0f0b520 (->c0f0b5e0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b74540

Allocated inocache at c0efb874

Node is ino #300, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b74cdc

Node is ino #300, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b75978

Node is ino #300, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b76318

Node is ino #300, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b76bec

Node is ino #300, version 7. Range 0x4000-0x4558

jffs2_scan_inode_node(): Node at 0x00b76e9c

Node is ino #300, version 9. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b76f24

jffs2_add_fd_to_list( c0efac00, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b77164

Allocated inocache at c0efb888

Node is ino #301, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b77984

Node is ino #301, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b78abc

Node is ino #301, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b79438

Node is ino #301, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b79cd8

Node is ino #301, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b7a5f0

Node is ino #301, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00b7ad50

Node is ino #301, version 11. Range 0x6000-0x6677

jffs2_scan_inode_node(): Node at 0x00b7b0a8

Node is ino #301, version 13. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b7b130

jffs2_add_fd_to_list( c0efac40, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b7b160

Node is ino #302, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b7ba80

Node is ino #302, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b7c380

Node is ino #302, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b7d46c

Node is ino #302, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b7df0c

Node is ino #302, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b7e858

Node is ino #302, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00b7f4b0

Node is ino #302, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00b7fe2c

Node is ino #302, version 12. Range 0x7000-0x71eb

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00b60000: free 0x00000000, dirty 0x000059e0, used 0x0001a620

jffs2_scan_eraseblock(): Scanning block at 0xb80000

jffs2_scan_inode_node(): Node at 0x00b8000c

Allocated inocache at c0efb89c

Node is ino #280, version 11. Range 0x568c-0x6000

jffs2_scan_inode_node(): Node at 0x00b803d0

Node is ino #280, version 12. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00b80b98

Node is ino #280, version 13. Range 0x7000-0x76cb

jffs2_scan_inode_node(): Node at 0x00b80edc

Node is ino #280, version 15. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b80f64

jffs2_add_fd_to_list( c0efac80, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b80f90

Allocated inocache at c0efb8b0

Node is ino #281, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b816fc

Node is ino #281, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b82504

Node is ino #281, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b82e08

Node is ino #281, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b83894

Node is ino #281, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b841f4

Node is ino #281, version 8. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00b84b2c

Node is ino #281, version 9. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00b85578

Node is ino #281, version 11. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00b85d60

Node is ino #281, version 12. Range 0x8000-0x83a3

jffs2_scan_inode_node(): Node at 0x00b85f74

Node is ino #281, version 14. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b85ffc

jffs2_add_fd_to_list( c0efacc0, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b86028

Allocated inocache at c0efb8c4

Node is ino #282, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b86e98

Node is ino #282, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b877d4

Node is ino #282, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b87ec4

Node is ino #282, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b88614

Node is ino #282, version 7. Range 0x4000-0x4092

jffs2_scan_inode_node(): Node at 0x00b88710

Node is ino #282, version 9. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b88798

jffs2_add_fd_to_list( c0efad00, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b887c8

Allocated inocache at c0efb8d8

Node is ino #283, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b89000

Node is ino #283, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b89c50

Node is ino #283, version 5. Range 0x2000-0x2c60

jffs2_scan_inode_node(): Node at 0x00b8a1dc

Node is ino #283, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b8a264

jffs2_add_fd_to_list( c0efad40, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b8a294

Allocated inocache at c0efb8ec

Node is ino #284, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b8b280

Node is ino #284, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b8bc3c

Node is ino #284, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b8c5e8

Node is ino #284, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b8d084

Node is ino #284, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b8d8dc

Node is ino #284, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00b8eb88

Node is ino #284, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00b8f5b8

Node is ino #284, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00b90014

Node is ino #284, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00b90df8

Node is ino #284, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00b91780

Node is ino #284, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00b928f4

Node is ino #284, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00b931d4

Node is ino #284, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00b938b4

Node is ino #284, version 20. Range 0xd000-0xd84c

jffs2_scan_inode_node(): Node at 0x00b93b90

Node is ino #284, version 22. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b93c18

jffs2_add_fd_to_list( c0efad80, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b9416c

Allocated inocache at c0efb900

Node is ino #285, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b949d0

Node is ino #285, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b95300

Node is ino #285, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b95c18

Node is ino #285, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b963a0

Node is ino #285, version 8. Range 0x4000-0x431e

jffs2_scan_inode_node(): Node at 0x00b965a8

Node is ino #285, version 10. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b96630

jffs2_add_fd_to_list( c0efadc0, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b96660

Allocated inocache at c0efb914

Node is ino #286, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b97020

Node is ino #286, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b978ec

Node is ino #286, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00b98978

Node is ino #286, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00b99294

Node is ino #286, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00b99c68

Node is ino #286, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00b9a408

Node is ino #286, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00b9abcc

Node is ino #286, version 12. Range 0x7000-0x73a8

jffs2_scan_inode_node(): Node at 0x00b9addc

Node is ino #286, version 14. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b9ae64

jffs2_add_fd_to_list( c0efae00, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b9ae94

Allocated inocache at c0efb928

Node is ino #287, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b9bb5c

Node is ino #287, version 4. Range 0x1000-0x1cc0

jffs2_scan_inode_node(): Node at 0x00b9c274

Node is ino #287, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b9c2fc

jffs2_add_fd_to_list( c0ef69a0, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b9c32c

Allocated inocache at c0efb93c

Node is ino #288, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b9d338

Node is ino #288, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00b9dc18

Node is ino #288, version 5. Range 0x2000-0x2c78

jffs2_scan_inode_node(): Node at 0x00b9e1a4

Node is ino #288, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b9e22c

jffs2_add_fd_to_list( c0efae60, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b9e25c

Allocated inocache at c0efb950

Node is ino #289, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00b9ef4c

Node is ino #289, version 4. Range 0x1000-0x1d04

jffs2_scan_inode_node(): Node at 0x00b9f694

Node is ino #289, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00b9f71c

jffs2_add_fd_to_list( c0efaea0, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00b9f74c

Node is ino #290, version 2. Range 0x0-0x1000

Found empty flash at 0xb9ff74

Empty flash detected from 0x00b9ff74 to 0x00ba0000

Block at 0x00b80000: free 0x0000008c, dirty 0x00005a50, used 0x0001a524

jffs2_scan_eraseblock(): Scanning block at 0xba0000

jffs2_scan_inode_node(): Node at 0x00ba000c

Allocated inocache at c0efb964

Node is ino #276, version 5. Range 0x1c3f-0x2000

jffs2_scan_inode_node(): Node at 0x00ba0280

Node is ino #276, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ba1090

Node is ino #276, version 8. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ba1930

Node is ino #276, version 9. Range 0x4000-0x47d8

jffs2_scan_inode_node(): Node at 0x00ba1c04

Node is ino #276, version 11. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ba1c8c

jffs2_add_fd_to_list( c0efaee0, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "head" (hash 0x01992c30, ino #277

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00ba1cb8

Allocated inocache at c0efb978

Node is ino #277, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ba2a78

Node is ino #277, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ba3380

Node is ino #277, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ba3a8c

Node is ino #277, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ba3b14

jffs2_add_fd_to_list( c0efaf20, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "head" (hash 0x01992c30, ino #277

Dirent "grep" (hash 0x0199fe4e, ino #278

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00ba4230

Allocated inocache at c0efb98c

Node is ino #278, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ba4980

Node is ino #278, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ba5338

Node is ino #278, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ba5f84

Node is ino #278, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ba66e0

Node is ino #278, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00ba77c0

Node is ino #278, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00ba8184

Node is ino #278, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00ba8bb8

Node is ino #278, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00ba99e0

Node is ino #278, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00baa3a4

Node is ino #278, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00bab594

Node is ino #278, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00babee4

Node is ino #278, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00bac7c4

Node is ino #278, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00bad060

Node is ino #278, version 21. Range 0xd000-0xd840

jffs2_scan_inode_node(): Node at 0x00bad33c

Node is ino #278, version 23. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00bad3c4

jffs2_add_fd_to_list( c0efaf60, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "head" (hash 0x01992c30, ino #277

Dirent "grep" (hash 0x0199fe4e, ino #278

Dirent "mawk" (hash 0x01aa6a69, ino #279

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00bad3f0

Allocated inocache at c0efb9a0

Node is ino #279, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00badb38

Node is ino #279, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00bae5a8

Node is ino #279, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00baee78

Node is ino #279, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00bafd54

Node is ino #279, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00bb05b0

Node is ino #279, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00bb0ed4

Node is ino #279, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00bb168c

Node is ino #279, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00bb1e44

Node is ino #279, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00bb2d8c

Node is ino #279, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00bb3680

Node is ino #279, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00bb3e30

Node is ino #279, version 17. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00bb46f0

Node is ino #279, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00bb4f58

Node is ino #279, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00bb5e64

Node is ino #279, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00bb67c8

Node is ino #279, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00bb6f9c

Node is ino #279, version 24. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00bb7a90

Node is ino #279, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00bb835c

Node is ino #279, version 27. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00bb9310

Node is ino #279, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00bb9c58

Node is ino #279, version 30. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00bba500

Node is ino #279, version 31. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00bbaeb4

Node is ino #279, version 33. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00bbb530

Node is ino #279, version 34. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00bbbb2c

Node is ino #279, version 36. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00bbbd60

Node is ino #279, version 37. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00bbc2dc

Node is ino #279, version 38. Range 0x1a000-0x1ad18

jffs2_scan_inode_node(): Node at 0x00bbc5f0

Node is ino #279, version 40. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00bbc678

jffs2_add_fd_to_list( c0efafa0, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "head" (hash 0x01992c30, ino #277

Dirent "grep" (hash 0x0199fe4e, ino #278

Dirent "mawk" (hash 0x01aa6a69, ino #279

Dirent "tail" (hash 0x01c33f61, ino #280

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00bbc7e8

Node is ino #280, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00bbcfd8

Node is ino #280, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00bbe03c

Node is ino #280, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00bbe9dc

Node is ino #280, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00bbf21c

Node is ino #280, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00bbfc0c

Node is ino #280, version 10. Range 0x5000-0x568c

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00ba0000: free 0x00000000, dirty 0x00005858, used 0x0001a7a8

jffs2_scan_eraseblock(): Scanning block at 0xbc0000

jffs2_scan_inode_node(): Node at 0x00bc02e4

Allocated inocache at c0efb9b4

Node is ino #271, version 280. Range 0xc4000-0xc5000

jffs2_scan_inode_node(): Node at 0x00bc0b14

Node is ino #271, version 281. Range 0xc5000-0xc6000

jffs2_scan_inode_node(): Node at 0x00bc1344

Node is ino #271, version 282. Range 0xc6000-0xc7000

jffs2_scan_inode_node(): Node at 0x00bc1df4

Node is ino #271, version 284. Range 0xc7000-0xc8000

jffs2_scan_inode_node(): Node at 0x00bc2604

Node is ino #271, version 285. Range 0xc8000-0xc9000

jffs2_scan_inode_node(): Node at 0x00bc3324

Node is ino #271, version 287. Range 0xc9000-0xca000

jffs2_scan_inode_node(): Node at 0x00bc3a34

Node is ino #271, version 288. Range 0xca000-0xcb000

jffs2_scan_inode_node(): Node at 0x00bc40cc

Node is ino #271, version 289. Range 0xcb000-0xcc000

jffs2_scan_inode_node(): Node at 0x00bc4b5c

Node is ino #271, version 291. Range 0xcc000-0xcd000

jffs2_scan_inode_node(): Node at 0x00bc5348

Node is ino #271, version 292. Range 0xcd000-0xce000

jffs2_scan_inode_node(): Node at 0x00bc6150

Node is ino #271, version 294. Range 0xce000-0xcf000

jffs2_scan_inode_node(): Node at 0x00bc6928

Node is ino #271, version 295. Range 0xcf000-0xd0000

jffs2_scan_inode_node(): Node at 0x00bc7104

Node is ino #271, version 296. Range 0xd0000-0xd1000

jffs2_scan_inode_node(): Node at 0x00bc7b84

Node is ino #271, version 298. Range 0xd1000-0xd2000

jffs2_scan_inode_node(): Node at 0x00bc8360

Node is ino #271, version 299. Range 0xd2000-0xd3000

jffs2_scan_inode_node(): Node at 0x00bc916c

Node is ino #271, version 301. Range 0xd3000-0xd4000

jffs2_scan_inode_node(): Node at 0x00bc996c

Node is ino #271, version 302. Range 0xd4000-0xd40ca

jffs2_scan_inode_node(): Node at 0x00bc9b2c

Node is ino #271, version 306. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00bc9bb4

jffs2_add_fd_to_list( c0efafe0, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "tee" (hash 0x00291a7d, ino #272

Dirent "head" (hash 0x01992c30, ino #277

Dirent "grep" (hash 0x0199fe4e, ino #278

Dirent "mawk" (hash 0x01aa6a69, ino #279

Dirent "tail" (hash 0x01c33f61, ino #280

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00bc9be0

Allocated inocache at c0efb9c8

Node is ino #272, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00bca420

Node is ino #272, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00bcad0c

Node is ino #272, version 4. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00bcb438

Node is ino #272, version 5. Range 0x3000-0x3fca

jffs2_scan_inode_node(): Node at 0x00bcbbd0

Node is ino #272, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00bcbc58

jffs2_add_fd_to_list( c0eed200, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "scp" (hash 0x0028bfc8, ino #273

Dirent "tee" (hash 0x00291a7d, ino #272

Dirent "head" (hash 0x01992c30, ino #277

Dirent "grep" (hash 0x0199fe4e, ino #278

Dirent "mawk" (hash 0x01aa6a69, ino #279

Dirent "tail" (hash 0x01c33f61, ino #280

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00bcbf64

Allocated inocache at c0efb9dc

Node is ino #273, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00bcc730

Node is ino #273, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00bcd91c

Node is ino #273, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00bce360

Node is ino #273, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00bcedd8

Node is ino #273, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00bcfb30

Node is ino #273, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00bd0450

Node is ino #273, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00bd1154

Node is ino #273, version 13. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00bd194c

Node is ino #273, version 14. Range 0x8000-0x87b5

jffs2_scan_inode_node(): Node at 0x00bd1d10

Node is ino #273, version 16. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00bd1d98

jffs2_add_fd_to_list( c0eed240, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "scp" (hash 0x0028bfc8, ino #273

Dirent "tee" (hash 0x00291a7d, ino #272

Dirent "tty" (hash 0x00299a31, ino #274

Dirent "head" (hash 0x01992c30, ino #277

Dirent "grep" (hash 0x0199fe4e, ino #278

Dirent "mawk" (hash 0x01aa6a69, ino #279

Dirent "tail" (hash 0x01c33f61, ino #280

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00bd1dc4

Allocated inocache at c0efb9f0

Node is ino #274, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00bd2cb4

Node is ino #274, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00bd35b4

Node is ino #274, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00bd3c8c

Node is ino #274, version 6. Range 0x3000-0x3a0c

jffs2_scan_inode_node(): Node at 0x00bd41bc

Node is ino #274, version 8. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00bd4244

jffs2_add_fd_to_list( c0eed280, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "scp" (hash 0x0028bfc8, ino #273

Dirent "tee" (hash 0x00291a7d, ino #272

Dirent "tty" (hash 0x00299a31, ino #274

Dirent "find" (hash 0x0193b520, ino #275

Dirent "head" (hash 0x01992c30, ino #277

Dirent "grep" (hash 0x0199fe4e, ino #278

Dirent "mawk" (hash 0x01aa6a69, ino #279

Dirent "tail" (hash 0x01c33f61, ino #280

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00bd4530

Allocated inocache at c0efba04

Node is ino #275, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00bd4cdc

Node is ino #275, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00bd5cb8

Node is ino #275, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00bd6688

Node is ino #275, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00bd6d3c

Node is ino #275, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00bd7958

Node is ino #275, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00bd8168

Node is ino #275, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00bd920c

Node is ino #275, version 13. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00bd9bcc

Node is ino #275, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00bda598

Node is ino #275, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00bdb078

Node is ino #275, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00bdb944

Node is ino #275, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00bdcb00

Node is ino #275, version 20. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00bdd47c

Node is ino #275, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00bddc70

Node is ino #275, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00bde8b8

Node is ino #275, version 24. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00bdec88

Node is ino #275, version 25. Range 0x10000-0x10878

jffs2_scan_inode_node(): Node at 0x00bdef50

Node is ino #275, version 27. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00bdefd8

jffs2_add_fd_to_list( c0eed2c0, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "scp" (hash 0x0028bfc8, ino #273

Dirent "tee" (hash 0x00291a7d, ino #272

Dirent "tty" (hash 0x00299a31, ino #274

Dirent "find" (hash 0x0193b520, ino #275

Dirent "expr" (hash 0x01952057, ino #276

Dirent "head" (hash 0x01992c30, ino #277

Dirent "grep" (hash 0x0199fe4e, ino #278

Dirent "mawk" (hash 0x01aa6a69, ino #279

Dirent "tail" (hash 0x01c33f61, ino #280

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00bdf004

Node is ino #276, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00bdf9a0

Node is ino #276, version 4. Range 0x1000-0x1c3f

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00bc0000: free 0x00000000, dirty 0x000064e0, used 0x00019b20

jffs2_scan_eraseblock(): Scanning block at 0xbe0000

jffs2_scan_inode_node(): Node at 0x00be000c

Node is ino #271, version 200. Range 0x8c450-0x8d000

jffs2_scan_inode_node(): Node at 0x00be0d70

Node is ino #271, version 202. Range 0x8d000-0x8e000

jffs2_scan_inode_node(): Node at 0x00be1728

Node is ino #271, version 203. Range 0x8e000-0x8f000

jffs2_scan_inode_node(): Node at 0x00be213c

Node is ino #271, version 204. Range 0x8f000-0x90000

jffs2_scan_inode_node(): Node at 0x00be2be4

Node is ino #271, version 206. Range 0x90000-0x91000

jffs2_scan_inode_node(): Node at 0x00be335c

Node is ino #271, version 207. Range 0x91000-0x92000

jffs2_scan_inode_node(): Node at 0x00be3f90

Node is ino #271, version 209. Range 0x92000-0x93000

jffs2_scan_inode_node(): Node at 0x00be4620

Node is ino #271, version 210. Range 0x93000-0x94000

jffs2_scan_inode_node(): Node at 0x00be4d14

Node is ino #271, version 211. Range 0x94000-0x95000

jffs2_scan_inode_node(): Node at 0x00be5700

Node is ino #271, version 213. Range 0x95000-0x96000

jffs2_scan_inode_node(): Node at 0x00be5da8

Node is ino #271, version 214. Range 0x96000-0x97000

jffs2_scan_inode_node(): Node at 0x00be6a18

Node is ino #271, version 216. Range 0x97000-0x98000

jffs2_scan_inode_node(): Node at 0x00be707c

Node is ino #271, version 217. Range 0x98000-0x99000

jffs2_scan_inode_node(): Node at 0x00be76ec

Node is ino #271, version 218. Range 0x99000-0x9a000

jffs2_scan_inode_node(): Node at 0x00be86f8

Node is ino #271, version 220. Range 0x9a000-0x9b000

jffs2_scan_inode_node(): Node at 0x00be937c

Node is ino #271, version 221. Range 0x9b000-0x9c000

jffs2_scan_inode_node(): Node at 0x00bea3f8

Node is ino #271, version 223. Range 0x9c000-0x9d000

jffs2_scan_inode_node(): Node at 0x00beabcc

Node is ino #271, version 224. Range 0x9d000-0x9e000

jffs2_scan_inode_node(): Node at 0x00beb0c4

Node is ino #271, version 225. Range 0x9e000-0x9f000

jffs2_scan_inode_node(): Node at 0x00beba54

Node is ino #271, version 227. Range 0x9f000-0xa0000

jffs2_scan_inode_node(): Node at 0x00bec09c

Node is ino #271, version 228. Range 0xa0000-0xa1000

jffs2_scan_inode_node(): Node at 0x00becd10

Node is ino #271, version 230. Range 0xa1000-0xa2000

jffs2_scan_inode_node(): Node at 0x00bed438

Node is ino #271, version 231. Range 0xa2000-0xa3000

jffs2_scan_inode_node(): Node at 0x00bedaa8

Node is ino #271, version 232. Range 0xa3000-0xa4000

jffs2_scan_inode_node(): Node at 0x00bee3c0

Node is ino #271, version 234. Range 0xa4000-0xa5000

jffs2_scan_inode_node(): Node at 0x00beebe4

Node is ino #271, version 235. Range 0xa5000-0xa6000

jffs2_scan_inode_node(): Node at 0x00bf00f0

Node is ino #271, version 237. Range 0xa6000-0xa7000

jffs2_scan_inode_node(): Node at 0x00bf1134

Node is ino #271, version 238. Range 0xa7000-0xa8000

jffs2_scan_inode_node(): Node at 0x00bf2178

Node is ino #271, version 239. Range 0xa8000-0xa9000

jffs2_scan_inode_node(): Node at 0x00bf32e0

Node is ino #271, version 241. Range 0xa9000-0xaa000

jffs2_scan_inode_node(): Node at 0x00bf38c0

Node is ino #271, version 242. Range 0xaa000-0xab000

jffs2_scan_inode_node(): Node at 0x00bf44c8

Node is ino #271, version 244. Range 0xab000-0xac000

jffs2_scan_inode_node(): Node at 0x00bf4be0

Node is ino #271, version 245. Range 0xac000-0xad000

jffs2_scan_inode_node(): Node at 0x00bf537c

Node is ino #271, version 246. Range 0xad000-0xae000

jffs2_scan_inode_node(): Node at 0x00bf5f14

Node is ino #271, version 248. Range 0xae000-0xaf000

jffs2_scan_inode_node(): Node at 0x00bf65f4

Node is ino #271, version 249. Range 0xaf000-0xb0000

jffs2_scan_inode_node(): Node at 0x00bf7130

Node is ino #271, version 251. Range 0xb0000-0xb1000

jffs2_scan_inode_node(): Node at 0x00bf7744

Node is ino #271, version 252. Range 0xb1000-0xb2000

jffs2_scan_inode_node(): Node at 0x00bf7cd0

Node is ino #271, version 253. Range 0xb2000-0xb3000

jffs2_scan_inode_node(): Node at 0x00bf8620

Node is ino #271, version 255. Range 0xb3000-0xb4000

jffs2_scan_inode_node(): Node at 0x00bf8d28

Node is ino #271, version 256. Range 0xb4000-0xb5000

jffs2_scan_inode_node(): Node at 0x00bf9ab8

Node is ino #271, version 258. Range 0xb5000-0xb6000

jffs2_scan_inode_node(): Node at 0x00bfa208

Node is ino #271, version 259. Range 0xb6000-0xb7000

jffs2_scan_inode_node(): Node at 0x00bfaa54

Node is ino #271, version 260. Range 0xb7000-0xb8000

jffs2_scan_inode_node(): Node at 0x00bfade4

Node is ino #271, version 262. Range 0xb8000-0xb9000

jffs2_scan_inode_node(): Node at 0x00bfae90

Node is ino #271, version 263. Range 0xb9000-0xba000

jffs2_scan_inode_node(): Node at 0x00bfafdc

Node is ino #271, version 265. Range 0xba000-0xbb000

jffs2_scan_inode_node(): Node at 0x00bfb0c0

Node is ino #271, version 266. Range 0xbb000-0xbc000

jffs2_scan_inode_node(): Node at 0x00bfb7e8

Node is ino #271, version 267. Range 0xbc000-0xbd000

jffs2_scan_inode_node(): Node at 0x00bfc0a4

Node is ino #271, version 269. Range 0xbd000-0xbe000

jffs2_scan_inode_node(): Node at 0x00bfc6dc

Node is ino #271, version 270. Range 0xbe000-0xbf000

jffs2_scan_inode_node(): Node at 0x00bfd210

Node is ino #271, version 272. Range 0xbf000-0xc0000

jffs2_scan_inode_node(): Node at 0x00bfd874

Node is ino #271, version 273. Range 0xc0000-0xc1000

jffs2_scan_inode_node(): Node at 0x00bfe080

Node is ino #271, version 274. Range 0xc1000-0xc2000

jffs2_scan_inode_node(): Node at 0x00bfeb1c

Node is ino #271, version 276. Range 0xc2000-0xc3000

jffs2_scan_inode_node(): Node at 0x00bff33c

Node is ino #271, version 277. Range 0xc3000-0xc4000

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00be0000: free 0x00000000, dirty 0x00005ca0, used 0x0001a360

jffs2_scan_eraseblock(): Scanning block at 0xc00000

jffs2_scan_inode_node(): Node at 0x00c0000c

Node is ino #271, version 131. Range 0x5b000-0x5c000

jffs2_scan_inode_node(): Node at 0x00c00a28

Node is ino #271, version 132. Range 0x5c000-0x5d000

jffs2_scan_inode_node(): Node at 0x00c01284

Node is ino #271, version 133. Range 0x5d000-0x5e000

jffs2_scan_inode_node(): Node at 0x00c01eb8

Node is ino #271, version 135. Range 0x5e000-0x5f000

jffs2_scan_inode_node(): Node at 0x00c02758

Node is ino #271, version 136. Range 0x5f000-0x60000

jffs2_scan_inode_node(): Node at 0x00c03700

Node is ino #271, version 138. Range 0x60000-0x61000

jffs2_scan_inode_node(): Node at 0x00c03f90

Node is ino #271, version 139. Range 0x61000-0x62000

jffs2_scan_inode_node(): Node at 0x00c04794

Node is ino #271, version 140. Range 0x62000-0x63000

jffs2_scan_inode_node(): Node at 0x00c05348

Node is ino #271, version 142. Range 0x63000-0x64000

jffs2_scan_inode_node(): Node at 0x00c05c20

Node is ino #271, version 143. Range 0x64000-0x65000

jffs2_scan_inode_node(): Node at 0x00c06c1c

Node is ino #271, version 145. Range 0x65000-0x66000

jffs2_scan_inode_node(): Node at 0x00c07578

Node is ino #271, version 146. Range 0x66000-0x67000

jffs2_scan_inode_node(): Node at 0x00c07fa8

Node is ino #271, version 147. Range 0x67000-0x68000

jffs2_scan_inode_node(): Node at 0x00c08a9c

Node is ino #271, version 149. Range 0x68000-0x69000

jffs2_scan_inode_node(): Node at 0x00c0909c

Node is ino #271, version 150. Range 0x69000-0x6a000

jffs2_scan_inode_node(): Node at 0x00c0a094

Node is ino #271, version 152. Range 0x6a000-0x6b000

jffs2_scan_inode_node(): Node at 0x00c0a97c

Node is ino #271, version 153. Range 0x6b000-0x6c000

jffs2_scan_inode_node(): Node at 0x00c0b1f8

Node is ino #271, version 154. Range 0x6c000-0x6d000

jffs2_scan_inode_node(): Node at 0x00c0bea8

Node is ino #271, version 156. Range 0x6d000-0x6e000

jffs2_scan_inode_node(): Node at 0x00c0c480

Node is ino #271, version 157. Range 0x6e000-0x6f000

jffs2_scan_inode_node(): Node at 0x00c0d1e8

Node is ino #271, version 159. Range 0x6f000-0x70000

jffs2_scan_inode_node(): Node at 0x00c0d894

Node is ino #271, version 160. Range 0x70000-0x71000

jffs2_scan_inode_node(): Node at 0x00c0e0ac

Node is ino #271, version 161. Range 0x71000-0x72000

jffs2_scan_inode_node(): Node at 0x00c0ebfc

Node is ino #271, version 163. Range 0x72000-0x73000

jffs2_scan_inode_node(): Node at 0x00c0f554

Node is ino #271, version 164. Range 0x73000-0x74000

jffs2_scan_inode_node(): Node at 0x00c10390

Node is ino #271, version 166. Range 0x74000-0x75000

jffs2_scan_inode_node(): Node at 0x00c10a28

Node is ino #271, version 167. Range 0x75000-0x76000

jffs2_scan_inode_node(): Node at 0x00c113cc

Node is ino #271, version 168. Range 0x76000-0x77000

jffs2_scan_inode_node(): Node at 0x00c120f0

Node is ino #271, version 170. Range 0x77000-0x78000

jffs2_scan_inode_node(): Node at 0x00c129ac

Node is ino #271, version 171. Range 0x78000-0x79000

jffs2_scan_inode_node(): Node at 0x00c1394c

Node is ino #271, version 173. Range 0x79000-0x7a000

jffs2_scan_inode_node(): Node at 0x00c1411c

Node is ino #271, version 174. Range 0x7a000-0x7b000

jffs2_scan_inode_node(): Node at 0x00c148d8

Node is ino #271, version 175. Range 0x7b000-0x7c000

jffs2_scan_inode_node(): Node at 0x00c153a4

Node is ino #271, version 177. Range 0x7c000-0x7d000

jffs2_scan_inode_node(): Node at 0x00c15c88

Node is ino #271, version 178. Range 0x7d000-0x7e000

jffs2_scan_inode_node(): Node at 0x00c16bf4

Node is ino #271, version 180. Range 0x7e000-0x7f000

jffs2_scan_inode_node(): Node at 0x00c174f4

Node is ino #271, version 181. Range 0x7f000-0x80000

jffs2_scan_inode_node(): Node at 0x00c17e20

Node is ino #271, version 182. Range 0x80000-0x81000

jffs2_scan_inode_node(): Node at 0x00c189bc

Node is ino #271, version 184. Range 0x81000-0x82000

jffs2_scan_inode_node(): Node at 0x00c192fc

Node is ino #271, version 185. Range 0x82000-0x83000

jffs2_scan_inode_node(): Node at 0x00c1a1dc

Node is ino #271, version 187. Range 0x83000-0x84000

jffs2_scan_inode_node(): Node at 0x00c1ab54

Node is ino #271, version 188. Range 0x84000-0x85000

jffs2_scan_inode_node(): Node at 0x00c1b3fc

Node is ino #271, version 189. Range 0x85000-0x86000

jffs2_scan_inode_node(): Node at 0x00c1c034

Node is ino #271, version 191. Range 0x86000-0x87000

jffs2_scan_inode_node(): Node at 0x00c1c998

Node is ino #271, version 192. Range 0x87000-0x88000

jffs2_scan_inode_node(): Node at 0x00c1d948

Node is ino #271, version 194. Range 0x88000-0x89000

jffs2_scan_inode_node(): Node at 0x00c1e104

Node is ino #271, version 195. Range 0x89000-0x8a000

jffs2_scan_inode_node(): Node at 0x00c1e97c

Node is ino #271, version 196. Range 0x8a000-0x8b000

jffs2_scan_inode_node(): Node at 0x00c1f42c

Node is ino #271, version 198. Range 0x8b000-0x8c000

jffs2_scan_inode_node(): Node at 0x00c1fca4

Node is ino #271, version 199. Range 0x8c000-0x8c450

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00c00000: free 0x00000000, dirty 0x000056e8, used 0x0001a918

jffs2_scan_eraseblock(): Scanning block at 0xc20000

jffs2_scan_inode_node(): Node at 0x00c2000c

Node is ino #271, version 58. Range 0x27ccf-0x28000

jffs2_scan_inode_node(): Node at 0x00c2021c

Node is ino #271, version 59. Range 0x28000-0x29000

jffs2_scan_inode_node(): Node at 0x00c21100

Node is ino #271, version 61. Range 0x29000-0x2a000

jffs2_scan_inode_node(): Node at 0x00c21980

Node is ino #271, version 62. Range 0x2a000-0x2b000

jffs2_scan_inode_node(): Node at 0x00c22220

Node is ino #271, version 63. Range 0x2b000-0x2c000

jffs2_scan_inode_node(): Node at 0x00c22e08

Node is ino #271, version 65. Range 0x2c000-0x2d000

jffs2_scan_inode_node(): Node at 0x00c236d0

Node is ino #271, version 66. Range 0x2d000-0x2e000

jffs2_scan_inode_node(): Node at 0x00c245b8

Node is ino #271, version 68. Range 0x2e000-0x2f000

jffs2_scan_inode_node(): Node at 0x00c24ccc

Node is ino #271, version 69. Range 0x2f000-0x30000

jffs2_scan_inode_node(): Node at 0x00c25438

Node is ino #271, version 70. Range 0x30000-0x31000

jffs2_scan_inode_node(): Node at 0x00c2613c

Node is ino #271, version 72. Range 0x31000-0x32000

jffs2_scan_inode_node(): Node at 0x00c26b04

Node is ino #271, version 73. Range 0x32000-0x33000

jffs2_scan_inode_node(): Node at 0x00c277c4

Node is ino #271, version 75. Range 0x33000-0x34000

jffs2_scan_inode_node(): Node at 0x00c27c94

Node is ino #271, version 76. Range 0x34000-0x35000

jffs2_scan_inode_node(): Node at 0x00c280f8

Node is ino #271, version 77. Range 0x35000-0x36000

jffs2_scan_inode_node(): Node at 0x00c28d6c

Node is ino #271, version 79. Range 0x36000-0x37000

jffs2_scan_inode_node(): Node at 0x00c296f0

Node is ino #271, version 80. Range 0x37000-0x38000

jffs2_scan_inode_node(): Node at 0x00c2a5f4

Node is ino #271, version 82. Range 0x38000-0x39000

jffs2_scan_inode_node(): Node at 0x00c2ad18

Node is ino #271, version 83. Range 0x39000-0x3a000

jffs2_scan_inode_node(): Node at 0x00c2b5a0

Node is ino #271, version 84. Range 0x3a000-0x3b000

jffs2_scan_inode_node(): Node at 0x00c2c25c

Node is ino #271, version 86. Range 0x3b000-0x3c000

jffs2_scan_inode_node(): Node at 0x00c2cbd8

Node is ino #271, version 87. Range 0x3c000-0x3d000

jffs2_scan_inode_node(): Node at 0x00c2da6c

Node is ino #271, version 89. Range 0x3d000-0x3e000

jffs2_scan_inode_node(): Node at 0x00c2e31c

Node is ino #271, version 90. Range 0x3e000-0x3f000

jffs2_scan_inode_node(): Node at 0x00c2ed34

Node is ino #271, version 91. Range 0x3f000-0x40000

jffs2_scan_inode_node(): Node at 0x00c2f9e4

Node is ino #271, version 93. Range 0x40000-0x41000

jffs2_scan_inode_node(): Node at 0x00c302e0

Node is ino #271, version 94. Range 0x41000-0x42000

jffs2_scan_inode_node(): Node at 0x00c30cfc

Node is ino #271, version 96. Range 0x42000-0x43000

jffs2_scan_inode_node(): Node at 0x00c31208

Node is ino #271, version 97. Range 0x43000-0x44000

jffs2_scan_inode_node(): Node at 0x00c31b68

Node is ino #271, version 98. Range 0x44000-0x45000

jffs2_scan_inode_node(): Node at 0x00c32660

Node is ino #271, version 100. Range 0x45000-0x46000

jffs2_scan_inode_node(): Node at 0x00c32d04

Node is ino #271, version 101. Range 0x46000-0x47000

jffs2_scan_inode_node(): Node at 0x00c33a74

Node is ino #271, version 103. Range 0x47000-0x48000

jffs2_scan_inode_node(): Node at 0x00c341a8

Node is ino #271, version 104. Range 0x48000-0x49000

jffs2_scan_inode_node(): Node at 0x00c348b8

Node is ino #271, version 105. Range 0x49000-0x4a000

jffs2_scan_inode_node(): Node at 0x00c35040

Node is ino #271, version 107. Range 0x4a000-0x4b000

jffs2_scan_inode_node(): Node at 0x00c355f0

Node is ino #271, version 108. Range 0x4b000-0x4c000

jffs2_scan_inode_node(): Node at 0x00c363ec

Node is ino #271, version 110. Range 0x4c000-0x4d000

jffs2_scan_inode_node(): Node at 0x00c36c7c

Node is ino #271, version 111. Range 0x4d000-0x4e000

jffs2_scan_inode_node(): Node at 0x00c373f8

Node is ino #271, version 112. Range 0x4e000-0x4f000

jffs2_scan_inode_node(): Node at 0x00c37c24

Node is ino #271, version 114. Range 0x4f000-0x50000

jffs2_scan_inode_node(): Node at 0x00c38368

Node is ino #271, version 115. Range 0x50000-0x51000

jffs2_scan_inode_node(): Node at 0x00c38fe4

Node is ino #271, version 117. Range 0x51000-0x52000

jffs2_scan_inode_node(): Node at 0x00c397bc

Node is ino #271, version 118. Range 0x52000-0x53000

jffs2_scan_inode_node(): Node at 0x00c3a09c

Node is ino #271, version 119. Range 0x53000-0x54000

jffs2_scan_inode_node(): Node at 0x00c3ac60

Node is ino #271, version 121. Range 0x54000-0x55000

jffs2_scan_inode_node(): Node at 0x00c3b574

Node is ino #271, version 122. Range 0x55000-0x56000

jffs2_scan_inode_node(): Node at 0x00c3c688

Node is ino #271, version 124. Range 0x56000-0x57000

jffs2_scan_inode_node(): Node at 0x00c3d034

Node is ino #271, version 125. Range 0x57000-0x58000

jffs2_scan_inode_node(): Node at 0x00c3d8f0

Node is ino #271, version 126. Range 0x58000-0x59000

jffs2_scan_inode_node(): Node at 0x00c3e438

Node is ino #271, version 128. Range 0x59000-0x5a000

jffs2_scan_inode_node(): Node at 0x00c3ed84

Node is ino #271, version 129. Range 0x5a000-0x5b000

Found empty flash at 0xc3ff94

Empty flash detected from 0x00c3ff94 to 0x00c40000

Block at 0x00c20000: free 0x0000006c, dirty 0x000059c0, used 0x0001a5d4

jffs2_scan_eraseblock(): Scanning block at 0xc40000

jffs2_scan_inode_node(): Node at 0x00c4000c

Allocated inocache at c0efba18

Node is ino #268, version 8. Range 0x3b35-0x4000

jffs2_scan_inode_node(): Node at 0x00c40350

Node is ino #268, version 9. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00c40e54

Node is ino #268, version 11. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00c41548

Node is ino #268, version 12. Range 0x6000-0x6a0a

jffs2_scan_inode_node(): Node at 0x00c41a70

Node is ino #268, version 14. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c41af8

jffs2_add_fd_to_list( c0eed300, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "cut" (hash 0x002412ee, ino #269

Dirent "scp" (hash 0x0028bfc8, ino #273

Dirent "tee" (hash 0x00291a7d, ino #272

Dirent "tty" (hash 0x00299a31, ino #274

Dirent "find" (hash 0x0193b520, ino #275

Dirent "expr" (hash 0x01952057, ino #276

Dirent "head" (hash 0x01992c30, ino #277

Dirent "grep" (hash 0x0199fe4e, ino #278

Dirent "mawk" (hash 0x01aa6a69, ino #279

Dirent "tail" (hash 0x01c33f61, ino #280

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00c41b24

Allocated inocache at c0efba2c

Node is ino #269, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00c426b4

Node is ino #269, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00c43020

Node is ino #269, version 5. Range 0x2000-0x2ec8

jffs2_scan_inode_node(): Node at 0x00c436bc

Node is ino #269, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c43744

jffs2_add_fd_to_list( c0eed340, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "cut" (hash 0x002412ee, ino #269

Dirent "ldd" (hash 0x0026738a, ino #270

Dirent "scp" (hash 0x0028bfc8, ino #273

Dirent "tee" (hash 0x00291a7d, ino #272

Dirent "tty" (hash 0x00299a31, ino #274

Dirent "find" (hash 0x0193b520, ino #275

Dirent "expr" (hash 0x01952057, ino #276

Dirent "head" (hash 0x01992c30, ino #277

Dirent "grep" (hash 0x0199fe4e, ino #278

Dirent "mawk" (hash 0x01aa6a69, ino #279

Dirent "tail" (hash 0x01c33f61, ino #280

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00c43c94

Allocated inocache at c0efba40

Node is ino #270, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00c44450

Node is ino #270, version 4. Range 0x1000-0x133e

jffs2_scan_inode_node(): Node at 0x00c44694

Node is ino #270, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c4471c

jffs2_add_fd_to_list( c0eed380, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "awk" (hash 0x00237573, ino #495

Dirent "cut" (hash 0x002412ee, ino #269

Dirent "ldd" (hash 0x0026738a, ino #270

Dirent "scp" (hash 0x0028bfc8, ino #273

Dirent "tee" (hash 0x00291a7d, ino #272

Dirent "ssh" (hash 0x002933b6, ino #271

Dirent "tty" (hash 0x00299a31, ino #274

Dirent "find" (hash 0x0193b520, ino #275

Dirent "expr" (hash 0x01952057, ino #276

Dirent "head" (hash 0x01992c30, ino #277

Dirent "grep" (hash 0x0199fe4e, ino #278

Dirent "mawk" (hash 0x01aa6a69, ino #279

Dirent "tail" (hash 0x01c33f61, ino #280

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00c44748

Node is ino #271, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00c4549c

Node is ino #271, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00c45b60

Node is ino #271, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00c463e4

Node is ino #271, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00c47198

Node is ino #271, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00c47c08

Node is ino #271, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00c48d94

Node is ino #271, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00c4976c

Node is ino #271, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00c4a154

Node is ino #271, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00c4ad84

Node is ino #271, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00c4b5ec

Node is ino #271, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00c4c64c

Node is ino #271, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00c4cfec

Node is ino #271, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00c4d8f4

Node is ino #271, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00c4e52c

Node is ino #271, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00c4eed8

Node is ino #271, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00c4ff74

Node is ino #271, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00c5093c

Node is ino #271, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00c512bc

Node is ino #271, version 27. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00c51fa8

Node is ino #271, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00c529d8

Node is ino #271, version 30. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00c53ac4

Node is ino #271, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00c544ac

Node is ino #271, version 33. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00c54dd4

Node is ino #271, version 34. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00c55a70

Node is ino #271, version 36. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00c563a8

Node is ino #271, version 37. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00c57364

Node is ino #271, version 39. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00c57b94

Node is ino #271, version 40. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00c58544

Node is ino #271, version 41. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00c590c4

Node is ino #271, version 43. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x00c59660

Node is ino #271, version 44. Range 0x1e000-0x1f000

jffs2_scan_inode_node(): Node at 0x00c5a3b8

Node is ino #271, version 46. Range 0x1f000-0x20000

jffs2_scan_inode_node(): Node at 0x00c5ace4

Node is ino #271, version 47. Range 0x20000-0x21000

jffs2_scan_inode_node(): Node at 0x00c5b548

Node is ino #271, version 48. Range 0x21000-0x22000

jffs2_scan_inode_node(): Node at 0x00c5bd00

Node is ino #271, version 50. Range 0x22000-0x23000

jffs2_scan_inode_node(): Node at 0x00c5c538

Node is ino #271, version 51. Range 0x23000-0x24000

jffs2_scan_inode_node(): Node at 0x00c5d6fc

Node is ino #271, version 53. Range 0x24000-0x25000

jffs2_scan_inode_node(): Node at 0x00c5e180

Node is ino #271, version 54. Range 0x25000-0x26000

jffs2_scan_inode_node(): Node at 0x00c5ea9c

Node is ino #271, version 55. Range 0x26000-0x27000

jffs2_scan_inode_node(): Node at 0x00c5f6fc

Node is ino #271, version 57. Range 0x27000-0x27ccf

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00c40000: free 0x00000000, dirty 0x00005d14, used 0x0001a2ec

jffs2_scan_eraseblock(): Scanning block at 0xc60000

jffs2_scan_inode_node(): Node at 0x00c6000c

Allocated inocache at c0efba54

Node is ino #262, version 6. Range 0x2fe4-0x3000

jffs2_scan_inode_node(): Node at 0x00c601d0

Node is ino #262, version 8. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00c60b74

Node is ino #262, version 9. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00c61c94

Node is ino #262, version 11. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00c62720

Node is ino #262, version 12. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00c630e0

Node is ino #262, version 13. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00c63c94

Node is ino #262, version 15. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00c64638

Node is ino #262, version 16. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00c656b0

Node is ino #262, version 18. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00c6611c

Node is ino #262, version 19. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00c66ba4

Node is ino #262, version 20. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00c67758

Node is ino #262, version 22. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00c68154

Node is ino #262, version 23. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00c6912c

Node is ino #262, version 25. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00c69a58

Node is ino #262, version 26. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00c6a4ac

Node is ino #262, version 27. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00c6b018

Node is ino #262, version 29. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00c6b778

Node is ino #262, version 30. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00c6c364

Node is ino #262, version 32. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00c6ca90

Node is ino #262, version 33. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00c6d0f4

Node is ino #262, version 34. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00c6d918

Node is ino #262, version 36. Range 0x17000-0x174f4

jffs2_scan_inode_node(): Node at 0x00c6dba4

Node is ino #262, version 38. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c6dc2c

Allocated inocache at c0efba68

jffs2_add_fd_to_list( c0eed3c0, c0eed3e0 (->00000000))

Dirent "lsmod" (hash 0x1268ef53, ino #263

jffs2_scan_inode_node(): Node at 0x00c6dc5c

Allocated inocache at c0efba7c

Node is ino #263, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00c6e3f0

Node is ino #263, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00c6eda4

Node is ino #263, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00c6f7d0

Node is ino #263, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00c7083c

Node is ino #263, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00c71290

Node is ino #263, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00c71d1c

Node is ino #263, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00c72890

Node is ino #263, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00c73254

Node is ino #263, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00c7428c

Node is ino #263, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00c74c88

Node is ino #263, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00c756f4

Node is ino #263, version 17. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00c76380

Node is ino #263, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00c76d54

Node is ino #263, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00c77e40

Node is ino #263, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00c788a0

Node is ino #263, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00c791cc

Node is ino #263, version 24. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00c79e00

Node is ino #263, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00c7a7d8

Node is ino #263, version 27. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00c7b3dc

Node is ino #263, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00c7baf4

Node is ino #263, version 30. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00c7c220

Node is ino #263, version 31. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00c7c9f4

Node is ino #263, version 33. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00c7d108

Node is ino #263, version 34. Range 0x17000-0x174f4

jffs2_scan_inode_node(): Node at 0x00c7d394

Node is ino #263, version 36. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00c7d460

Node is ino #244, version 23. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c7d4e8

jffs2_add_fd_to_list( c0eed420, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "home" (hash 0x019cc780, ino #479

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_inode_node(): Node at 0x00c7d5e0

Allocated inocache at c0efba90

Node is ino #264, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c7d668

jffs2_add_fd_to_list( c0eed460, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_dirent_node(): Node at 0x00c7d6d8

jffs2_add_fd_to_list( c0eed480, c0f0b4c0 (->c0efa9e0))

Dirent "bin" (hash 0x0023605a, ino #266

Dirent "lib" (hash 0x002697fa, ino #304

Dirent "tmp" (hash 0x00295e98, ino #494

Dirent "sbin" (hash 0x01c000e1, ino #409

Dirent "local" (hash 0x1256c5a2, ino #418

Dirent "share" (hash 0x135346f6, ino #444

jffs2_scan_inode_node(): Node at 0x00c7d704

Allocated inocache at c0efbaa4

Node is ino #267, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c7d7b8

jffs2_add_fd_to_list( c0eed4c0, c0f0b520 (->c0efabc0))

Dirent "nc" (hash 0x00038708, ino #300

Dirent "tr" (hash 0x0003bf3c, ino #301

Dirent "vi" (hash 0x0003c821, ino #498

Dirent "wc" (hash 0x0003cb91, ino #268

Dirent "awk" (hash 0x00237573, ino #495

Dirent "cut" (hash 0x002412ee, ino #269

Dirent "ldd" (hash 0x0026738a, ino #270

Dirent "scp" (hash 0x0028bfc8, ino #273

Dirent "tee" (hash 0x00291a7d, ino #272

Dirent "ssh" (hash 0x002933b6, ino #271

Dirent "tty" (hash 0x00299a31, ino #274

Dirent "find" (hash 0x0193b520, ino #275

Dirent "expr" (hash 0x01952057, ino #276

Dirent "head" (hash 0x01992c30, ino #277

Dirent "grep" (hash 0x0199fe4e, ino #278

Dirent "mawk" (hash 0x01aa6a69, ino #279

Dirent "tail" (hash 0x01c33f61, ino #280

Dirent "sort" (hash 0x01c48305, ino #281

Dirent "uniq" (hash 0x01cb0f5c, ino #282

Dirent "dirname" (hash 0x0eb21cb5, ino #283

Dirent "egrep" (hash 0x112bf760, ino #284

Dirent "elvis" (hash 0x113f43c0, ino #302

Dirent "sleep" (hash 0x136284c8, ino #285

Dirent "xargs" (hash 0x14041b5b, ino #286

Dirent "ypcat" (hash 0x145c3279, ino #287

Dirent "basename" (hash 0x7498a549, ino #288

Dirent "ypmatch" (hash 0xa1204359, ino #289

Dirent "ypwhich" (hash 0xa2c15681, ino #290

Dirent "md5sum" (hash 0xc91bd3d1, ino #299

Dirent "passwd" (hash 0xceb0fa2e, ino #291

Dirent "uptime" (hash 0xd973c7fd, ino #292

Dirent "ypbind" (hash 0xdff548cc, ino #293

Dirent "ypchfn" (hash 0xdff8530c, ino #496

Dirent "ypchsh" (hash 0xdff8b1b5, ino #497

Dirent "ypdomainname" (hash 0xea8cccd4, ino #296

Dirent "yppasswd" (hash 0xf191d0ba, ino #297

jffs2_scan_inode_node(): Node at 0x00c7dd1c

Node is ino #268, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00c7e54c

Node is ino #268, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00c7ef58

Node is ino #268, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00c7f90c

Node is ino #268, version 7. Range 0x3000-0x3b35

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00c60000: free 0x00000000, dirty 0x00004bc4, used 0x0001b43c

jffs2_scan_eraseblock(): Scanning block at 0xc80000

jffs2_scan_inode_node(): Node at 0x00c8000c

Allocated inocache at c0efbab8

Node is ino #255, version 5. Range 0x28dc-0x3000

jffs2_scan_inode_node(): Node at 0x00c804c8

Node is ino #255, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00c813e0

Node is ino #255, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00c81cf8

Node is ino #255, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00c82748

Node is ino #255, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00c8313c

Node is ino #255, version 11. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00c83b08

Node is ino #255, version 12. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00c849fc

Node is ino #255, version 14. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00c85380

Node is ino #255, version 15. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00c85aa8

Node is ino #255, version 16. Range 0xb000-0xbde4

jffs2_scan_inode_node(): Node at 0x00c86140

Node is ino #255, version 18. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c861c8

jffs2_add_fd_to_list( c0eed500, c0eed3e0 (->c0eed3c0))

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "agetty" (hash 0xb5f83c9f, ino #256

jffs2_scan_inode_node(): Node at 0x00c861f8

Allocated inocache at c0efbacc

Node is ino #256, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00c86938

Node is ino #256, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00c878a0

Node is ino #256, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00c882dc

Node is ino #256, version 6. Range 0x3000-0x36a8

jffs2_scan_inode_node(): Node at 0x00c885ac

Node is ino #256, version 8. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c88634

jffs2_add_fd_to_list( c0eed540, c0eed3e0 (->c0eed3c0))

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "reboot" (hash 0xd270c4ec, ino #257

jffs2_scan_inode_node(): Node at 0x00c88664

Allocated inocache at c0efbae0

Node is ino #257, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00c89288

Node is ino #257, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00c89ba0

Node is ino #257, version 5. Range 0x2000-0x23f4

jffs2_scan_inode_node(): Node at 0x00c89dcc

Node is ino #257, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c89e54

jffs2_add_fd_to_list( c0eed580, c0eed3e0 (->c0eed3c0))

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

jffs2_scan_inode_node(): Node at 0x00c89e84

Allocated inocache at c0efbaf4

Node is ino #258, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00c8ab8c

Node is ino #258, version 4. Range 0x1000-0x1ac8

jffs2_scan_inode_node(): Node at 0x00c8b0d8

Node is ino #258, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c8b160

jffs2_add_fd_to_list( c0eed5c0, c0eed3e0 (->c0eed3c0))

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00c8b190

Allocated inocache at c0efbb08

Node is ino #259, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00c8b96c

Node is ino #259, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00c8c4e8

Node is ino #259, version 5. Range 0x2000-0x2f34

jffs2_scan_inode_node(): Node at 0x00c8cd9c

Node is ino #259, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c8ce24

jffs2_add_fd_to_list( c0ef69e0, c0eed3e0 (->c0eed3c0))

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00c8ce54

Allocated inocache at c0efbb1c

Node is ino #260, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00c8dbe4

Node is ino #260, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00c8e518

Node is ino #260, version 5. Range 0x2000-0x235c

jffs2_scan_inode_node(): Node at 0x00c8e708

Node is ino #260, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c8e790

jffs2_add_fd_to_list( c0eed620, c0eed3e0 (->c0eed3c0))

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00c8e7c0

Allocated inocache at c0efbb30

Node is ino #261, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00c8f324

Node is ino #261, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00c8fadc

Node is ino #261, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00c90508

Node is ino #261, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00c9107c

Node is ino #261, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00c91ad0

Node is ino #261, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00c92c14

Node is ino #261, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00c935d4

Node is ino #261, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00c93f98

Node is ino #261, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00c94b28

Node is ino #261, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00c95524

Node is ino #261, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00c96678

Node is ino #261, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00c97100

Node is ino #261, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00c97ad4

Node is ino #261, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00c986c8

Node is ino #261, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00c99128

Node is ino #261, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00c9a114

Node is ino #261, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00c9ab68

Node is ino #261, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00c9b540

Node is ino #261, version 27. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00c9be04

Node is ino #261, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00c9c51c

Node is ino #261, version 30. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00c9d0d4

Node is ino #261, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00c9d738

Node is ino #261, version 33. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00c9de4c

Node is ino #261, version 34. Range 0x17000-0x174f4

jffs2_scan_inode_node(): Node at 0x00c9e0d8

Node is ino #261, version 36. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00c9e160

jffs2_add_fd_to_list( c0eed660, c0eed3e0 (->c0eed3c0))

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00c9e608

Node is ino #262, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00c9ed9c

Node is ino #262, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00c9f554

Node is ino #262, version 5. Range 0x2000-0x2fe4

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00c80000: free 0x00000000, dirty 0x00004b9c, used 0x0001b464

jffs2_scan_eraseblock(): Scanning block at 0xca0000

jffs2_scan_inode_node(): Node at 0x00ca000c

Allocated inocache at c0efbb44

Node is ino #245, version 13. Range 0x742f-0x8000

jffs2_scan_inode_node(): Node at 0x00ca07ac

Node is ino #245, version 15. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00ca0e1c

Node is ino #245, version 16. Range 0x9000-0x9644

jffs2_scan_inode_node(): Node at 0x00ca10fc

Node is ino #245, version 18. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ca1184

jffs2_add_fd_to_list( c0eed6a0, c0eed3e0 (->c0eed3c0))

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00ca11b0

Allocated inocache at c0efbb58

Node is ino #246, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ca1b40

Node is ino #246, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ca2458

Node is ino #246, version 5. Range 0x2000-0x23f4

jffs2_scan_inode_node(): Node at 0x00ca2684

Node is ino #246, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ca270c

jffs2_add_fd_to_list( c0eed6e0, c0eed3e0 (->c0eed6a0))

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00ca2738

Allocated inocache at c0efbb6c

Node is ino #247, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ca30c4

Node is ino #247, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ca3844

Node is ino #247, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ca49fc

Node is ino #247, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ca540c

Node is ino #247, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00ca5e0c

Node is ino #247, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00ca6a88

Node is ino #247, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00ca715c

Node is ino #247, version 12. Range 0x7000-0x70e8

jffs2_scan_inode_node(): Node at 0x00ca7254

Node is ino #247, version 14. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ca72dc

jffs2_add_fd_to_list( c0eed720, c0eed3e0 (->c0eed6a0))

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00ca730c

Allocated inocache at c0efbb80

Node is ino #248, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ca7ef0

Node is ino #248, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ca87bc

Node is ino #248, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ca9154

Node is ino #248, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ca9b4c

Node is ino #248, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00caa370

Node is ino #248, version 8. Range 0x5000-0x53bc

jffs2_scan_inode_node(): Node at 0x00caa58c

Node is ino #248, version 10. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00caa614

jffs2_add_fd_to_list( c0eed760, c0eed3e0 (->c0eed6a0))

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00caa644

Allocated inocache at c0efbb94

Node is ino #249, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00cab028

Node is ino #249, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00cab728

Node is ino #249, version 5. Range 0x2000-0x22bd

jffs2_scan_inode_node(): Node at 0x00cab8dc

Node is ino #249, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cab964

jffs2_add_fd_to_list( c0eed7a0, c0eed3e0 (->c0eed6a0))

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00cab994

Allocated inocache at c0efbba8

Node is ino #250, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00cac2e0

Node is ino #250, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00cacac8

Node is ino #250, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00cadbd8

Node is ino #250, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00cae5e8

Node is ino #250, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00caeef8

Node is ino #250, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00cafaa4

Node is ino #250, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00cb040c

Node is ino #250, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00cb1190

Node is ino #250, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00cb17b8

Node is ino #250, version 15. Range 0x9000-0x9ac0

jffs2_scan_inode_node(): Node at 0x00cb1c4c

Node is ino #250, version 17. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cb1cd4

jffs2_add_fd_to_list( c0eed7e0, c0eed3e0 (->c0eed6a0))

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00cb1d04

Allocated inocache at c0efbbbc

Node is ino #251, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00cb288c

Node is ino #251, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00cb3174

Node is ino #251, version 5. Range 0x2000-0x2470

jffs2_scan_inode_node(): Node at 0x00cb33f0

Node is ino #251, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cb3478

jffs2_add_fd_to_list( c0eed820, c0eed3e0 (->c0eed6a0))

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00cb34a8

Allocated inocache at c0efbbd0

Node is ino #252, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00cb40ec

Node is ino #252, version 4. Range 0x1000-0x1ac8

jffs2_scan_inode_node(): Node at 0x00cb4638

Node is ino #252, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cb46c0

jffs2_add_fd_to_list( c0ef6a20, c0eed3e0 (->c0eed6a0))

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00cb46f0

Allocated inocache at c0efbbe4

Node is ino #253, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00cb4e60

Node is ino #253, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00cb5668

Node is ino #253, version 4. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00cb5e80

Node is ino #253, version 5. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00cb6cdc

Node is ino #253, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00cb7618

Node is ino #253, version 8. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00cb8014

Node is ino #253, version 9. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00cb8948

Node is ino #253, version 10. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00cb92f8

Node is ino #253, version 11. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00cba1d8

Node is ino #253, version 13. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00cbab08

Node is ino #253, version 14. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00cbb3d0

Node is ino #253, version 15. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00cbbb38

Node is ino #253, version 16. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00cbc0f8

Node is ino #253, version 17. Range 0xd000-0xd42c

jffs2_scan_inode_node(): Node at 0x00cbc368

Node is ino #253, version 19. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cbc3f0

jffs2_add_fd_to_list( c0ef6a60, c0eed3e0 (->c0eed6a0))

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00cbc420

Allocated inocache at c0efbbf8

Node is ino #254, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00cbcbdc

Node is ino #254, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00cbd470

Node is ino #254, version 4. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00cbe2b0

Node is ino #254, version 6. Range 0x3000-0x3d88

jffs2_scan_inode_node(): Node at 0x00cbe8a0

Node is ino #254, version 8. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cbe928

jffs2_add_fd_to_list( c0eed8a0, c0eed3e0 (->c0eed6a0))

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00cbe954

Node is ino #255, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00cbf108

Node is ino #255, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00cbf9e8

Node is ino #255, version 4. Range 0x2000-0x28dc

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00ca0000: free 0x00000000, dirty 0x000041d8, used 0x0001be28

jffs2_scan_eraseblock(): Scanning block at 0xcc0000

jffs2_scan_inode_node(): Node at 0x00cc000c

Allocated inocache at c0efbc0c

Node is ino #213, version 437. Range 0x132f91-0x133000

jffs2_scan_inode_node(): Node at 0x00cc03c0

Node is ino #213, version 439. Range 0x133000-0x134000

jffs2_scan_inode_node(): Node at 0x00cc0a80

Node is ino #213, version 440. Range 0x134000-0x135000

jffs2_scan_inode_node(): Node at 0x00cc1394

Node is ino #213, version 442. Range 0x135000-0x136000

jffs2_scan_inode_node(): Node at 0x00cc180c

Node is ino #213, version 443. Range 0x136000-0x137000

jffs2_scan_inode_node(): Node at 0x00cc1dec

Node is ino #213, version 444. Range 0x137000-0x138000

jffs2_scan_inode_node(): Node at 0x00cc27e4

Node is ino #213, version 446. Range 0x138000-0x139000

jffs2_scan_inode_node(): Node at 0x00cc2f70

Node is ino #213, version 447. Range 0x139000-0x13a000

jffs2_scan_inode_node(): Node at 0x00cc3ec0

Node is ino #213, version 449. Range 0x13a000-0x13b000

jffs2_scan_inode_node(): Node at 0x00cc46ec

Node is ino #213, version 450. Range 0x13b000-0x13c000

jffs2_scan_inode_node(): Node at 0x00cc4f20

Node is ino #213, version 451. Range 0x13c000-0x13d000

jffs2_scan_inode_node(): Node at 0x00cc5a5c

Node is ino #213, version 453. Range 0x13d000-0x13e000

jffs2_scan_inode_node(): Node at 0x00cc62a0

Node is ino #213, version 454. Range 0x13e000-0x13f000

jffs2_scan_inode_node(): Node at 0x00cc7204

Node is ino #213, version 456. Range 0x13f000-0x140000

jffs2_scan_inode_node(): Node at 0x00cc7a44

Node is ino #213, version 457. Range 0x140000-0x141000

jffs2_scan_inode_node(): Node at 0x00cc826c

Node is ino #213, version 458. Range 0x141000-0x142000

jffs2_scan_inode_node(): Node at 0x00cc8e3c

Node is ino #213, version 460. Range 0x142000-0x143000

jffs2_scan_inode_node(): Node at 0x00cc96a4

Node is ino #213, version 461. Range 0x143000-0x144000

jffs2_scan_inode_node(): Node at 0x00cca66c

Node is ino #213, version 463. Range 0x144000-0x145000

jffs2_scan_inode_node(): Node at 0x00ccaea8

Node is ino #213, version 464. Range 0x145000-0x146000

jffs2_scan_inode_node(): Node at 0x00ccb578

Node is ino #213, version 465. Range 0x146000-0x147000

jffs2_scan_inode_node(): Node at 0x00ccbf68

Node is ino #213, version 467. Range 0x147000-0x148000

jffs2_scan_inode_node(): Node at 0x00ccc624

Node is ino #213, version 468. Range 0x148000-0x149000

jffs2_scan_inode_node(): Node at 0x00ccd41c

Node is ino #213, version 470. Range 0x149000-0x14a000

jffs2_scan_inode_node(): Node at 0x00ccdb88

Node is ino #213, version 471. Range 0x14a000-0x14b000

jffs2_scan_inode_node(): Node at 0x00cce2f4

Node is ino #213, version 472. Range 0x14b000-0x14c000

jffs2_scan_inode_node(): Node at 0x00ccee3c

Node is ino #213, version 474. Range 0x14c000-0x14d000

jffs2_scan_inode_node(): Node at 0x00ccf5dc

Node is ino #213, version 475. Range 0x14d000-0x14e000

jffs2_scan_inode_node(): Node at 0x00cd04e4

Node is ino #213, version 477. Range 0x14e000-0x14f000

jffs2_scan_inode_node(): Node at 0x00cd0cc8

Node is ino #213, version 478. Range 0x14f000-0x150000

jffs2_scan_inode_node(): Node at 0x00cd14b8

Node is ino #213, version 479. Range 0x150000-0x151000

jffs2_scan_inode_node(): Node at 0x00cd2004

Node is ino #213, version 481. Range 0x151000-0x152000

jffs2_scan_inode_node(): Node at 0x00cd27ec

Node is ino #213, version 482. Range 0x152000-0x152216

jffs2_scan_inode_node(): Node at 0x00cd29d0

Node is ino #213, version 484. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd2a58

jffs2_add_fd_to_list( c0ef6aa0, c0f0b620 (->c01e8860))

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00cd2a8c

Allocated inocache at c0efbc20

Node is ino #214, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00cd337c

Node is ino #214, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00cd39fc

Node is ino #214, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00cd41c8

Node is ino #214, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00cd4b8c

Node is ino #214, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00cd5548

Node is ino #214, version 8. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00cd6274

Node is ino #214, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00cd6720

Node is ino #214, version 11. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00cd6dc0

Node is ino #214, version 12. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00cd741c

Node is ino #214, version 13. Range 0x9000-0x9250

jffs2_scan_inode_node(): Node at 0x00cd75b0

Node is ino #214, version 15. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00cd767c

Node is ino #192, version 26. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd7704

jffs2_add_fd_to_list( c0eed900, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_dirent_node(): Node at 0x00cd7774

Allocated inocache at c0efbc34

jffs2_add_fd_to_list( c0eed920, c0eed940 (->00000000))

Dirent "fenris" (hash 0xbe3b5376, ino #216

jffs2_scan_dirent_node(): Node at 0x00cd77e8

Allocated inocache at c0efbc48

jffs2_add_fd_to_list( c0eed960, c0eed980 (->00000000))

Dirent "arm" (hash 0x00235103, ino #217

jffs2_scan_inode_node(): Node at 0x00cd789c

Allocated inocache at c0efbc5c

Node is ino #217, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00cd7968

Node is ino #216, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd79f0

jffs2_add_fd_to_list( c0eed9c0, c0eed940 (->c0eed920))

Dirent "rhea" (hash 0x01be39c1, ino #218

Dirent "fenris" (hash 0xbe3b5376, ino #216

jffs2_scan_dirent_node(): Node at 0x00cd7a60

Allocated inocache at c0efbc70

jffs2_add_fd_to_list( c0eed9e0, c0eeda00 (->00000000))

Dirent "home1" (hash 0x11bcb451, ino #219

jffs2_scan_inode_node(): Node at 0x00cd7b18

Allocated inocache at c0efbc84

Node is ino #219, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd7ba0

jffs2_add_fd_to_list( c0eeda40, c0eeda00 (->c0eed9e0))

Dirent "home1" (hash 0x11bcb451, ino #219

Dirent "playpen" (hash 0xf17da831, ino #220

jffs2_scan_inode_node(): Node at 0x00cd7c58

Allocated inocache at c0efbc98

Node is ino #220, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd7ce0

jffs2_add_fd_to_list( c0eeda80, c0eeda00 (->c0eed9e0))

Dirent "home1" (hash 0x11bcb451, ino #219

Dirent "mirrors" (hash 0xb607dc6a, ino #221

Dirent "playpen" (hash 0xf17da831, ino #220

jffs2_scan_inode_node(): Node at 0x00cd7d98

Allocated inocache at c0efbcac

Node is ino #221, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd7e20

jffs2_add_fd_to_list( c0ef6ae0, c0eeda00 (->c0eed9e0))

Dirent "software" (hash 0x05364256, ino #222

Dirent "home1" (hash 0x11bcb451, ino #219

Dirent "mirrors" (hash 0xb607dc6a, ino #221

Dirent "playpen" (hash 0xf17da831, ino #220

jffs2_scan_inode_node(): Node at 0x00cd7ed8

Allocated inocache at c0efbcc0

Node is ino #222, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00cd7fa4

Node is ino #218, version 8. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00cd8070

Node is ino #215, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd80f8

jffs2_add_fd_to_list( c0eedae0, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_dirent_node(): Node at 0x00cd8168

Allocated inocache at c0efbcd4

jffs2_add_fd_to_list( c0eedb00, c0eedb20 (->00000000))

Dirent "bin" (hash 0x0023605a, ino #224

jffs2_scan_inode_node(): Node at 0x00cd821c

Allocated inocache at c0efbce8

Node is ino #224, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd82a4

jffs2_add_fd_to_list( c0eedb60, c0eedb20 (->c0eedb00))

Dirent "bin" (hash 0x0023605a, ino #224

Dirent "doc" (hash 0x00242c8a, ino #225

jffs2_scan_inode_node(): Node at 0x00cd8358

Allocated inocache at c0efbcfc

Node is ino #225, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd83e0

jffs2_add_fd_to_list( c0eedba0, c0eedb20 (->c0eedb00))

Dirent "bin" (hash 0x0023605a, ino #224

Dirent "doc" (hash 0x00242c8a, ino #225

Dirent "lib" (hash 0x002697fa, ino #226

jffs2_scan_inode_node(): Node at 0x00cd8494

Allocated inocache at c0efbd10

Node is ino #226, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd851c

jffs2_add_fd_to_list( c0eedbe0, c0eedb20 (->c0eedb00))

Dirent "bin" (hash 0x0023605a, ino #224

Dirent "doc" (hash 0x00242c8a, ino #225

Dirent "lib" (hash 0x002697fa, ino #226

Dirent "man" (hash 0x0026b6ea, ino #227

jffs2_scan_inode_node(): Node at 0x00cd85d0

Allocated inocache at c0efbd24

Node is ino #227, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd8658

jffs2_add_fd_to_list( c0eedc20, c0eedb20 (->c0eedb00))

Dirent "bin" (hash 0x0023605a, ino #224

Dirent "doc" (hash 0x00242c8a, ino #225

Dirent "lib" (hash 0x002697fa, ino #226

Dirent "man" (hash 0x0026b6ea, ino #227

Dirent "info" (hash 0x019fd950, ino #228

jffs2_scan_inode_node(): Node at 0x00cd870c

Allocated inocache at c0efbd38

Node is ino #228, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd8794

jffs2_add_fd_to_list( c0eedc60, c0eedb20 (->c0eedb00))

Dirent "bin" (hash 0x0023605a, ino #224

Dirent "doc" (hash 0x00242c8a, ino #225

Dirent "lib" (hash 0x002697fa, ino #226

Dirent "man" (hash 0x0026b6ea, ino #227

Dirent "info" (hash 0x019fd950, ino #228

Dirent "include" (hash 0x71bf92cd, ino #229

jffs2_scan_inode_node(): Node at 0x00cd884c

Allocated inocache at c0efbd4c

Node is ino #229, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00cd8918

Node is ino #223, version 10. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd89a0

jffs2_add_fd_to_list( c0eedca0, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_inode_node(): Node at 0x00cd8a54

Allocated inocache at c0efbd60

Node is ino #230, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd8adc

jffs2_add_fd_to_list( c0eedce0, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_dirent_node(): Node at 0x00cd8b4c

Allocated inocache at c0efbd74

jffs2_add_fd_to_list( c0eedd00, c0eedd20 (->00000000))

Dirent ".ssh" (hash 0x00ce12f8, ino #232

jffs2_scan_dirent_node(): Node at 0x00cd8bbc

Allocated inocache at c0efbd88

jffs2_add_fd_to_list( c0ef6b20, c0eedd40 (->00000000))

Dirent "authorized_keys2" (hash 0x1380a82c, ino #233

jffs2_scan_inode_node(): Node at 0x00cd8bf4

Allocated inocache at c0efbd9c

Node is ino #233, version 2. Range 0x0-0xf5

jffs2_scan_inode_node(): Node at 0x00cd8d64

Node is ino #233, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd8dec

jffs2_add_fd_to_list( c0eedd80, c0eedd40 (->c0ef6b20))

Dirent "authorized_keys2" (hash 0x1380a82c, ino #233

Dirent "id_rsa" (hash 0xc2eff203, ino #234

jffs2_scan_inode_node(): Node at 0x00cd8e1c

Allocated inocache at c0efbdb0

Node is ino #234, version 2. Range 0x0-0x373

jffs2_scan_inode_node(): Node at 0x00cd9164

Node is ino #234, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd91ec

jffs2_add_fd_to_list( c0ef6b60, c0eedd40 (->c0ef6b20))

Dirent "authorized_keys2" (hash 0x1380a82c, ino #233

Dirent "id_rsa" (hash 0xc2eff203, ino #234

Dirent "known_hosts" (hash 0xde9c95e9, ino #235

jffs2_scan_inode_node(): Node at 0x00cd9220

Allocated inocache at c0efbdc4

Node is ino #235, version 2. Range 0x0-0x16b

jffs2_scan_inode_node(): Node at 0x00cd938c

Node is ino #235, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd9414

jffs2_add_fd_to_list( c0ef6ba0, c0eedd40 (->c0ef6b20))

Dirent "authorized_keys2" (hash 0x1380a82c, ino #233

Dirent "authorized_keys" (hash 0x7622f4e1, ino #236

Dirent "id_rsa" (hash 0xc2eff203, ino #234

Dirent "known_hosts" (hash 0xde9c95e9, ino #235

jffs2_scan_inode_node(): Node at 0x00cd944c

Allocated inocache at c0efbdd8

Node is ino #236, version 2. Range 0x0-0x162

jffs2_scan_inode_node(): Node at 0x00cd95b4

Node is ino #236, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd963c

jffs2_add_fd_to_list( c0eede00, c0eedd40 (->c0ef6b20))

Dirent "authorized_keys2" (hash 0x1380a82c, ino #233

Dirent "authorized_keys" (hash 0x7622f4e1, ino #236

Dirent "id_dsa" (hash 0xc2eb6030, ino #237

Dirent "id_rsa" (hash 0xc2eff203, ino #234

Dirent "known_hosts" (hash 0xde9c95e9, ino #235

jffs2_scan_inode_node(): Node at 0x00cd966c

Allocated inocache at c0efbdec

Node is ino #237, version 2. Range 0x0-0x2a0

jffs2_scan_inode_node(): Node at 0x00cd9918

Node is ino #237, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd99a0

jffs2_add_fd_to_list( c0ef6be0, c0eedd40 (->c0ef6b20))

Dirent "authorized_keys2" (hash 0x1380a82c, ino #233

Dirent "authorized_keys" (hash 0x7622f4e1, ino #236

Dirent "id_dsa.pub" (hash 0xb8453d98, ino #238

Dirent "id_dsa" (hash 0xc2eb6030, ino #237

Dirent "id_rsa" (hash 0xc2eff203, ino #234

Dirent "known_hosts" (hash 0xde9c95e9, ino #235

jffs2_scan_inode_node(): Node at 0x00cd99d4

Allocated inocache at c0efbe00

Node is ino #238, version 2. Range 0x0-0x271

jffs2_scan_inode_node(): Node at 0x00cd9c64

Node is ino #238, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd9cec

jffs2_add_fd_to_list( c0ef6c20, c0eedd40 (->c0ef6b20))

Dirent "authorized_keys2" (hash 0x1380a82c, ino #233

Dirent "authorized_keys" (hash 0x7622f4e1, ino #236

Dirent "id_dsa.pub" (hash 0xb8453d98, ino #238

Dirent "id_rsa.pub" (hash 0xbd9d21fb, ino #239

Dirent "id_dsa" (hash 0xc2eb6030, ino #237

Dirent "id_rsa" (hash 0xc2eff203, ino #234

Dirent "known_hosts" (hash 0xde9c95e9, ino #235

jffs2_scan_inode_node(): Node at 0x00cd9d20

Allocated inocache at c0efbe14

Node is ino #239, version 2. Range 0x0-0xf5

jffs2_scan_inode_node(): Node at 0x00cd9e90

Node is ino #239, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cd9f18

jffs2_add_fd_to_list( c0ef6c60, c0eedd40 (->c0ef6b20))

Dirent "authorized_keys2" (hash 0x1380a82c, ino #233

Dirent "identity" (hash 0x2d11afb5, ino #240

Dirent "authorized_keys" (hash 0x7622f4e1, ino #236

Dirent "id_dsa.pub" (hash 0xb8453d98, ino #238

Dirent "id_rsa.pub" (hash 0xbd9d21fb, ino #239

Dirent "id_dsa" (hash 0xc2eb6030, ino #237

Dirent "id_rsa" (hash 0xc2eff203, ino #234

Dirent "known_hosts" (hash 0xde9c95e9, ino #235

jffs2_scan_inode_node(): Node at 0x00cd9f48

Allocated inocache at c0efbe28

Node is ino #240, version 2. Range 0x0-0x226

jffs2_scan_inode_node(): Node at 0x00cda1f8

Node is ino #240, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cda280

jffs2_add_fd_to_list( c0ef6ca0, c0eedd40 (->c0ef6b20))

Dirent "authorized_keys2" (hash 0x1380a82c, ino #233

Dirent "identity" (hash 0x2d11afb5, ino #240

Dirent "authorized_keys" (hash 0x7622f4e1, ino #236

Dirent "identity.pub" (hash 0x914f130d, ino #241

Dirent "id_dsa.pub" (hash 0xb8453d98, ino #238

Dirent "id_rsa.pub" (hash 0xbd9d21fb, ino #239

Dirent "id_dsa" (hash 0xc2eb6030, ino #237

Dirent "id_rsa" (hash 0xc2eff203, ino #234

Dirent "known_hosts" (hash 0xde9c95e9, ino #235

jffs2_scan_inode_node(): Node at 0x00cda2b4

Allocated inocache at c0efbe3c

Node is ino #241, version 2. Range 0x0-0x162

jffs2_scan_inode_node(): Node at 0x00cda41c

Node is ino #241, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cda4a4

jffs2_add_fd_to_list( c0ef6ce0, c0eedd40 (->c0ef6b20))

Dirent "authorized_keys2" (hash 0x1380a82c, ino #233

Dirent "identity" (hash 0x2d11afb5, ino #240

Dirent "authorized_keys" (hash 0x7622f4e1, ino #236

Dirent "known_hosts2" (hash 0x90ba9384, ino #242

Dirent "identity.pub" (hash 0x914f130d, ino #241

Dirent "id_dsa.pub" (hash 0xb8453d98, ino #238

Dirent "id_rsa.pub" (hash 0xbd9d21fb, ino #239

Dirent "id_dsa" (hash 0xc2eb6030, ino #237

Dirent "id_rsa" (hash 0xc2eff203, ino #234

Dirent "known_hosts" (hash 0xde9c95e9, ino #235

jffs2_scan_inode_node(): Node at 0x00cda51c

Allocated inocache at c0efbe50

Node is ino #242, version 3. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00cda5e8

Node is ino #232, version 14. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cda670

jffs2_add_fd_to_list( c0ef6d20, c0eedd20 (->c0eedd00))

Dirent ".ssh" (hash 0x00ce12f8, ino #232

Dirent ".bash_history" (hash 0xbfd1b11e, ino #243

jffs2_scan_inode_node(): Node at 0x00cda6a8

Allocated inocache at c0efbe64

Node is ino #243, version 2. Range 0x0-0xea6

jffs2_scan_inode_node(): Node at 0x00cdabf4

Node is ino #243, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00cdacc0

Node is ino #231, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00cdad48

jffs2_add_fd_to_list( c0eedf00, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_dirent_node(): Node at 0x00cdadb8

jffs2_add_fd_to_list( c0eedf20, c0eed3e0 (->c0eed6a0))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

jffs2_scan_inode_node(): Node at 0x00cdb3ac

Node is ino #245, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00cdbaf8

Node is ino #245, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00cdc374

Node is ino #245, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00cdcfc0

Node is ino #245, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00cdd8dc

Node is ino #245, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00cdea58

Node is ino #245, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00cdf450

Node is ino #245, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00cdfd2c

Node is ino #245, version 12. Range 0x7000-0x742f

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00cc0000: free 0x00000000, dirty 0x00006afc, used 0x00019504

jffs2_scan_eraseblock(): Scanning block at 0xce0000

jffs2_scan_inode_node(): Node at 0x00ce000c

Node is ino #213, version 343. Range 0xef102-0xf0000

jffs2_scan_inode_node(): Node at 0x00ce0858

Node is ino #213, version 344. Range 0xf0000-0xf1000

jffs2_scan_inode_node(): Node at 0x00ce1234

Node is ino #213, version 345. Range 0xf1000-0xf2000

jffs2_scan_inode_node(): Node at 0x00ce2068

Node is ino #213, version 347. Range 0xf2000-0xf3000

jffs2_scan_inode_node(): Node at 0x00ce2a08

Node is ino #213, version 348. Range 0xf3000-0xf4000

jffs2_scan_inode_node(): Node at 0x00ce3c6c

Node is ino #213, version 350. Range 0xf4000-0xf5000

jffs2_scan_inode_node(): Node at 0x00ce45f8

Node is ino #213, version 351. Range 0xf5000-0xf6000

jffs2_scan_inode_node(): Node at 0x00ce4ebc

Node is ino #213, version 352. Range 0xf6000-0xf7000

jffs2_scan_inode_node(): Node at 0x00ce5c14

Node is ino #213, version 354. Range 0xf7000-0xf8000

jffs2_scan_inode_node(): Node at 0x00ce65c8

Node is ino #213, version 355. Range 0xf8000-0xf9000

jffs2_scan_inode_node(): Node at 0x00ce75f8

Node is ino #213, version 357. Range 0xf9000-0xfa000

jffs2_scan_inode_node(): Node at 0x00ce7e7c

Node is ino #213, version 358. Range 0xfa000-0xfb000

jffs2_scan_inode_node(): Node at 0x00ce8710

Node is ino #213, version 359. Range 0xfb000-0xfc000

jffs2_scan_inode_node(): Node at 0x00ce9464

Node is ino #213, version 361. Range 0xfc000-0xfd000

jffs2_scan_inode_node(): Node at 0x00ce9d00

Node is ino #213, version 362. Range 0xfd000-0xfe000

jffs2_scan_inode_node(): Node at 0x00ceb068

Node is ino #213, version 364. Range 0xfe000-0xff000

jffs2_scan_inode_node(): Node at 0x00ceba78

Node is ino #213, version 365. Range 0xff000-0x100000

jffs2_scan_inode_node(): Node at 0x00cec300

Node is ino #213, version 366. Range 0x100000-0x101000

jffs2_scan_inode_node(): Node at 0x00cecf78

Node is ino #213, version 368. Range 0x101000-0x102000

jffs2_scan_inode_node(): Node at 0x00ced8e0

Node is ino #213, version 369. Range 0x102000-0x103000

jffs2_scan_inode_node(): Node at 0x00ceebec

Node is ino #213, version 371. Range 0x103000-0x104000

jffs2_scan_inode_node(): Node at 0x00cef62c

Node is ino #213, version 372. Range 0x104000-0x105000

jffs2_scan_inode_node(): Node at 0x00ceff70

Node is ino #213, version 373. Range 0x105000-0x106000

jffs2_scan_inode_node(): Node at 0x00cf0cd0

Node is ino #213, version 375. Range 0x106000-0x107000

jffs2_scan_inode_node(): Node at 0x00cf1610

Node is ino #213, version 376. Range 0x107000-0x108000

jffs2_scan_inode_node(): Node at 0x00cf2614

Node is ino #213, version 378. Range 0x108000-0x109000

jffs2_scan_inode_node(): Node at 0x00cf2ed4

Node is ino #213, version 379. Range 0x109000-0x10a000

jffs2_scan_inode_node(): Node at 0x00cf34b4

Node is ino #213, version 380. Range 0x10a000-0x10b000

jffs2_scan_inode_node(): Node at 0x00cf3c68

Node is ino #213, version 382. Range 0x10b000-0x10c000

jffs2_scan_inode_node(): Node at 0x00cf4078

Node is ino #213, version 383. Range 0x10c000-0x10d000

jffs2_scan_inode_node(): Node at 0x00cf4890

Node is ino #213, version 385. Range 0x10d000-0x10e000

jffs2_scan_inode_node(): Node at 0x00cf4dc8

Node is ino #213, version 386. Range 0x10e000-0x10f000

jffs2_scan_inode_node(): Node at 0x00cf53b4

Node is ino #213, version 387. Range 0x10f000-0x110000

jffs2_scan_inode_node(): Node at 0x00cf57a0

Node is ino #213, version 389. Range 0x110000-0x111000

jffs2_scan_inode_node(): Node at 0x00cf5a88

Node is ino #213, version 390. Range 0x111000-0x112000

jffs2_scan_inode_node(): Node at 0x00cf5cd0

Node is ino #213, version 392. Range 0x112000-0x113000

jffs2_scan_inode_node(): Node at 0x00cf5dd8

Node is ino #213, version 393. Range 0x113000-0x114000

jffs2_scan_inode_node(): Node at 0x00cf60d8

Node is ino #213, version 394. Range 0x114000-0x115000

jffs2_scan_inode_node(): Node at 0x00cf6850

Node is ino #213, version 396. Range 0x115000-0x116000

jffs2_scan_inode_node(): Node at 0x00cf7074

Node is ino #213, version 397. Range 0x116000-0x117000

jffs2_scan_inode_node(): Node at 0x00cf7e30

Node is ino #213, version 399. Range 0x117000-0x118000

jffs2_scan_inode_node(): Node at 0x00cf8574

Node is ino #213, version 400. Range 0x118000-0x119000

jffs2_scan_inode_node(): Node at 0x00cf8ae4

Node is ino #213, version 401. Range 0x119000-0x11a000

jffs2_scan_inode_node(): Node at 0x00cf93b4

Node is ino #213, version 403. Range 0x11a000-0x11b000

jffs2_scan_inode_node(): Node at 0x00cf9ad0

Node is ino #213, version 404. Range 0x11b000-0x11c000

jffs2_scan_inode_node(): Node at 0x00cfa8a0

Node is ino #213, version 406. Range 0x11c000-0x11d000

jffs2_scan_inode_node(): Node at 0x00cfaf58

Node is ino #213, version 407. Range 0x11d000-0x11e000

jffs2_scan_inode_node(): Node at 0x00cfb5a4

Node is ino #213, version 408. Range 0x11e000-0x11f000

jffs2_scan_inode_node(): Node at 0x00cfbe44

Node is ino #213, version 410. Range 0x11f000-0x120000

jffs2_scan_inode_node(): Node at 0x00cfc37c

Node is ino #213, version 411. Range 0x120000-0x121000

jffs2_scan_inode_node(): Node at 0x00cfccc8

Node is ino #213, version 413. Range 0x121000-0x122000

jffs2_scan_inode_node(): Node at 0x00cfd2a4

Node is ino #213, version 414. Range 0x122000-0x123000

jffs2_scan_inode_node(): Node at 0x00cfd8c8

Node is ino #213, version 415. Range 0x123000-0x124000

jffs2_scan_inode_node(): Node at 0x00cfe2fc

Node is ino #213, version 417. Range 0x124000-0x125000

jffs2_scan_inode_node(): Node at 0x00cfe60c

Node is ino #213, version 418. Range 0x125000-0x126000

jffs2_scan_inode_node(): Node at 0x00cfe76c

Node is ino #213, version 420. Range 0x126000-0x127000

jffs2_scan_inode_node(): Node at 0x00cfe820

Node is ino #213, version 421. Range 0x127000-0x128000

jffs2_scan_inode_node(): Node at 0x00cfe8d4

Node is ino #213, version 422. Range 0x128000-0x129000

jffs2_scan_inode_node(): Node at 0x00cfea1c

Node is ino #213, version 424. Range 0x129000-0x12a000

jffs2_scan_inode_node(): Node at 0x00cfead0

Node is ino #213, version 425. Range 0x12a000-0x12b000

jffs2_scan_inode_node(): Node at 0x00cfec30

Node is ino #213, version 427. Range 0x12b000-0x12c000

jffs2_scan_inode_node(): Node at 0x00cfece4

Node is ino #213, version 428. Range 0x12c000-0x12d000

jffs2_scan_inode_node(): Node at 0x00cfed98

Node is ino #213, version 429. Range 0x12d000-0x12e000

jffs2_scan_inode_node(): Node at 0x00cfeee0

Node is ino #213, version 431. Range 0x12e000-0x12f000

jffs2_scan_inode_node(): Node at 0x00cfef94

Node is ino #213, version 432. Range 0x12f000-0x130000

jffs2_scan_inode_node(): Node at 0x00cff1bc

Node is ino #213, version 434. Range 0x130000-0x131000

jffs2_scan_inode_node(): Node at 0x00cff394

Node is ino #213, version 435. Range 0x131000-0x132000

jffs2_scan_inode_node(): Node at 0x00cff8c8

Node is ino #213, version 436. Range 0x132000-0x132f91

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00ce0000: free 0x00000000, dirty 0x00006898, used 0x00019768

jffs2_scan_eraseblock(): Scanning block at 0xd00000

jffs2_scan_inode_node(): Node at 0x00d0000c

Node is ino #213, version 277. Range 0xc14b0-0xc2000

jffs2_scan_inode_node(): Node at 0x00d00e68

Node is ino #213, version 279. Range 0xc2000-0xc3000

jffs2_scan_inode_node(): Node at 0x00d016c4

Node is ino #213, version 280. Range 0xc3000-0xc4000

jffs2_scan_inode_node(): Node at 0x00d02064

Node is ino #213, version 281. Range 0xc4000-0xc5000

jffs2_scan_inode_node(): Node at 0x00d02e14

Node is ino #213, version 283. Range 0xc5000-0xc6000

jffs2_scan_inode_node(): Node at 0x00d037a0

Node is ino #213, version 284. Range 0xc6000-0xc7000

jffs2_scan_inode_node(): Node at 0x00d04978

Node is ino #213, version 286. Range 0xc7000-0xc8000

jffs2_scan_inode_node(): Node at 0x00d052fc

Node is ino #213, version 287. Range 0xc8000-0xc9000

jffs2_scan_inode_node(): Node at 0x00d05b04

Node is ino #213, version 288. Range 0xc9000-0xca000

jffs2_scan_inode_node(): Node at 0x00d06410

Node is ino #213, version 290. Range 0xca000-0xcb000

jffs2_scan_inode_node(): Node at 0x00d06a14

Node is ino #213, version 291. Range 0xcb000-0xcc000

jffs2_scan_inode_node(): Node at 0x00d07bcc

Node is ino #213, version 293. Range 0xcc000-0xcd000

jffs2_scan_inode_node(): Node at 0x00d084c0

Node is ino #213, version 294. Range 0xcd000-0xce000

jffs2_scan_inode_node(): Node at 0x00d08dc8

Node is ino #213, version 295. Range 0xce000-0xcf000

jffs2_scan_inode_node(): Node at 0x00d09b40

Node is ino #213, version 297. Range 0xcf000-0xd0000

jffs2_scan_inode_node(): Node at 0x00d0a524

Node is ino #213, version 298. Range 0xd0000-0xd1000

jffs2_scan_inode_node(): Node at 0x00d0b728

Node is ino #213, version 300. Range 0xd1000-0xd2000

jffs2_scan_inode_node(): Node at 0x00d0c028

Node is ino #213, version 301. Range 0xd2000-0xd3000

jffs2_scan_inode_node(): Node at 0x00d0c908

Node is ino #213, version 302. Range 0xd3000-0xd4000

jffs2_scan_inode_node(): Node at 0x00d0d520

Node is ino #213, version 304. Range 0xd4000-0xd5000

jffs2_scan_inode_node(): Node at 0x00d0df10

Node is ino #213, version 305. Range 0xd5000-0xd6000

jffs2_scan_inode_node(): Node at 0x00d0ef20

Node is ino #213, version 307. Range 0xd6000-0xd7000

jffs2_scan_inode_node(): Node at 0x00d0f85c

Node is ino #213, version 308. Range 0xd7000-0xd8000

jffs2_scan_inode_node(): Node at 0x00d100d4

Node is ino #213, version 309. Range 0xd8000-0xd9000

jffs2_scan_inode_node(): Node at 0x00d10be8

Node is ino #213, version 311. Range 0xd9000-0xda000

jffs2_scan_inode_node(): Node at 0x00d1145c

Node is ino #213, version 312. Range 0xda000-0xdb000

jffs2_scan_inode_node(): Node at 0x00d12390

Node is ino #213, version 314. Range 0xdb000-0xdc000

jffs2_scan_inode_node(): Node at 0x00d1290c

Node is ino #213, version 315. Range 0xdc000-0xdd000

jffs2_scan_inode_node(): Node at 0x00d12e90

Node is ino #213, version 316. Range 0xdd000-0xde000

jffs2_scan_inode_node(): Node at 0x00d13b94

Node is ino #213, version 318. Range 0xde000-0xdf000

jffs2_scan_inode_node(): Node at 0x00d144d8

Node is ino #213, version 319. Range 0xdf000-0xe0000

jffs2_scan_inode_node(): Node at 0x00d155f0

Node is ino #213, version 321. Range 0xe0000-0xe1000

jffs2_scan_inode_node(): Node at 0x00d15ef0

Node is ino #213, version 322. Range 0xe1000-0xe2000

jffs2_scan_inode_node(): Node at 0x00d167ac

Node is ino #213, version 323. Range 0xe2000-0xe3000

jffs2_scan_inode_node(): Node at 0x00d1760c

Node is ino #213, version 325. Range 0xe3000-0xe4000

jffs2_scan_inode_node(): Node at 0x00d18028

Node is ino #213, version 326. Range 0xe4000-0xe5000

jffs2_scan_inode_node(): Node at 0x00d19268

Node is ino #213, version 328. Range 0xe5000-0xe6000

jffs2_scan_inode_node(): Node at 0x00d19bf4

Node is ino #213, version 329. Range 0xe6000-0xe7000

jffs2_scan_inode_node(): Node at 0x00d1a514

Node is ino #213, version 330. Range 0xe7000-0xe8000

jffs2_scan_inode_node(): Node at 0x00d1b10c

Node is ino #213, version 332. Range 0xe8000-0xe9000

jffs2_scan_inode_node(): Node at 0x00d1ba3c

Node is ino #213, version 333. Range 0xe9000-0xea000

jffs2_scan_inode_node(): Node at 0x00d1c8fc

Node is ino #213, version 335. Range 0xea000-0xeb000

jffs2_scan_inode_node(): Node at 0x00d1d05c

Node is ino #213, version 336. Range 0xeb000-0xec000

jffs2_scan_inode_node(): Node at 0x00d1d65c

Node is ino #213, version 337. Range 0xec000-0xed000

jffs2_scan_inode_node(): Node at 0x00d1e278

Node is ino #213, version 339. Range 0xed000-0xee000

jffs2_scan_inode_node(): Node at 0x00d1ec74

Node is ino #213, version 340. Range 0xee000-0xef000

jffs2_scan_inode_node(): Node at 0x00d1fed4

Node is ino #213, version 342. Range 0xef000-0xef102

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00d00000: free 0x00000000, dirty 0x00006ffc, used 0x00019004

jffs2_scan_eraseblock(): Scanning block at 0xd20000

jffs2_scan_inode_node(): Node at 0x00d2000c

Node is ino #213, version 213. Range 0x9483e-0x95000

jffs2_scan_inode_node(): Node at 0x00d20d98

Node is ino #213, version 215. Range 0x95000-0x96000

jffs2_scan_inode_node(): Node at 0x00d21730

Node is ino #213, version 216. Range 0x96000-0x97000

jffs2_scan_inode_node(): Node at 0x00d220a4

Node is ino #213, version 217. Range 0x97000-0x98000

jffs2_scan_inode_node(): Node at 0x00d22e94

Node is ino #213, version 219. Range 0x98000-0x99000

jffs2_scan_inode_node(): Node at 0x00d23828

Node is ino #213, version 220. Range 0x99000-0x9a000

jffs2_scan_inode_node(): Node at 0x00d24aa0

Node is ino #213, version 222. Range 0x9a000-0x9b000

jffs2_scan_inode_node(): Node at 0x00d253cc

Node is ino #213, version 223. Range 0x9b000-0x9c000

jffs2_scan_inode_node(): Node at 0x00d25c08

Node is ino #213, version 224. Range 0x9c000-0x9d000

jffs2_scan_inode_node(): Node at 0x00d26a4c

Node is ino #213, version 226. Range 0x9d000-0x9e000

jffs2_scan_inode_node(): Node at 0x00d27454

Node is ino #213, version 227. Range 0x9e000-0x9f000

jffs2_scan_inode_node(): Node at 0x00d284a0

Node is ino #213, version 229. Range 0x9f000-0xa0000

jffs2_scan_inode_node(): Node at 0x00d28aec

Node is ino #213, version 230. Range 0xa0000-0xa1000

jffs2_scan_inode_node(): Node at 0x00d290e8

Node is ino #213, version 231. Range 0xa1000-0xa2000

jffs2_scan_inode_node(): Node at 0x00d29bf8

Node is ino #213, version 233. Range 0xa2000-0xa3000

jffs2_scan_inode_node(): Node at 0x00d2a444

Node is ino #213, version 234. Range 0xa3000-0xa4000

jffs2_scan_inode_node(): Node at 0x00d2b5e4

Node is ino #213, version 236. Range 0xa4000-0xa5000

jffs2_scan_inode_node(): Node at 0x00d2bf38

Node is ino #213, version 237. Range 0xa5000-0xa6000

jffs2_scan_inode_node(): Node at 0x00d2c814

Node is ino #213, version 238. Range 0xa6000-0xa7000

jffs2_scan_inode_node(): Node at 0x00d2d344

Node is ino #213, version 240. Range 0xa7000-0xa8000

jffs2_scan_inode_node(): Node at 0x00d2da50

Node is ino #213, version 241. Range 0xa8000-0xa9000

jffs2_scan_inode_node(): Node at 0x00d2e9cc

Node is ino #213, version 243. Range 0xa9000-0xaa000

jffs2_scan_inode_node(): Node at 0x00d2f218

Node is ino #213, version 244. Range 0xaa000-0xab000

jffs2_scan_inode_node(): Node at 0x00d2fc94

Node is ino #213, version 245. Range 0xab000-0xac000

jffs2_scan_inode_node(): Node at 0x00d30b4c

Node is ino #213, version 247. Range 0xac000-0xad000

jffs2_scan_inode_node(): Node at 0x00d31594

Node is ino #213, version 248. Range 0xad000-0xae000

jffs2_scan_inode_node(): Node at 0x00d327d0

Node is ino #213, version 250. Range 0xae000-0xaf000

jffs2_scan_inode_node(): Node at 0x00d33138

Node is ino #213, version 251. Range 0xaf000-0xb0000

jffs2_scan_inode_node(): Node at 0x00d33b40

Node is ino #213, version 252. Range 0xb0000-0xb1000

jffs2_scan_inode_node(): Node at 0x00d34930

Node is ino #213, version 254. Range 0xb1000-0xb2000

jffs2_scan_inode_node(): Node at 0x00d35318

Node is ino #213, version 255. Range 0xb2000-0xb3000

jffs2_scan_inode_node(): Node at 0x00d36180

Node is ino #213, version 257. Range 0xb3000-0xb4000

jffs2_scan_inode_node(): Node at 0x00d36a0c

Node is ino #213, version 258. Range 0xb4000-0xb5000

jffs2_scan_inode_node(): Node at 0x00d3727c

Node is ino #213, version 259. Range 0xb5000-0xb6000

jffs2_scan_inode_node(): Node at 0x00d37ce8

Node is ino #213, version 261. Range 0xb6000-0xb7000

jffs2_scan_inode_node(): Node at 0x00d38728

Node is ino #213, version 262. Range 0xb7000-0xb8000

jffs2_scan_inode_node(): Node at 0x00d39a88

Node is ino #213, version 264. Range 0xb8000-0xb9000

jffs2_scan_inode_node(): Node at 0x00d3a430

Node is ino #213, version 265. Range 0xb9000-0xba000

jffs2_scan_inode_node(): Node at 0x00d3ac30

Node is ino #213, version 266. Range 0xba000-0xbb000

jffs2_scan_inode_node(): Node at 0x00d3b8f0

Node is ino #213, version 268. Range 0xbb000-0xbc000

jffs2_scan_inode_node(): Node at 0x00d3c2b4

Node is ino #213, version 269. Range 0xbc000-0xbd000

jffs2_scan_inode_node(): Node at 0x00d3d21c

Node is ino #213, version 271. Range 0xbd000-0xbe000

jffs2_scan_inode_node(): Node at 0x00d3dc50

Node is ino #213, version 272. Range 0xbe000-0xbf000

jffs2_scan_inode_node(): Node at 0x00d3e638

Node is ino #213, version 273. Range 0xbf000-0xc0000

jffs2_scan_inode_node(): Node at 0x00d3f254

Node is ino #213, version 275. Range 0xc0000-0xc1000

jffs2_scan_inode_node(): Node at 0x00d3fc5c

Node is ino #213, version 276. Range 0xc1000-0xc14b0

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00d20000: free 0x00000000, dirty 0x00006d68, used 0x00019298

jffs2_scan_eraseblock(): Scanning block at 0xd40000

jffs2_scan_inode_node(): Node at 0x00d40314

Node is ino #213, version 151. Range 0x68000-0x69000

jffs2_scan_inode_node(): Node at 0x00d40a78

Node is ino #213, version 152. Range 0x69000-0x6a000

jffs2_scan_inode_node(): Node at 0x00d413f0

Node is ino #213, version 153. Range 0x6a000-0x6b000

jffs2_scan_inode_node(): Node at 0x00d42184

Node is ino #213, version 155. Range 0x6b000-0x6c000

jffs2_scan_inode_node(): Node at 0x00d42a50

Node is ino #213, version 156. Range 0x6c000-0x6d000

jffs2_scan_inode_node(): Node at 0x00d43aac

Node is ino #213, version 158. Range 0x6d000-0x6e000

jffs2_scan_inode_node(): Node at 0x00d443d8

Node is ino #213, version 159. Range 0x6e000-0x6f000

jffs2_scan_inode_node(): Node at 0x00d44d4c

Node is ino #213, version 160. Range 0x6f000-0x70000

jffs2_scan_inode_node(): Node at 0x00d45ac4

Node is ino #213, version 162. Range 0x70000-0x71000

jffs2_scan_inode_node(): Node at 0x00d463a0

Node is ino #213, version 163. Range 0x71000-0x72000

jffs2_scan_inode_node(): Node at 0x00d474a0

Node is ino #213, version 165. Range 0x72000-0x73000

jffs2_scan_inode_node(): Node at 0x00d47d28

Node is ino #213, version 166. Range 0x73000-0x74000

jffs2_scan_inode_node(): Node at 0x00d486c4

Node is ino #213, version 167. Range 0x74000-0x75000

jffs2_scan_inode_node(): Node at 0x00d49444

Node is ino #213, version 169. Range 0x75000-0x76000

jffs2_scan_inode_node(): Node at 0x00d49cec

Node is ino #213, version 170. Range 0x76000-0x77000

jffs2_scan_inode_node(): Node at 0x00d4aebc

Node is ino #213, version 172. Range 0x77000-0x78000

jffs2_scan_inode_node(): Node at 0x00d4b8a8

Node is ino #213, version 173. Range 0x78000-0x79000

jffs2_scan_inode_node(): Node at 0x00d4c288

Node is ino #213, version 174. Range 0x79000-0x7a000

jffs2_scan_inode_node(): Node at 0x00d4d05c

Node is ino #213, version 176. Range 0x7a000-0x7b000

jffs2_scan_inode_node(): Node at 0x00d4d9d8

Node is ino #213, version 177. Range 0x7b000-0x7c000

jffs2_scan_inode_node(): Node at 0x00d4ebac

Node is ino #213, version 179. Range 0x7c000-0x7d000

jffs2_scan_inode_node(): Node at 0x00d4f514

Node is ino #213, version 180. Range 0x7d000-0x7e000

jffs2_scan_inode_node(): Node at 0x00d4fe00

Node is ino #213, version 181. Range 0x7e000-0x7f000

jffs2_scan_inode_node(): Node at 0x00d50a94

Node is ino #213, version 183. Range 0x7f000-0x80000

jffs2_scan_inode_node(): Node at 0x00d5141c

Node is ino #213, version 184. Range 0x80000-0x81000

jffs2_scan_inode_node(): Node at 0x00d524d0

Node is ino #213, version 186. Range 0x81000-0x82000

jffs2_scan_inode_node(): Node at 0x00d52dfc

Node is ino #213, version 187. Range 0x82000-0x83000

jffs2_scan_inode_node(): Node at 0x00d537b4

Node is ino #213, version 188. Range 0x83000-0x84000

jffs2_scan_inode_node(): Node at 0x00d54444

Node is ino #213, version 190. Range 0x84000-0x85000

jffs2_scan_inode_node(): Node at 0x00d54c38

Node is ino #213, version 191. Range 0x85000-0x86000

jffs2_scan_inode_node(): Node at 0x00d55b70

Node is ino #213, version 193. Range 0x86000-0x87000

jffs2_scan_inode_node(): Node at 0x00d562e0

Node is ino #213, version 194. Range 0x87000-0x88000

jffs2_scan_inode_node(): Node at 0x00d56aa4

Node is ino #213, version 195. Range 0x88000-0x89000

jffs2_scan_inode_node(): Node at 0x00d57908

Node is ino #213, version 197. Range 0x89000-0x8a000

jffs2_scan_inode_node(): Node at 0x00d582a4

Node is ino #213, version 198. Range 0x8a000-0x8b000

jffs2_scan_inode_node(): Node at 0x00d5950c

Node is ino #213, version 200. Range 0x8b000-0x8c000

jffs2_scan_inode_node(): Node at 0x00d59f78

Node is ino #213, version 201. Range 0x8c000-0x8d000

jffs2_scan_inode_node(): Node at 0x00d5a854

Node is ino #213, version 202. Range 0x8d000-0x8e000

jffs2_scan_inode_node(): Node at 0x00d5b650

Node is ino #213, version 204. Range 0x8e000-0x8f000

jffs2_scan_inode_node(): Node at 0x00d5be44

Node is ino #213, version 205. Range 0x8f000-0x90000

jffs2_scan_inode_node(): Node at 0x00d5cf30

Node is ino #213, version 207. Range 0x90000-0x91000

jffs2_scan_inode_node(): Node at 0x00d5d8e0

Node is ino #213, version 208. Range 0x91000-0x92000

jffs2_scan_inode_node(): Node at 0x00d5e28c

Node is ino #213, version 209. Range 0x92000-0x93000

jffs2_scan_inode_node(): Node at 0x00d5f00c

Node is ino #213, version 211. Range 0x93000-0x94000

jffs2_scan_inode_node(): Node at 0x00d5fa60

Node is ino #213, version 212. Range 0x94000-0x9483e

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00d40000: free 0x00000000, dirty 0x000068ec, used 0x00019714

jffs2_scan_eraseblock(): Scanning block at 0xd60000

jffs2_scan_inode_node(): Node at 0x00d6000c

Node is ino #213, version 87. Range 0x3b59b-0x3c000

jffs2_scan_inode_node(): Node at 0x00d60690

Node is ino #213, version 88. Range 0x3c000-0x3d000

jffs2_scan_inode_node(): Node at 0x00d60ff8

Node is ino #213, version 89. Range 0x3d000-0x3e000

jffs2_scan_inode_node(): Node at 0x00d61dc8

Node is ino #213, version 91. Range 0x3e000-0x3f000

jffs2_scan_inode_node(): Node at 0x00d626cc

Node is ino #213, version 92. Range 0x3f000-0x40000

jffs2_scan_inode_node(): Node at 0x00d6397c

Node is ino #213, version 94. Range 0x40000-0x41000

jffs2_scan_inode_node(): Node at 0x00d642ac

Node is ino #213, version 95. Range 0x41000-0x42000

jffs2_scan_inode_node(): Node at 0x00d64c6c

Node is ino #213, version 96. Range 0x42000-0x43000

jffs2_scan_inode_node(): Node at 0x00d659d4

Node is ino #213, version 98. Range 0x43000-0x44000

jffs2_scan_inode_node(): Node at 0x00d6636c

Node is ino #213, version 99. Range 0x44000-0x45000

jffs2_scan_inode_node(): Node at 0x00d674f0

Node is ino #213, version 101. Range 0x45000-0x46000

jffs2_scan_inode_node(): Node at 0x00d67e3c

Node is ino #213, version 102. Range 0x46000-0x47000

jffs2_scan_inode_node(): Node at 0x00d68858

Node is ino #213, version 103. Range 0x47000-0x48000

jffs2_scan_inode_node(): Node at 0x00d695c0

Node is ino #213, version 105. Range 0x48000-0x49000

jffs2_scan_inode_node(): Node at 0x00d69f54

Node is ino #213, version 106. Range 0x49000-0x4a000

jffs2_scan_inode_node(): Node at 0x00d6b1bc

Node is ino #213, version 108. Range 0x4a000-0x4b000

jffs2_scan_inode_node(): Node at 0x00d6bc14

Node is ino #213, version 109. Range 0x4b000-0x4c000

jffs2_scan_inode_node(): Node at 0x00d6c4fc

Node is ino #213, version 110. Range 0x4c000-0x4d000

jffs2_scan_inode_node(): Node at 0x00d6d24c

Node is ino #213, version 112. Range 0x4d000-0x4e000

jffs2_scan_inode_node(): Node at 0x00d6db2c

Node is ino #213, version 113. Range 0x4e000-0x4f000

jffs2_scan_inode_node(): Node at 0x00d6ed14

Node is ino #213, version 115. Range 0x4f000-0x50000

jffs2_scan_inode_node(): Node at 0x00d6f70c

Node is ino #213, version 116. Range 0x50000-0x51000

jffs2_scan_inode_node(): Node at 0x00d6ff98

Node is ino #213, version 117. Range 0x51000-0x52000

jffs2_scan_inode_node(): Node at 0x00d70c14

Node is ino #213, version 119. Range 0x52000-0x53000

jffs2_scan_inode_node(): Node at 0x00d71574

Node is ino #213, version 120. Range 0x53000-0x54000

jffs2_scan_inode_node(): Node at 0x00d72790

Node is ino #213, version 122. Range 0x54000-0x55000

jffs2_scan_inode_node(): Node at 0x00d73094

Node is ino #213, version 123. Range 0x55000-0x56000

jffs2_scan_inode_node(): Node at 0x00d73a00

Node is ino #213, version 124. Range 0x56000-0x57000

jffs2_scan_inode_node(): Node at 0x00d74820

Node is ino #213, version 126. Range 0x57000-0x58000

jffs2_scan_inode_node(): Node at 0x00d7520c

Node is ino #213, version 127. Range 0x58000-0x59000

jffs2_scan_inode_node(): Node at 0x00d76230

Node is ino #213, version 129. Range 0x59000-0x5a000

jffs2_scan_inode_node(): Node at 0x00d76a00

Node is ino #213, version 130. Range 0x5a000-0x5b000

jffs2_scan_inode_node(): Node at 0x00d77340

Node is ino #213, version 131. Range 0x5b000-0x5c000

jffs2_scan_inode_node(): Node at 0x00d77ec0

Node is ino #213, version 133. Range 0x5c000-0x5d000

jffs2_scan_inode_node(): Node at 0x00d785b8

Node is ino #213, version 134. Range 0x5d000-0x5e000

jffs2_scan_inode_node(): Node at 0x00d793e0

Node is ino #213, version 136. Range 0x5e000-0x5f000

jffs2_scan_inode_node(): Node at 0x00d79c3c

Node is ino #213, version 137. Range 0x5f000-0x60000

jffs2_scan_inode_node(): Node at 0x00d7a5d4

Node is ino #213, version 138. Range 0x60000-0x61000

jffs2_scan_inode_node(): Node at 0x00d7b230

Node is ino #213, version 140. Range 0x61000-0x62000

jffs2_scan_inode_node(): Node at 0x00d7bb54

Node is ino #213, version 141. Range 0x62000-0x63000

jffs2_scan_inode_node(): Node at 0x00d7cd40

Node is ino #213, version 143. Range 0x63000-0x64000

jffs2_scan_inode_node(): Node at 0x00d7d6a4

Node is ino #213, version 144. Range 0x64000-0x65000

jffs2_scan_inode_node(): Node at 0x00d7e088

Node is ino #213, version 145. Range 0x65000-0x66000

jffs2_scan_inode_node(): Node at 0x00d7ecd8

Node is ino #213, version 147. Range 0x66000-0x67000

jffs2_scan_inode_node(): Node at 0x00d7f478

Node is ino #213, version 148. Range 0x67000-0x68000

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00d60000: free 0x00000000, dirty 0x00006a44, used 0x000195bc

jffs2_scan_eraseblock(): Scanning block at 0xd80000

jffs2_scan_inode_node(): Node at 0x00d8000c

Node is ino #213, version 14. Range 0x8924-0x9000

jffs2_scan_inode_node(): Node at 0x00d80bb4

Node is ino #213, version 16. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00d81450

Node is ino #213, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00d81cc4

Node is ino #213, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00d82910

Node is ino #213, version 20. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00d8310c

Node is ino #213, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00d8402c

Node is ino #213, version 23. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00d84828

Node is ino #213, version 24. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00d85044

Node is ino #213, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00d85bdc

Node is ino #213, version 27. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00d86408

Node is ino #213, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00d87364

Node is ino #213, version 30. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00d87b88

Node is ino #213, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00d88278

Node is ino #213, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00d888e4

Node is ino #213, version 34. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00d88c28

Node is ino #213, version 35. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00d89274

Node is ino #213, version 37. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00d895d8

Node is ino #213, version 38. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00d89914

Node is ino #213, version 39. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00d89de0

Node is ino #213, version 41. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00d8a114

Node is ino #213, version 42. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00d8ab04

Node is ino #213, version 44. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x00d8b2b8

Node is ino #213, version 45. Range 0x1e000-0x1f000

jffs2_scan_inode_node(): Node at 0x00d8b960

Node is ino #213, version 46. Range 0x1f000-0x20000

jffs2_scan_inode_node(): Node at 0x00d8bce4

Node is ino #213, version 48. Range 0x20000-0x21000

jffs2_scan_inode_node(): Node at 0x00d8c284

Node is ino #213, version 49. Range 0x21000-0x22000

jffs2_scan_inode_node(): Node at 0x00d8d588

Node is ino #213, version 51. Range 0x22000-0x23000

jffs2_scan_inode_node(): Node at 0x00d8df44

Node is ino #213, version 52. Range 0x23000-0x24000

jffs2_scan_inode_node(): Node at 0x00d8e86c

Node is ino #213, version 53. Range 0x24000-0x25000

jffs2_scan_inode_node(): Node at 0x00d8f554

Node is ino #213, version 55. Range 0x25000-0x26000

jffs2_scan_inode_node(): Node at 0x00d8feb0

Node is ino #213, version 56. Range 0x26000-0x27000

jffs2_scan_inode_node(): Node at 0x00d910a0

Node is ino #213, version 58. Range 0x27000-0x28000

jffs2_scan_inode_node(): Node at 0x00d91a38

Node is ino #213, version 59. Range 0x28000-0x29000

jffs2_scan_inode_node(): Node at 0x00d92390

Node is ino #213, version 60. Range 0x29000-0x2a000

jffs2_scan_inode_node(): Node at 0x00d931a8

Node is ino #213, version 62. Range 0x2a000-0x2b000

jffs2_scan_inode_node(): Node at 0x00d93c58

Node is ino #213, version 63. Range 0x2b000-0x2c000

jffs2_scan_inode_node(): Node at 0x00d94fd0

Node is ino #213, version 65. Range 0x2c000-0x2d000

jffs2_scan_inode_node(): Node at 0x00d95a24

Node is ino #213, version 66. Range 0x2d000-0x2e000

jffs2_scan_inode_node(): Node at 0x00d96324

Node is ino #213, version 67. Range 0x2e000-0x2f000

jffs2_scan_inode_node(): Node at 0x00d96f5c

Node is ino #213, version 69. Range 0x2f000-0x30000

jffs2_scan_inode_node(): Node at 0x00d9797c

Node is ino #213, version 70. Range 0x30000-0x31000

jffs2_scan_inode_node(): Node at 0x00d98c18

Node is ino #213, version 72. Range 0x31000-0x32000

jffs2_scan_inode_node(): Node at 0x00d9966c

Node is ino #213, version 73. Range 0x32000-0x33000

jffs2_scan_inode_node(): Node at 0x00d99f98

Node is ino #213, version 74. Range 0x33000-0x34000

jffs2_scan_inode_node(): Node at 0x00d9ad84

Node is ino #213, version 76. Range 0x34000-0x35000

jffs2_scan_inode_node(): Node at 0x00d9b600

Node is ino #213, version 77. Range 0x35000-0x36000

jffs2_scan_inode_node(): Node at 0x00d9c72c

Node is ino #213, version 79. Range 0x36000-0x37000

jffs2_scan_inode_node(): Node at 0x00d9cfec

Node is ino #213, version 80. Range 0x37000-0x38000

jffs2_scan_inode_node(): Node at 0x00d9d988

Node is ino #213, version 81. Range 0x38000-0x39000

jffs2_scan_inode_node(): Node at 0x00d9e598

Node is ino #213, version 83. Range 0x39000-0x3a000

jffs2_scan_inode_node(): Node at 0x00d9eda8

Node is ino #213, version 84. Range 0x3a000-0x3b000

jffs2_scan_inode_node(): Node at 0x00d9fbe8

Node is ino #213, version 86. Range 0x3b000-0x3b59b

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00d80000: free 0x00000000, dirty 0x00007314, used 0x00018cec

jffs2_scan_eraseblock(): Scanning block at 0xda0000

jffs2_scan_inode_node(): Node at 0x00da000c

Allocated inocache at c0efbe78

Node is ino #207, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00da06f0

Node is ino #207, version 19. Range 0xc000-0xccd2

jffs2_scan_inode_node(): Node at 0x00da0ba4

Node is ino #207, version 21. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00da0c2c

jffs2_add_fd_to_list( c0ef6d60, c0f0b620 (->c01e8860))

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00da1058

Allocated inocache at c0efbe8c

Node is ino #208, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00da1660

Node is ino #208, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00da1f9c

Node is ino #208, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00da2a34

Node is ino #208, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00da348c

Node is ino #208, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00da3e78

Node is ino #208, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00da44c8

Node is ino #208, version 11. Range 0x6000-0x6c33

jffs2_scan_inode_node(): Node at 0x00da4a60

Node is ino #208, version 13. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00da4ae8

jffs2_add_fd_to_list( c0ef6da0, c0f0b620 (->c01e8860))

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00da4b20

Allocated inocache at c0efbea0

Node is ino #209, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00da53ac

Node is ino #209, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00da5a84

Node is ino #209, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00da67a8

Node is ino #209, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00da7130

Node is ino #209, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00da7b20

Node is ino #209, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00da8684

Node is ino #209, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00da911c

Node is ino #209, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00daa1b4

Node is ino #209, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00daabc0

Node is ino #209, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00dab568

Node is ino #209, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00dac104

Node is ino #209, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00dacb7c

Node is ino #209, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00dadc00

Node is ino #209, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00dae5d8

Node is ino #209, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00daefa0

Node is ino #209, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00dafca0

Node is ino #209, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00db071c

Node is ino #209, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00db161c

Node is ino #209, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00db1e9c

Node is ino #209, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00db2900

Node is ino #209, version 30. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00db34e8

Node is ino #209, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00db3cc8

Node is ino #209, version 33. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00db489c

Node is ino #209, version 35. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00db4f68

Node is ino #209, version 36. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00db5280

Node is ino #209, version 37. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00db5a5c

Node is ino #209, version 39. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00db6258

Node is ino #209, version 40. Range 0x1b000-0x1beda

jffs2_scan_inode_node(): Node at 0x00db6910

Node is ino #209, version 42. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00db6998

jffs2_add_fd_to_list( c0ef6de0, c0f0b620 (->c01e8860))

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00db6c98

Allocated inocache at c0efbeb4

Node is ino #210, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00db72ac

Node is ino #210, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00db7b2c

Node is ino #210, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00db8180

Node is ino #210, version 6. Range 0x3000-0x3a21

jffs2_scan_inode_node(): Node at 0x00db8628

Node is ino #210, version 8. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00db86b0

jffs2_add_fd_to_list( c0ef6e20, c0f0b620 (->c01e8860))

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00db86e8

Allocated inocache at c0efbec8

Node is ino #211, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00db9468

Node is ino #211, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00db9e58

Node is ino #211, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00dba75c

Node is ino #211, version 6. Range 0x3000-0x3f7c

jffs2_scan_inode_node(): Node at 0x00dbae2c

Node is ino #211, version 8. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00dbae70

Allocated inocache at c0efbedc

Node is ino #212, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00dbaf34

jffs2_add_fd_to_list( c0ef6e60, c0f0b620 (->c01e8860))

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00dbaf68

Node is ino #213, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00dbb7d4

Node is ino #213, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00dbbf1c

Node is ino #213, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00dbc6a0

Node is ino #213, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00dbd59c

Node is ino #213, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00dbddf0

Node is ino #213, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00dbe634

Node is ino #213, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00dbf1f8

Node is ino #213, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00dbfa74

Node is ino #213, version 13. Range 0x8000-0x8924

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00da0000: free 0x00000000, dirty 0x00004bac, used 0x0001b454

jffs2_scan_eraseblock(): Scanning block at 0xdc0000

jffs2_scan_inode_node(): Node at 0x00dc000c

Allocated inocache at c0efbef0

Node is ino #201, version 10. Range 0x5c03-0x6000

jffs2_scan_inode_node(): Node at 0x00dc0914

Node is ino #201, version 12. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00dc12cc

Node is ino #201, version 13. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00dc1ba4

Node is ino #201, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00dc26a0

Node is ino #201, version 16. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00dc305c

Node is ino #201, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00dc3dc4

Node is ino #201, version 19. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00dc44e4

Node is ino #201, version 20. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00dc4dd0

Node is ino #201, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00dc57b4

Node is ino #201, version 23. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00dc6134

Node is ino #201, version 24. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00dc6f90

Node is ino #201, version 26. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00dc7738

Node is ino #201, version 27. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00dc7b78

Node is ino #201, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00dc81e8

Node is ino #201, version 30. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00dc88e4

Node is ino #201, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00dc9458

Node is ino #201, version 33. Range 0x15000-0x15bcf

jffs2_scan_inode_node(): Node at 0x00dc9958

Node is ino #201, version 35. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00dc999c

Allocated inocache at c0efbf04

Node is ino #202, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00dc9a5c

jffs2_add_fd_to_list( c0ef6ea0, c0f0b620 (->c01e8860))

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00dc9a9c

Allocated inocache at c0efbf18

Node is ino #203, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00dca094

Node is ino #203, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00dca778

Node is ino #203, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00dcafec

Node is ino #203, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00dcbeb4

Node is ino #203, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00dcc764

Node is ino #203, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00dccf30

Node is ino #203, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00dcd8c4

Node is ino #203, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00dce0e8

Node is ino #203, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00dcefd4

Node is ino #203, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00dcf7d4

Node is ino #203, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00dcfd78

Node is ino #203, version 17. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00dd0548

Node is ino #203, version 19. Range 0xc000-0xcdfc

jffs2_scan_inode_node(): Node at 0x00dd09f8

Node is ino #203, version 21. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00dd0a80

jffs2_add_fd_to_list( c0ef6ee0, c0f0b620 (->c01e8860))

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00dd0abc

Allocated inocache at c0efbf2c

Node is ino #204, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00dd1444

Node is ino #204, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00dd1a30

Node is ino #204, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00dd2200

Node is ino #204, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00dd2cb8

Node is ino #204, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00dd3500

Node is ino #204, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00dd429c

Node is ino #204, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00dd4b0c

Node is ino #204, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00dd5268

Node is ino #204, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00dd5cf8

Node is ino #204, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00dd6438

Node is ino #204, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00dd6f28

Node is ino #204, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00dd754c

Node is ino #204, version 19. Range 0xc000-0xc258

jffs2_scan_inode_node(): Node at 0x00dd76d0

Node is ino #204, version 21. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00dd7714

Allocated inocache at c0efbf40

Node is ino #205, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00dd77d0

jffs2_add_fd_to_list( c0ef6f20, c0f0b620 (->c01e8860))

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00dd7804

Allocated inocache at c0efbf54

Node is ino #206, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00dd8480

Node is ino #206, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00dd8c3c

Node is ino #206, version 5. Range 0x2000-0x2ca3

jffs2_scan_inode_node(): Node at 0x00dd91c8

Node is ino #206, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00dd9250

jffs2_add_fd_to_list( c0ef6f60, c0f0b620 (->c01e8860))

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00dd928c

Node is ino #207, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00dd998c

Node is ino #207, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00dda06c

Node is ino #207, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ddaf68

Node is ino #207, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ddb8bc

Node is ino #207, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00ddc254

Node is ino #207, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00ddccbc

Node is ino #207, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00ddd604

Node is ino #207, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00dde5c8

Node is ino #207, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00ddef78

Node is ino #207, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00ddf87c

Node is ino #207, version 16. Range 0xa000-0xb000

Found empty flash at 0xddff94

Empty flash detected from 0x00ddff94 to 0x00de0000

Block at 0x00dc0000: free 0x0000006c, dirty 0x00005468, used 0x0001ab2c

jffs2_scan_eraseblock(): Scanning block at 0xde0000

jffs2_scan_inode_node(): Node at 0x00de000c

Allocated inocache at c0efbf68

Node is ino #197, version 84. Range 0x39d25-0x3a000

jffs2_scan_inode_node(): Node at 0x00de0160

Node is ino #197, version 85. Range 0x3a000-0x3b000

jffs2_scan_inode_node(): Node at 0x00de0940

Node is ino #197, version 87. Range 0x3b000-0x3c000

jffs2_scan_inode_node(): Node at 0x00de1060

Node is ino #197, version 88. Range 0x3c000-0x3d000

jffs2_scan_inode_node(): Node at 0x00de1c28

Node is ino #197, version 90. Range 0x3d000-0x3e000

jffs2_scan_inode_node(): Node at 0x00de22a0

Node is ino #197, version 91. Range 0x3e000-0x3f000

jffs2_scan_inode_node(): Node at 0x00de27e0

Node is ino #197, version 92. Range 0x3f000-0x40000

jffs2_scan_inode_node(): Node at 0x00de30d0

Node is ino #197, version 94. Range 0x40000-0x41000

jffs2_scan_inode_node(): Node at 0x00de36ac

Node is ino #197, version 95. Range 0x41000-0x42000

jffs2_scan_inode_node(): Node at 0x00de41d8

Node is ino #197, version 97. Range 0x42000-0x43000

jffs2_scan_inode_node(): Node at 0x00de4768

Node is ino #197, version 98. Range 0x43000-0x44000

jffs2_scan_inode_node(): Node at 0x00de4c50

Node is ino #197, version 99. Range 0x44000-0x45000

jffs2_scan_inode_node(): Node at 0x00de4f04

Node is ino #197, version 101. Range 0x45000-0x46000

jffs2_scan_inode_node(): Node at 0x00de50d0

Node is ino #197, version 102. Range 0x46000-0x47000

jffs2_scan_inode_node(): Node at 0x00de5cd8

Node is ino #197, version 104. Range 0x47000-0x48000

jffs2_scan_inode_node(): Node at 0x00de63a0

Node is ino #197, version 105. Range 0x48000-0x49000

jffs2_scan_inode_node(): Node at 0x00de6b6c

Node is ino #197, version 106. Range 0x49000-0x4a000

jffs2_scan_inode_node(): Node at 0x00de7718

Node is ino #197, version 108. Range 0x4a000-0x4b000

jffs2_scan_inode_node(): Node at 0x00de7f1c

Node is ino #197, version 109. Range 0x4b000-0x4c000

jffs2_scan_inode_node(): Node at 0x00de8664

Node is ino #197, version 110. Range 0x4c000-0x4c20e

jffs2_scan_inode_node(): Node at 0x00de8828

Node is ino #197, version 112. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00de88b0

jffs2_add_fd_to_list( c0ef6fa0, c0f0b620 (->c01e8860))

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00de8c24

Allocated inocache at c0efbf7c

Node is ino #198, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00de92f4

Node is ino #198, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00de98bc

Node is ino #198, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00de9e48

Node is ino #198, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00dea798

Node is ino #198, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00deb6a4

Node is ino #198, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00dec024

Node is ino #198, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00dec99c

Node is ino #198, version 11. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00ded388

Node is ino #198, version 12. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00dedc00

Node is ino #198, version 13. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00dee510

Node is ino #198, version 15. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00deeb90

Node is ino #198, version 16. Range 0xb000-0xbfd5

jffs2_scan_inode_node(): Node at 0x00def2d0

Node is ino #198, version 18. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00def358

jffs2_add_fd_to_list( c0ede120, c0f0b620 (->c0ef6fa0))

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00def988

Allocated inocache at c0efbf90

Node is ino #199, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00df0038

Node is ino #199, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00df0a28

Node is ino #199, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00df15d0

Node is ino #199, version 7. Range 0x3000-0x3f7c

jffs2_scan_inode_node(): Node at 0x00df1ca0

Node is ino #199, version 9. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00df1d28

jffs2_add_fd_to_list( c0ede160, c0f0b620 (->c0ef6fa0))

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00df1d60

Allocated inocache at c0efbfa4

Node is ino #200, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00df2788

Node is ino #200, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00df2ecc

Node is ino #200, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00df34e4

Node is ino #200, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00df3b98

Node is ino #200, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00df41bc

Node is ino #200, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00df4e04

Node is ino #200, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00df5610

Node is ino #200, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00df6050

Node is ino #200, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00df6acc

Node is ino #200, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00df73fc

Node is ino #200, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00df8374

Node is ino #200, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00df8b5c

Node is ino #200, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00df93bc

Node is ino #200, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00df9d84

Node is ino #200, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00dfa5b8

Node is ino #200, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00dfa8d4

Node is ino #200, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00dfa948

Node is ino #200, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00dfa9bc

Node is ino #200, version 27. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00dfaa98

Node is ino #200, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00dfab5c

Node is ino #200, version 30. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00dfac48

Node is ino #200, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00dfae20

Node is ino #200, version 33. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00dfb2fc

Node is ino #200, version 34. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00dfbc88

Node is ino #200, version 36. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00dfc3dc

Node is ino #200, version 37. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00dfcd84

Node is ino #200, version 39. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00dfd2a0

Node is ino #200, version 40. Range 0x1b000-0x1b62d

jffs2_scan_inode_node(): Node at 0x00dfd58c

Node is ino #200, version 42. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00dfd614

jffs2_add_fd_to_list( c0ede1a0, c0f0b620 (->c0ef6fa0))

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00dfd64c

Node is ino #201, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00dfdffc

Node is ino #201, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00dfe74c

Node is ino #201, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00dfed98

Node is ino #201, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00dff444

Node is ino #201, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00dff83c

Node is ino #201, version 9. Range 0x5000-0x5c03

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00de0000: free 0x00000000, dirty 0x000056dc, used 0x0001a924

jffs2_scan_eraseblock(): Scanning block at 0xe00000

jffs2_scan_inode_node(): Node at 0x00e0000c

Node is ino #197, version 13. Range 0x7380-0x8000

jffs2_scan_inode_node(): Node at 0x00e002d0

Node is ino #197, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00e007d0

Node is ino #197, version 16. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00e00b24

Node is ino #197, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00e0112c

Node is ino #197, version 19. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00e01458

Node is ino #197, version 20. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00e0178c

Node is ino #197, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00e01f7c

Node is ino #197, version 23. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00e02300

Node is ino #197, version 24. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00e0319c

Node is ino #197, version 26. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00e037bc

Node is ino #197, version 27. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00e03f2c

Node is ino #197, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00e04db0

Node is ino #197, version 30. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00e05660

Node is ino #197, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00e060f0

Node is ino #197, version 33. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00e06868

Node is ino #197, version 34. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00e0724c

Node is ino #197, version 35. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00e07f24

Node is ino #197, version 37. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00e0883c

Node is ino #197, version 38. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00e09b5c

Node is ino #197, version 40. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00e0a5c8

Node is ino #197, version 41. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00e0afd4

Node is ino #197, version 42. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00e0bd68

Node is ino #197, version 44. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x00e0c6bc

Node is ino #197, version 45. Range 0x1e000-0x1f000

jffs2_scan_inode_node(): Node at 0x00e0d7cc

Node is ino #197, version 47. Range 0x1f000-0x20000

jffs2_scan_inode_node(): Node at 0x00e0e150

Node is ino #197, version 48. Range 0x20000-0x21000

jffs2_scan_inode_node(): Node at 0x00e0ea88

Node is ino #197, version 49. Range 0x21000-0x22000

jffs2_scan_inode_node(): Node at 0x00e0f774

Node is ino #197, version 51. Range 0x22000-0x23000

jffs2_scan_inode_node(): Node at 0x00e10028

Node is ino #197, version 52. Range 0x23000-0x24000

jffs2_scan_inode_node(): Node at 0x00e10dd4

Node is ino #197, version 54. Range 0x24000-0x25000

jffs2_scan_inode_node(): Node at 0x00e116bc

Node is ino #197, version 55. Range 0x25000-0x26000

jffs2_scan_inode_node(): Node at 0x00e120fc

Node is ino #197, version 56. Range 0x26000-0x27000

jffs2_scan_inode_node(): Node at 0x00e12ef4

Node is ino #197, version 58. Range 0x27000-0x28000

jffs2_scan_inode_node(): Node at 0x00e13934

Node is ino #197, version 59. Range 0x28000-0x29000

jffs2_scan_inode_node(): Node at 0x00e149e4

Node is ino #197, version 61. Range 0x29000-0x2a000

jffs2_scan_inode_node(): Node at 0x00e152d4

Node is ino #197, version 62. Range 0x2a000-0x2b000

jffs2_scan_inode_node(): Node at 0x00e15af8

Node is ino #197, version 63. Range 0x2b000-0x2c000

jffs2_scan_inode_node(): Node at 0x00e16900

Node is ino #197, version 65. Range 0x2c000-0x2d000

jffs2_scan_inode_node(): Node at 0x00e1721c

Node is ino #197, version 66. Range 0x2d000-0x2e000

jffs2_scan_inode_node(): Node at 0x00e182f4

Node is ino #197, version 68. Range 0x2e000-0x2f000

jffs2_scan_inode_node(): Node at 0x00e18b70

Node is ino #197, version 69. Range 0x2f000-0x30000

jffs2_scan_inode_node(): Node at 0x00e1922c

Node is ino #197, version 70. Range 0x30000-0x31000

jffs2_scan_inode_node(): Node at 0x00e1a040

Node is ino #197, version 72. Range 0x31000-0x32000

jffs2_scan_inode_node(): Node at 0x00e1aa34

Node is ino #197, version 73. Range 0x32000-0x33000

jffs2_scan_inode_node(): Node at 0x00e1bbdc

Node is ino #197, version 75. Range 0x33000-0x34000

jffs2_scan_inode_node(): Node at 0x00e1c5b4

Node is ino #197, version 76. Range 0x34000-0x35000

jffs2_scan_inode_node(): Node at 0x00e1d048

Node is ino #197, version 77. Range 0x35000-0x36000

jffs2_scan_inode_node(): Node at 0x00e1dbdc

Node is ino #197, version 79. Range 0x36000-0x37000

jffs2_scan_inode_node(): Node at 0x00e1e410

Node is ino #197, version 80. Range 0x37000-0x38000

jffs2_scan_inode_node(): Node at 0x00e1f1fc

Node is ino #197, version 82. Range 0x38000-0x39000

jffs2_scan_inode_node(): Node at 0x00e1f994

Node is ino #197, version 83. Range 0x39000-0x39d25

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00e00000: free 0x00000000, dirty 0x00006980, used 0x00019680

jffs2_scan_eraseblock(): Scanning block at 0xe20000

jffs2_scan_inode_node(): Node at 0x00e2000c

Allocated inocache at c0efbfb8

Node is ino #194, version 8. Range 0x43e7-0x5000

jffs2_scan_inode_node(): Node at 0x00e207f8

Node is ino #194, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00e20fb8

Node is ino #194, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00e21894

Node is ino #194, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00e21e74

Node is ino #194, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00e2242c

Node is ino #194, version 14. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00e22a30

Node is ino #194, version 15. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00e22fb4

Node is ino #194, version 16. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00e23800

Node is ino #194, version 18. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00e23be8

Node is ino #194, version 19. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00e240e4

Node is ino #194, version 20. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00e24528

Node is ino #194, version 21. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00e24a80

Node is ino #194, version 22. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00e25438

Node is ino #194, version 24. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00e25aa8

Node is ino #194, version 25. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00e261bc

Node is ino #194, version 26. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00e2689c

Node is ino #194, version 27. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00e26f5c

Node is ino #194, version 28. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00e27a5c

Node is ino #194, version 30. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00e28130

Node is ino #194, version 31. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00e28808

Node is ino #194, version 32. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00e28f20

Node is ino #194, version 33. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00e29534

Node is ino #194, version 34. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00e29f98

Node is ino #194, version 36. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00e2a6e4

Node is ino #194, version 37. Range 0x1c000-0x1c3bc

jffs2_scan_inode_node(): Node at 0x00e2a8f0

Node is ino #194, version 39. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00e2a978

jffs2_add_fd_to_list( c0ede1e0, c0f0b620 (->c0ef6fa0))

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00e2a9b4

Allocated inocache at c0efbfcc

Node is ino #195, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00e2b35c

Node is ino #195, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00e2b950

Node is ino #195, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00e2c154

Node is ino #195, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00e2cab4

Node is ino #195, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00e2d328

Node is ino #195, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00e2df1c

Node is ino #195, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00e2e5d4

Node is ino #195, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00e2ec90

Node is ino #195, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00e2f7a8

Node is ino #195, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00e2ff40

Node is ino #195, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00e309fc

Node is ino #195, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00e3108c

Node is ino #195, version 19. Range 0xc000-0xc296

jffs2_scan_inode_node(): Node at 0x00e31220

Node is ino #195, version 21. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00e312a8

jffs2_add_fd_to_list( c0ede220, c0f0b620 (->c0ede1e0))

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00e312e0

Allocated inocache at c0efbfe0

Node is ino #196, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00e31e90

Node is ino #196, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00e32578

Node is ino #196, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00e32a8c

Node is ino #196, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00e33710

Node is ino #196, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00e34114

Node is ino #196, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00e35018

Node is ino #196, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00e35918

Node is ino #196, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00e36374

Node is ino #196, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00e37148

Node is ino #196, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00e37b48

Node is ino #196, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00e38b38

Node is ino #196, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00e392b8

Node is ino #196, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00e39c4c

Node is ino #196, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00e3a7b8

Node is ino #196, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00e3ad24

Node is ino #196, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00e3ba84

Node is ino #196, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00e3c228

Node is ino #196, version 26. Range 0x11000-0x112fc

jffs2_scan_inode_node(): Node at 0x00e3c410

Node is ino #196, version 28. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00e3c498

jffs2_add_fd_to_list( c0ede260, c0f0b620 (->c0ede1e0))

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00e3c4d0

Node is ino #197, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00e3d180

Node is ino #197, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00e3d9c0

Node is ino #197, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00e3e204

Node is ino #197, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00e3ed40

Node is ino #197, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00e3f35c

Node is ino #197, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00e3fa40

Node is ino #197, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00e3fe60

Node is ino #197, version 12. Range 0x7000-0x7380

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00e20000: free 0x00000000, dirty 0x00005180, used 0x0001ae80

jffs2_scan_eraseblock(): Scanning block at 0xe40000

jffs2_scan_inode_node(): Node at 0x00e4000c

Allocated inocache at c0edb2c0

Node is ino #193, version 137. Range 0x5e8cd-0x5f000

jffs2_scan_inode_node(): Node at 0x00e4065c

Node is ino #193, version 138. Range 0x5f000-0x60000

jffs2_scan_inode_node(): Node at 0x00e41f10

Node is ino #193, version 140. Range 0x60000-0x61000

jffs2_scan_inode_node(): Node at 0x00e42d54

Node is ino #193, version 141. Range 0x61000-0x62000

jffs2_scan_inode_node(): Node at 0x00e43cd0

Node is ino #193, version 142. Range 0x62000-0x63000

jffs2_scan_inode_node(): Node at 0x00e450c0

Node is ino #193, version 144. Range 0x63000-0x64000

jffs2_scan_inode_node(): Node at 0x00e46050

Node is ino #193, version 145. Range 0x64000-0x65000

jffs2_scan_inode_node(): Node at 0x00e47bbc

Node is ino #193, version 147. Range 0x65000-0x66000

jffs2_scan_inode_node(): Node at 0x00e48b44

Node is ino #193, version 148. Range 0x66000-0x67000

jffs2_scan_inode_node(): Node at 0x00e49ad0

Node is ino #193, version 149. Range 0x67000-0x68000

jffs2_scan_inode_node(): Node at 0x00e4aea0

Node is ino #193, version 151. Range 0x68000-0x69000

jffs2_scan_inode_node(): Node at 0x00e4be1c

Node is ino #193, version 152. Range 0x69000-0x6a000

jffs2_scan_inode_node(): Node at 0x00e4d958

Node is ino #193, version 154. Range 0x6a000-0x6b000

jffs2_scan_inode_node(): Node at 0x00e4e8d8

Node is ino #193, version 155. Range 0x6b000-0x6c000

jffs2_scan_inode_node(): Node at 0x00e4f85c

Node is ino #193, version 156. Range 0x6c000-0x6d000

jffs2_scan_inode_node(): Node at 0x00e50b40

Node is ino #193, version 158. Range 0x6d000-0x6e000

jffs2_scan_inode_node(): Node at 0x00e519f0

Node is ino #193, version 159. Range 0x6e000-0x6f000

jffs2_scan_inode_node(): Node at 0x00e5352c

Node is ino #193, version 161. Range 0x6f000-0x70000

jffs2_scan_inode_node(): Node at 0x00e5447c

Node is ino #193, version 162. Range 0x70000-0x71000

jffs2_scan_inode_node(): Node at 0x00e55138

Node is ino #193, version 163. Range 0x71000-0x72000

jffs2_scan_inode_node(): Node at 0x00e56090

Node is ino #193, version 165. Range 0x72000-0x73000

jffs2_scan_inode_node(): Node at 0x00e56f88

Node is ino #193, version 166. Range 0x73000-0x74000

jffs2_scan_inode_node(): Node at 0x00e5794c

Node is ino #193, version 168. Range 0x74000-0x75000

jffs2_scan_inode_node(): Node at 0x00e57e54

Node is ino #193, version 169. Range 0x75000-0x76000

jffs2_scan_inode_node(): Node at 0x00e58194

Node is ino #193, version 170. Range 0x76000-0x77000

jffs2_scan_inode_node(): Node at 0x00e582d8

Node is ino #193, version 172. Range 0x77000-0x78000

jffs2_scan_inode_node(): Node at 0x00e5838c

Node is ino #193, version 173. Range 0x78000-0x79000

jffs2_scan_inode_node(): Node at 0x00e58a84

Node is ino #193, version 175. Range 0x79000-0x7a000

jffs2_scan_inode_node(): Node at 0x00e58ff0

Node is ino #193, version 176. Range 0x7a000-0x7b000

jffs2_scan_inode_node(): Node at 0x00e5951c

Node is ino #193, version 177. Range 0x7b000-0x7c000

jffs2_scan_inode_node(): Node at 0x00e59be8

Node is ino #193, version 179. Range 0x7c000-0x7d000

jffs2_scan_inode_node(): Node at 0x00e5a0c4

Node is ino #193, version 180. Range 0x7d000-0x7e000

jffs2_scan_inode_node(): Node at 0x00e5ac68

Node is ino #193, version 182. Range 0x7e000-0x7f000

jffs2_scan_inode_node(): Node at 0x00e5b404

Node is ino #193, version 183. Range 0x7f000-0x80000

jffs2_scan_inode_node(): Node at 0x00e5bba4

Node is ino #193, version 184. Range 0x80000-0x81000

jffs2_scan_inode_node(): Node at 0x00e5c65c

Node is ino #193, version 186. Range 0x81000-0x82000

jffs2_scan_inode_node(): Node at 0x00e5cf78

Node is ino #193, version 187. Range 0x82000-0x83000

jffs2_scan_inode_node(): Node at 0x00e5d5c4

Node is ino #193, version 188. Range 0x83000-0x8399b

jffs2_scan_inode_node(): Node at 0x00e5da68

Node is ino #193, version 190. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00e5daf0

jffs2_add_fd_to_list( c0ede2a0, c0f0b620 (->c0ede1e0))

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00e5db24

Node is ino #194, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00e5e1dc

Node is ino #194, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00e5ec24

Node is ino #194, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00e5f3cc

Node is ino #194, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00e5fd20

Node is ino #194, version 7. Range 0x4000-0x43e7

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00e40000: free 0x00000000, dirty 0x000054b8, used 0x0001ab48

jffs2_scan_eraseblock(): Scanning block at 0xe60000

jffs2_scan_inode_node(): Node at 0x00e6000c

Node is ino #193, version 94. Range 0x40d5d-0x41000

jffs2_scan_inode_node(): Node at 0x00e602dc

Node is ino #193, version 95. Range 0x41000-0x42000

jffs2_scan_inode_node(): Node at 0x00e61c2c

Node is ino #193, version 97. Range 0x42000-0x43000

jffs2_scan_inode_node(): Node at 0x00e62ab4

Node is ino #193, version 98. Range 0x43000-0x44000

jffs2_scan_inode_node(): Node at 0x00e63970

Node is ino #193, version 99. Range 0x44000-0x45000

jffs2_scan_inode_node(): Node at 0x00e64cc8

Node is ino #193, version 101. Range 0x45000-0x46000

jffs2_scan_inode_node(): Node at 0x00e65c70

Node is ino #193, version 102. Range 0x46000-0x47000

jffs2_scan_inode_node(): Node at 0x00e677e4

Node is ino #193, version 104. Range 0x47000-0x48000

jffs2_scan_inode_node(): Node at 0x00e6878c

Node is ino #193, version 105. Range 0x48000-0x49000

jffs2_scan_inode_node(): Node at 0x00e69718

Node is ino #193, version 106. Range 0x49000-0x4a000

jffs2_scan_inode_node(): Node at 0x00e6aae8

Node is ino #193, version 108. Range 0x4a000-0x4b000

jffs2_scan_inode_node(): Node at 0x00e6ba74

Node is ino #193, version 109. Range 0x4b000-0x4c000

jffs2_scan_inode_node(): Node at 0x00e6d5b4

Node is ino #193, version 111. Range 0x4c000-0x4d000

jffs2_scan_inode_node(): Node at 0x00e6e52c

Node is ino #193, version 112. Range 0x4d000-0x4e000

jffs2_scan_inode_node(): Node at 0x00e6f4ac

Node is ino #193, version 113. Range 0x4e000-0x4f000

jffs2_scan_inode_node(): Node at 0x00e70878

Node is ino #193, version 115. Range 0x4f000-0x50000

jffs2_scan_inode_node(): Node at 0x00e71604

Node is ino #193, version 116. Range 0x50000-0x51000

jffs2_scan_inode_node(): Node at 0x00e72a3c

Node is ino #193, version 118. Range 0x51000-0x52000

jffs2_scan_inode_node(): Node at 0x00e734ac

Node is ino #193, version 119. Range 0x52000-0x53000

jffs2_scan_inode_node(): Node at 0x00e73f6c

Node is ino #193, version 120. Range 0x53000-0x54000

jffs2_scan_inode_node(): Node at 0x00e7523c

Node is ino #193, version 122. Range 0x54000-0x55000

jffs2_scan_inode_node(): Node at 0x00e76010

Node is ino #193, version 123. Range 0x55000-0x56000

jffs2_scan_inode_node(): Node at 0x00e77c20

Node is ino #193, version 125. Range 0x56000-0x57000

jffs2_scan_inode_node(): Node at 0x00e78ae8

Node is ino #193, version 126. Range 0x57000-0x58000

jffs2_scan_inode_node(): Node at 0x00e797dc

Node is ino #193, version 127. Range 0x58000-0x59000

jffs2_scan_inode_node(): Node at 0x00e7a870

Node is ino #193, version 129. Range 0x59000-0x5a000

jffs2_scan_inode_node(): Node at 0x00e7b548

Node is ino #193, version 130. Range 0x5a000-0x5b000

jffs2_scan_inode_node(): Node at 0x00e7cbd0

Node is ino #193, version 132. Range 0x5b000-0x5c000

jffs2_scan_inode_node(): Node at 0x00e7d888

Node is ino #193, version 133. Range 0x5c000-0x5d000

jffs2_scan_inode_node(): Node at 0x00e7e5fc

Node is ino #193, version 134. Range 0x5d000-0x5e000

jffs2_scan_inode_node(): Node at 0x00e7f808

Node is ino #193, version 136. Range 0x5e000-0x5e8cd

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00e60000: free 0x00000000, dirty 0x00005820, used 0x0001a7e0

jffs2_scan_eraseblock(): Scanning block at 0xe80000

jffs2_scan_inode_node(): Node at 0x00e8000c

Node is ino #193, version 27. Range 0x11d69-0x12000

jffs2_scan_inode_node(): Node at 0x00e8025c

Node is ino #193, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00e80ffc

Node is ino #193, version 30. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00e81790

Node is ino #193, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00e82740

Node is ino #193, version 33. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00e831f4

Node is ino #193, version 34. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00e83ce4

Node is ino #193, version 35. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00e84a40

Node is ino #193, version 37. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00e85110

Node is ino #193, version 38. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00e8605c

Node is ino #193, version 40. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00e86a44

Node is ino #193, version 41. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00e874b4

Node is ino #193, version 42. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00e88078

Node is ino #193, version 44. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x00e887e0

Node is ino #193, version 45. Range 0x1e000-0x1f000

jffs2_scan_inode_node(): Node at 0x00e8983c

Node is ino #193, version 47. Range 0x1f000-0x20000

jffs2_scan_inode_node(): Node at 0x00e8a0bc

Node is ino #193, version 48. Range 0x20000-0x21000

jffs2_scan_inode_node(): Node at 0x00e8a9f0

Node is ino #193, version 49. Range 0x21000-0x22000

jffs2_scan_inode_node(): Node at 0x00e8b264

Node is ino #193, version 51. Range 0x22000-0x23000

jffs2_scan_inode_node(): Node at 0x00e8b9a8

Node is ino #193, version 52. Range 0x23000-0x24000

jffs2_scan_inode_node(): Node at 0x00e8c650

Node is ino #193, version 54. Range 0x24000-0x25000

jffs2_scan_inode_node(): Node at 0x00e8ccb0

Node is ino #193, version 55. Range 0x25000-0x26000

jffs2_scan_inode_node(): Node at 0x00e8d3f4

Node is ino #193, version 56. Range 0x26000-0x27000

jffs2_scan_inode_node(): Node at 0x00e8dd10

Node is ino #193, version 58. Range 0x27000-0x28000

jffs2_scan_inode_node(): Node at 0x00e8e4e4

Node is ino #193, version 59. Range 0x28000-0x29000

jffs2_scan_inode_node(): Node at 0x00e8f254

Node is ino #193, version 61. Range 0x29000-0x2a000

jffs2_scan_inode_node(): Node at 0x00e8fc40

Node is ino #193, version 62. Range 0x2a000-0x2b000

jffs2_scan_inode_node(): Node at 0x00e90488

Node is ino #193, version 63. Range 0x2b000-0x2c000

jffs2_scan_inode_node(): Node at 0x00e91074

Node is ino #193, version 65. Range 0x2c000-0x2d000

jffs2_scan_inode_node(): Node at 0x00e91a64

Node is ino #193, version 66. Range 0x2d000-0x2e000

jffs2_scan_inode_node(): Node at 0x00e92ad0

Node is ino #193, version 68. Range 0x2e000-0x2f000

jffs2_scan_inode_node(): Node at 0x00e934f0

Node is ino #193, version 69. Range 0x2f000-0x30000

jffs2_scan_inode_node(): Node at 0x00e93fd4

Node is ino #193, version 70. Range 0x30000-0x31000

jffs2_scan_inode_node(): Node at 0x00e94da4

Node is ino #193, version 72. Range 0x31000-0x32000

jffs2_scan_inode_node(): Node at 0x00e9566c

Node is ino #193, version 73. Range 0x32000-0x33000

jffs2_scan_inode_node(): Node at 0x00e96400

Node is ino #193, version 75. Range 0x33000-0x34000

jffs2_scan_inode_node(): Node at 0x00e969a0

Node is ino #193, version 76. Range 0x34000-0x35000

jffs2_scan_inode_node(): Node at 0x00e971e8

Node is ino #193, version 77. Range 0x35000-0x36000

jffs2_scan_inode_node(): Node at 0x00e97d34

Node is ino #193, version 79. Range 0x36000-0x37000

jffs2_scan_inode_node(): Node at 0x00e985d0

Node is ino #193, version 80. Range 0x37000-0x38000

jffs2_scan_inode_node(): Node at 0x00e994c0

Node is ino #193, version 82. Range 0x38000-0x39000

jffs2_scan_inode_node(): Node at 0x00e99c48

Node is ino #193, version 83. Range 0x39000-0x3a000

jffs2_scan_inode_node(): Node at 0x00e9a338

Node is ino #193, version 84. Range 0x3a000-0x3b000

jffs2_scan_inode_node(): Node at 0x00e9b054

Node is ino #193, version 86. Range 0x3b000-0x3c000

jffs2_scan_inode_node(): Node at 0x00e9ba64

Node is ino #193, version 87. Range 0x3c000-0x3d000

jffs2_scan_inode_node(): Node at 0x00e9cba4

Node is ino #193, version 89. Range 0x3d000-0x3e000

jffs2_scan_inode_node(): Node at 0x00e9d4bc

Node is ino #193, version 90. Range 0x3e000-0x3f000

jffs2_scan_inode_node(): Node at 0x00e9e1a0

Node is ino #193, version 91. Range 0x3f000-0x40000

jffs2_scan_inode_node(): Node at 0x00e9f3fc

Node is ino #193, version 93. Range 0x40000-0x40d5d

Block at 0x00e80000: free 0x00000000, dirty 0x00005d5c, used 0x0001a2a4

jffs2_scan_eraseblock(): Scanning block at 0xea0000

jffs2_scan_inode_node(): Node at 0x00ea000c

Allocated inocache at c0edb2d4

Node is ino #115, version 5. Range 0x161a-0x2000

jffs2_scan_inode_node(): Node at 0x00ea047c

Node is ino #115, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ea0ec4

Node is ino #115, version 8. Range 0x3000-0x3c0a

jffs2_scan_inode_node(): Node at 0x00ea13f8

Node is ino #115, version 10. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea1480

Allocated inocache at c0edb2e8

jffs2_add_fd_to_list( c0ede2e0, c0ee03c0 (->00000000))

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

jffs2_scan_inode_node(): Node at 0x00ea14b4

Allocated inocache at c0edb2fc

Node is ino #116, version 2. Range 0x0-0x6b6

jffs2_scan_inode_node(): Node at 0x00ea1834

Node is ino #116, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea18bc

jffs2_add_fd_to_list( c0ee0400, c0ee03c0 (->c0ede2e0))

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

jffs2_scan_inode_node(): Node at 0x00ea18ec

Allocated inocache at c0edb310

Node is ino #117, version 2. Range 0x0-0x78e

jffs2_scan_inode_node(): Node at 0x00ea1cfc

Node is ino #117, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea1d84

jffs2_add_fd_to_list( c0ede320, c0ee03c0 (->c0ede2e0))

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

jffs2_scan_inode_node(): Node at 0x00ea1dbc

Allocated inocache at c0edb324

Node is ino #118, version 2. Range 0x0-0x110

jffs2_scan_inode_node(): Node at 0x00ea1ee0

Node is ino #118, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea1f68

jffs2_add_fd_to_list( c0ee0460, c0ee03c0 (->c0ede2e0))

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

jffs2_scan_inode_node(): Node at 0x00ea1f98

Allocated inocache at c0edb338

Node is ino #119, version 2. Range 0x0-0x240

jffs2_scan_inode_node(): Node at 0x00ea2184

Node is ino #119, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea220c

jffs2_add_fd_to_list( c0ede360, c0ee03c0 (->c0ede2e0))

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

jffs2_scan_inode_node(): Node at 0x00ea2240

Allocated inocache at c0edb34c

Node is ino #120, version 2. Range 0x0-0x39

jffs2_scan_inode_node(): Node at 0x00ea22bc

Node is ino #120, version 3. Range 0x39-0x3c

jffs2_scan_inode_node(): Node at 0x00ea2348

Node is ino #120, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea23d0

jffs2_add_fd_to_list( c0ee04c0, c0ee03c0 (->c0ede2e0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

jffs2_scan_inode_node(): Node at 0x00ea2488

Allocated inocache at c0edb360

Node is ino #121, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea2510

jffs2_add_fd_to_list( c0ee0500, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "limits" (hash 0xc8f5784c, ino #122

jffs2_scan_inode_node(): Node at 0x00ea2540

Allocated inocache at c0edb374

Node is ino #122, version 2. Range 0x0-0x2d5

jffs2_scan_inode_node(): Node at 0x00ea2774

Node is ino #122, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea27fc

jffs2_add_fd_to_list( c0ee0540, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

jffs2_scan_dirent_node(): Node at 0x00ea2870

Allocated inocache at c0edb388

jffs2_add_fd_to_list( c0ee0560, c0ee0580 (->00000000))

Dirent "rc" (hash 0x0003a5c1, ino #124

jffs2_scan_inode_node(): Node at 0x00ea289c

Allocated inocache at c0edb39c

Node is ino #124, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ea2fc4

Node is ino #124, version 3. Range 0x1000-0x19a3

jffs2_scan_inode_node(): Node at 0x00ea32f0

Node is ino #124, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea3378

jffs2_add_fd_to_list( c0ee05c0, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

jffs2_scan_inode_node(): Node at 0x00ea3538

Allocated inocache at c0edb3b0

Node is ino #125, version 3. Range 0x0-0xd88

jffs2_scan_inode_node(): Node at 0x00ea3b78

Node is ino #125, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea3c00

jffs2_add_fd_to_list( c0ee0600, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

jffs2_scan_inode_node(): Node at 0x00ea3c2c

Allocated inocache at c0edb3c4

Node is ino #126, version 2. Range 0x0-0x4b0

jffs2_scan_inode_node(): Node at 0x00ea3f04

Node is ino #126, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea3f8c

jffs2_add_fd_to_list( c0ee0640, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

jffs2_scan_inode_node(): Node at 0x00ea3fb8

Allocated inocache at c0edb3d8

Node is ino #127, version 2. Range 0x0-0x4ba

jffs2_scan_inode_node(): Node at 0x00ea422c

Node is ino #127, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea42b4

jffs2_add_fd_to_list( c0ee0680, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

jffs2_scan_inode_node(): Node at 0x00ea42e0

Allocated inocache at c0edb3ec

Node is ino #128, version 2. Range 0x0-0x95

jffs2_scan_inode_node(): Node at 0x00ea43e0

Node is ino #128, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea4468

jffs2_add_fd_to_list( c0ede3a0, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

jffs2_scan_inode_node(): Node at 0x00ea449c

Allocated inocache at c0edb400

Node is ino #129, version 2. Range 0x0-0x1fa

jffs2_scan_inode_node(): Node at 0x00ea4610

Node is ino #129, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea4698

jffs2_add_fd_to_list( c0ee06e0, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

jffs2_scan_inode_node(): Node at 0x00ea483c

Allocated inocache at c0edb414

Node is ino #130, version 3. Range 0x0-0x6e4

jffs2_scan_inode_node(): Node at 0x00ea4b00

Node is ino #130, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea4b88

jffs2_add_fd_to_list( c0ee0720, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

jffs2_scan_inode_node(): Node at 0x00ea4bb8

Allocated inocache at c0edb428

Node is ino #131, version 2. Range 0x0-0x1d

jffs2_scan_inode_node(): Node at 0x00ea4c60

Node is ino #131, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea4ce8

jffs2_add_fd_to_list( c0ede3e0, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

jffs2_scan_inode_node(): Node at 0x00ea4d18

Allocated inocache at c0edb43c

Node is ino #132, version 2. Range 0x0-0x308

jffs2_scan_inode_node(): Node at 0x00ea4eb0

Node is ino #132, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea4f38

jffs2_add_fd_to_list( c0ede420, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

jffs2_scan_inode_node(): Node at 0x00ea4f68

Allocated inocache at c0edb450

Node is ino #133, version 2. Range 0x0-0x3cb

jffs2_scan_inode_node(): Node at 0x00ea5160

Node is ino #133, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea51e8

jffs2_add_fd_to_list( c0ede460, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

jffs2_scan_inode_node(): Node at 0x00ea521c

Allocated inocache at c0edb464

Node is ino #134, version 2. Range 0x0-0x5bd

jffs2_scan_inode_node(): Node at 0x00ea5554

Node is ino #134, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea55dc

jffs2_add_fd_to_list( c0ee07c0, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

jffs2_scan_inode_node(): Node at 0x00ea595c

Allocated inocache at c0edb478

Node is ino #135, version 3. Range 0x0-0x95f

jffs2_scan_inode_node(): Node at 0x00ea5d4c

Node is ino #135, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea5dd4

jffs2_add_fd_to_list( c0ee0800, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

jffs2_scan_inode_node(): Node at 0x00ea5e04

Allocated inocache at c0edb48c

Node is ino #136, version 2. Range 0x0-0x97a

jffs2_scan_inode_node(): Node at 0x00ea623c

Node is ino #136, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea62c4

jffs2_add_fd_to_list( c0ede4a0, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

jffs2_scan_inode_node(): Node at 0x00ea62f8

Allocated inocache at c0edb4a0

Node is ino #137, version 2. Range 0x0-0x699

jffs2_scan_inode_node(): Node at 0x00ea66b4

Node is ino #137, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea673c

jffs2_add_fd_to_list( c0ede4e0, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "functions" (hash 0xca593f39, ino #138

jffs2_scan_inode_node(): Node at 0x00ea6c9c

Allocated inocache at c0edb4b4

Node is ino #138, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ea72a4

Node is ino #138, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ea784c

Node is ino #138, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ea7e20

Node is ino #138, version 6. Range 0x3000-0x30a9

jffs2_scan_inode_node(): Node at 0x00ea7f18

Node is ino #138, version 8. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea7fa0

jffs2_add_fd_to_list( c0ee0880, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

jffs2_scan_inode_node(): Node at 0x00ea7fd0

Allocated inocache at c0edb4c8

Node is ino #139, version 2. Range 0x0-0xbd

jffs2_scan_inode_node(): Node at 0x00ea80e8

Node is ino #139, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea8170

jffs2_add_fd_to_list( c0ede520, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

jffs2_scan_inode_node(): Node at 0x00ea81a0

Allocated inocache at c0edb4dc

Node is ino #140, version 2. Range 0x0-0x476

jffs2_scan_inode_node(): Node at 0x00ea8398

Node is ino #140, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea8420

jffs2_add_fd_to_list( c0ee08e0, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

jffs2_scan_inode_node(): Node at 0x00ea8450

Allocated inocache at c0edb4f0

Node is ino #141, version 2. Range 0x0-0x2be

jffs2_scan_inode_node(): Node at 0x00ea8670

Node is ino #141, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea86f8

jffs2_add_fd_to_list( c0ee0920, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

jffs2_scan_inode_node(): Node at 0x00ea8728

Allocated inocache at c0edb504

Node is ino #142, version 2. Range 0x0-0x12d

jffs2_scan_inode_node(): Node at 0x00ea8860

Node is ino #142, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea88e8

jffs2_add_fd_to_list( c0ee0960, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

jffs2_scan_inode_node(): Node at 0x00ea8918

Allocated inocache at c0edb518

Node is ino #143, version 2. Range 0x0-0x51f

jffs2_scan_inode_node(): Node at 0x00ea8b98

Node is ino #143, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea8c20

jffs2_add_fd_to_list( c0ede560, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

jffs2_scan_inode_node(): Node at 0x00ea9158

Allocated inocache at c0edb52c

Node is ino #144, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ea974c

Node is ino #144, version 4. Range 0x1000-0x10b2

jffs2_scan_inode_node(): Node at 0x00ea9844

Node is ino #144, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ea98cc

jffs2_add_fd_to_list( c0ee09c0, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

jffs2_scan_inode_node(): Node at 0x00ea98f8

Allocated inocache at c0edb540

Node is ino #145, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ea9f00

Node is ino #145, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00eaa4bc

Node is ino #145, version 4. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00eaaaa4

Node is ino #145, version 5. Range 0x3000-0x34ed

jffs2_scan_inode_node(): Node at 0x00eaad68

Node is ino #145, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eaadf0

jffs2_add_fd_to_list( c0ede5a0, c0ee0580 (->c0ee0560))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

jffs2_scan_inode_node(): Node at 0x00eaae24

Allocated inocache at c0edb554

Node is ino #146, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00eab468

Node is ino #146, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00eab9cc

Node is ino #146, version 4. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00eac314

Node is ino #146, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00eac944

Node is ino #146, version 7. Range 0x4000-0x40d3

jffs2_scan_inode_node(): Node at 0x00eaca50

Node is ino #146, version 9. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eacb1c

Node is ino #123, version 27. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eacba4

jffs2_add_fd_to_list( c0ee0a20, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

jffs2_scan_inode_node(): Node at 0x00eacbd4

Allocated inocache at c0edb568

Node is ino #147, version 2. Range 0x0-0x43

jffs2_scan_inode_node(): Node at 0x00eacc9c

Node is ino #147, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eacd24

jffs2_add_fd_to_list( c0ee0a60, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

jffs2_scan_inode_node(): Node at 0x00eacd54

Allocated inocache at c0edb57c

Node is ino #148, version 2. Range 0x0-0x26

jffs2_scan_inode_node(): Node at 0x00eace04

Node is ino #148, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eace8c

jffs2_add_fd_to_list( c0ede5e0, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

jffs2_scan_inode_node(): Node at 0x00eacec0

Allocated inocache at c0edb590

Node is ino #149, version 2. Range 0x0-0x11

jffs2_scan_inode_node(): Node at 0x00eacf5c

Node is ino #149, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eacfe4

jffs2_add_fd_to_list( c0ede620, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

jffs2_scan_inode_node(): Node at 0x00ead018

Allocated inocache at c0edb5a4

Node is ino #150, version 2. Range 0x0-0x80a

jffs2_scan_inode_node(): Node at 0x00ead468

Node is ino #150, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ead4f0

jffs2_add_fd_to_list( c0ee0ae0, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

jffs2_scan_inode_node(): Node at 0x00ead520

Allocated inocache at c0edb5b8

Node is ino #151, version 2. Range 0x0-0x43

jffs2_scan_inode_node(): Node at 0x00ead5e8

Node is ino #151, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ead670

jffs2_add_fd_to_list( c0ede660, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

jffs2_scan_inode_node(): Node at 0x00ead6a4

Allocated inocache at c0edb5cc

Node is ino #152, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00eadb3c

Node is ino #152, version 3. Range 0x1000-0x17bd

jffs2_scan_inode_node(): Node at 0x00eadda8

Node is ino #152, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eade30

jffs2_add_fd_to_list( c0ede6a0, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

jffs2_scan_inode_node(): Node at 0x00eade64

Allocated inocache at c0edb5e0

Node is ino #153, version 2. Range 0x0-0x1a

jffs2_scan_inode_node(): Node at 0x00eadf08

Node is ino #153, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eadf90

jffs2_add_fd_to_list( c0ede6e0, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

jffs2_scan_inode_node(): Node at 0x00eae4e8

Allocated inocache at c0edb5f4

Node is ino #154, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00eaec94

Node is ino #154, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00eaf4f0

Node is ino #154, version 5. Range 0x2000-0x27f9

jffs2_scan_inode_node(): Node at 0x00eaf9b4

Node is ino #154, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eafa3c

jffs2_add_fd_to_list( c0ede720, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

jffs2_scan_inode_node(): Node at 0x00eafa70

Allocated inocache at c0edb608

Node is ino #155, version 2. Range 0x0-0x6d4

jffs2_scan_inode_node(): Node at 0x00eafebc

Node is ino #155, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eaff44

jffs2_add_fd_to_list( c0ede760, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

jffs2_scan_inode_node(): Node at 0x00eaff78

Allocated inocache at c0edb61c

Node is ino #156, version 2. Range 0x0-0x4c

jffs2_scan_inode_node(): Node at 0x00eb0048

Node is ino #156, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb008c

jffs2_add_fd_to_list( c0ede7a0, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

jffs2_scan_dirent_node(): Node at 0x00eb0100

jffs2_add_fd_to_list( c0ede7e0, c0ee03c0 (->c0ee04c0))

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

jffs2_scan_dirent_node(): Node at 0x00eb0174

Allocated inocache at c0edb630

jffs2_add_fd_to_list( c0ee0bc0, c0ee0be0 (->00000000))

Dirent "d" (hash 0x00004502, ino #158

jffs2_scan_dirent_node(): Node at 0x00eb01e4

Allocated inocache at c0edb644

jffs2_add_fd_to_list( c0ee0c00, c0ee0c20 (->00000000))

Dirent "dumb" (hash 0x01907183, ino #159

jffs2_scan_inode_node(): Node at 0x00eb0210

Allocated inocache at c0edb658

Node is ino #159, version 2. Range 0x0-0x134

jffs2_scan_inode_node(): Node at 0x00eb02e8

Node is ino #159, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eb03b4

Node is ino #158, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb043c

jffs2_add_fd_to_list( c0ee0c60, c0ee0be0 (->c0ee0bc0))

Dirent "d" (hash 0x00004502, ino #158

Dirent "l" (hash 0x00004a82, ino #160

jffs2_scan_dirent_node(): Node at 0x00eb04ac

Allocated inocache at c0edb66c

jffs2_add_fd_to_list( c0ee0c80, c0ee0ca0 (->00000000))

Dirent "linux" (hash 0x12458656, ino #161

jffs2_scan_inode_node(): Node at 0x00eb04dc

Allocated inocache at c0edb680

Node is ino #161, version 2. Range 0x0-0x62c

jffs2_scan_inode_node(): Node at 0x00eb083c

Node is ino #161, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eb0908

Node is ino #160, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb0990

jffs2_add_fd_to_list( c0ee0ce0, c0ee0be0 (->c0ee0bc0))

Dirent "d" (hash 0x00004502, ino #158

Dirent "l" (hash 0x00004a82, ino #160

Dirent "p" (hash 0x00004d4d, ino #162

jffs2_scan_dirent_node(): Node at 0x00eb0a00

Allocated inocache at c0edb694

jffs2_add_fd_to_list( c0ee0d00, c0ee0d20 (->00000000))

Dirent "pcansi" (hash 0xcebd4d4a, ino #163

jffs2_scan_inode_node(): Node at 0x00eb0a30

Allocated inocache at c0edb6a8

Node is ino #163, version 2. Range 0x0-0x498

jffs2_scan_inode_node(): Node at 0x00eb0c6c

Node is ino #163, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eb0d38

Node is ino #162, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb0dc0

jffs2_add_fd_to_list( c0ee0d60, c0ee0be0 (->c0ee0bc0))

Dirent "d" (hash 0x00004502, ino #158

Dirent "l" (hash 0x00004a82, ino #160

Dirent "p" (hash 0x00004d4d, ino #162

Dirent "v" (hash 0x0000516d, ino #164

jffs2_scan_dirent_node(): Node at 0x00eb0e30

Allocated inocache at c0edb6bc

jffs2_add_fd_to_list( c0ee0d80, c0ee0da0 (->00000000))

Dirent "vt100" (hash 0x13e297c9, ino #165

jffs2_scan_inode_node(): Node at 0x00eb0e60

Allocated inocache at c0edb6d0

Node is ino #165, version 2. Range 0x0-0x477

jffs2_scan_inode_node(): Node at 0x00eb112c

Node is ino #165, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb11b4

jffs2_add_fd_to_list( c0ee0de0, c0ee0da0 (->c0ee0d80))

Dirent "vt100" (hash 0x13e297c9, ino #165

Dirent "vt102" (hash 0x13e29929, ino #166

jffs2_scan_inode_node(): Node at 0x00eb11e4

Allocated inocache at c0edb6e4

Node is ino #166, version 2. Range 0x0-0x471

jffs2_scan_inode_node(): Node at 0x00eb14ac

Node is ino #166, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb1534

jffs2_add_fd_to_list( c0ee0e20, c0ee0da0 (->c0ee0d80))

Dirent "vt100" (hash 0x13e297c9, ino #165

Dirent "vt102" (hash 0x13e29929, ino #166

Dirent "vt220" (hash 0x13e2fa19, ino #167

jffs2_scan_inode_node(): Node at 0x00eb1564

Allocated inocache at c0edb6f8

Node is ino #167, version 2. Range 0x0-0x4a7

jffs2_scan_inode_node(): Node at 0x00eb1870

Node is ino #167, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb18f8

jffs2_add_fd_to_list( c0ee0e60, c0ee0da0 (->c0ee0d80))

Dirent "vt52" (hash 0x01cee498, ino #168

Dirent "vt100" (hash 0x13e297c9, ino #165

Dirent "vt102" (hash 0x13e29929, ino #166

Dirent "vt220" (hash 0x13e2fa19, ino #167

jffs2_scan_inode_node(): Node at 0x00eb1924

Allocated inocache at c0edb70c

Node is ino #168, version 2. Range 0x0-0x1ce

jffs2_scan_inode_node(): Node at 0x00eb1a9c

Node is ino #168, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eb1b68

Node is ino #164, version 8. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb1bf0

jffs2_add_fd_to_list( c0ee0ea0, c0ee0be0 (->c0ee0bc0))

Dirent "a" (hash 0x000042f2, ino #169

Dirent "d" (hash 0x00004502, ino #158

Dirent "l" (hash 0x00004a82, ino #160

Dirent "p" (hash 0x00004d4d, ino #162

Dirent "v" (hash 0x0000516d, ino #164

jffs2_scan_dirent_node(): Node at 0x00eb1c60

Allocated inocache at c0edb720

jffs2_add_fd_to_list( c0ee0ec0, c0ee0ee0 (->00000000))

Dirent "ansi" (hash 0x01839f79, ino #170

jffs2_scan_inode_node(): Node at 0x00eb1c8c

Allocated inocache at c0edb734

Node is ino #170, version 2. Range 0x0-0x5aa

jffs2_scan_inode_node(): Node at 0x00eb1f80

Node is ino #170, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eb204c

Node is ino #169, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb20d4

jffs2_add_fd_to_list( c0ee0f20, c0ee0be0 (->c0ee0ea0))

Dirent "a" (hash 0x000042f2, ino #169

Dirent "d" (hash 0x00004502, ino #158

Dirent "l" (hash 0x00004a82, ino #160

Dirent "m" (hash 0x00004b32, ino #171

Dirent "p" (hash 0x00004d4d, ino #162

Dirent "v" (hash 0x0000516d, ino #164

jffs2_scan_dirent_node(): Node at 0x00eb2144

Allocated inocache at c0edb748

jffs2_add_fd_to_list( c0ee0f40, c0ee0f60 (->00000000))

Dirent "mach" (hash 0x01a9d0a0, ino #172

jffs2_scan_inode_node(): Node at 0x00eb2170

Allocated inocache at c0edb75c

Node is ino #172, version 2. Range 0x0-0x269

jffs2_scan_inode_node(): Node at 0x00eb234c

Node is ino #172, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb23d4

jffs2_add_fd_to_list( c0ede820, c0ee0f60 (->c0ee0f40))

Dirent "mach" (hash 0x01a9d0a0, ino #172

Dirent "mach-bold" (hash 0x72f7b3e6, ino #173

jffs2_scan_inode_node(): Node at 0x00eb2408

Allocated inocache at c0edb770

Node is ino #173, version 2. Range 0x0-0x28c

jffs2_scan_inode_node(): Node at 0x00eb2600

Node is ino #173, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb2688

jffs2_add_fd_to_list( c0ede860, c0ee0f60 (->c0ee0f40))

Dirent "mach" (hash 0x01a9d0a0, ino #172

Dirent "mach-bold" (hash 0x72f7b3e6, ino #173

Dirent "mach-color" (hash 0xf0ccae6f, ino #174

jffs2_scan_inode_node(): Node at 0x00eb26bc

Allocated inocache at c0edb784

Node is ino #174, version 2. Range 0x0-0x447

jffs2_scan_inode_node(): Node at 0x00eb28d0

Node is ino #174, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eb299c

Node is ino #171, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb2a24

jffs2_add_fd_to_list( c0ee0fe0, c0ee0be0 (->c0ee0ea0))

Dirent "a" (hash 0x000042f2, ino #169

Dirent "d" (hash 0x00004502, ino #158

Dirent "l" (hash 0x00004a82, ino #160

Dirent "m" (hash 0x00004b32, ino #171

Dirent "p" (hash 0x00004d4d, ino #162

Dirent "s" (hash 0x00004f5d, ino #175

Dirent "v" (hash 0x0000516d, ino #164

jffs2_scan_dirent_node(): Node at 0x00eb2a94

Allocated inocache at c0edb798

jffs2_add_fd_to_list( c0ed61e0, c0ed6200 (->00000000))

Dirent "screen" (hash 0xd4087ea2, ino #176

jffs2_scan_inode_node(): Node at 0x00eb2ac4

Allocated inocache at c0edb7ac

Node is ino #176, version 2. Range 0x0-0x534

jffs2_scan_inode_node(): Node at 0x00eb2db4

Node is ino #176, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb2e3c

jffs2_add_fd_to_list( c0ede8a0, c0ed6200 (->c0ed61e0))

Dirent "screen-w" (hash 0x380581f1, ino #177

Dirent "screen" (hash 0xd4087ea2, ino #176

jffs2_scan_inode_node(): Node at 0x00eb2e6c

Allocated inocache at c0edb7c0

Node is ino #177, version 2. Range 0x0-0x544

jffs2_scan_inode_node(): Node at 0x00eb3168

Node is ino #177, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb31f0

jffs2_add_fd_to_list( c0ed6260, c0ed6200 (->c0ede8a0))

Dirent "sun" (hash 0x002946f6, ino #178

Dirent "screen-w" (hash 0x380581f1, ino #177

Dirent "screen" (hash 0xd4087ea2, ino #176

jffs2_scan_inode_node(): Node at 0x00eb334c

Allocated inocache at c0edb7d4

Node is ino #178, version 3. Range 0x0-0x3fb

jffs2_scan_inode_node(): Node at 0x00eb3580

Node is ino #178, version 5. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eb364c

Node is ino #175, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb36d4

jffs2_add_fd_to_list( c0ed62a0, c0ee0be0 (->c0ee0ea0))

Dirent "a" (hash 0x000042f2, ino #169

Dirent "d" (hash 0x00004502, ino #158

Dirent "l" (hash 0x00004a82, ino #160

Dirent "m" (hash 0x00004b32, ino #171

Dirent "p" (hash 0x00004d4d, ino #162

Dirent "s" (hash 0x00004f5d, ino #175

Dirent "v" (hash 0x0000516d, ino #164

Dirent "x" (hash 0x000052cd, ino #179

jffs2_scan_dirent_node(): Node at 0x00eb3744

Allocated inocache at c0edb7e8

jffs2_add_fd_to_list( c0ed62c0, c0ed62e0 (->00000000))

Dirent "xterm" (hash 0x14444f97, ino #180

jffs2_scan_inode_node(): Node at 0x00eb3774

Allocated inocache at c0edb7fc

Node is ino #180, version 2. Range 0x0-0x557

jffs2_scan_inode_node(): Node at 0x00eb3a74

Node is ino #180, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb3afc

jffs2_add_fd_to_list( c0ede8e0, c0ed62e0 (->c0ed62c0))

Dirent "xterm" (hash 0x14444f97, ino #180

Dirent "xterm-color" (hash 0x238fbbfe, ino #181

jffs2_scan_inode_node(): Node at 0x00eb3b30

Allocated inocache at c0edb810

Node is ino #181, version 2. Range 0x0-0x587

jffs2_scan_inode_node(): Node at 0x00eb3e34

Node is ino #181, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb3ebc

jffs2_add_fd_to_list( c0ede920, c0ed62e0 (->c0ed62c0))

Dirent "xterm" (hash 0x14444f97, ino #180

Dirent "xterm-color" (hash 0x238fbbfe, ino #181

Dirent "xterm-r5" (hash 0x5f3bfdeb, ino #182

jffs2_scan_inode_node(): Node at 0x00eb3eec

Allocated inocache at c0edb824

Node is ino #182, version 2. Range 0x0-0x4ff

jffs2_scan_inode_node(): Node at 0x00eb418c

Node is ino #182, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb4214

jffs2_add_fd_to_list( c0ede960, c0ed62e0 (->c0ed62c0))

Dirent "xterm" (hash 0x14444f97, ino #180

Dirent "xterm-color" (hash 0x238fbbfe, ino #181

Dirent "xterm-r5" (hash 0x5f3bfdeb, ino #182

Dirent "xterm-r6" (hash 0x5f3bfe9b, ino #183

jffs2_scan_inode_node(): Node at 0x00eb4244

Allocated inocache at c0edb838

Node is ino #183, version 2. Range 0x0-0x54d

jffs2_scan_inode_node(): Node at 0x00eb4538

Node is ino #183, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb45c0

jffs2_add_fd_to_list( c0ede9a0, c0ed62e0 (->c0ed62c0))

Dirent "xterm" (hash 0x14444f97, ino #180

Dirent "xterm-color" (hash 0x238fbbfe, ino #181

Dirent "xterm-vt220" (hash 0x267a74ea, ino #184

Dirent "xterm-r5" (hash 0x5f3bfdeb, ino #182

Dirent "xterm-r6" (hash 0x5f3bfe9b, ino #183

jffs2_scan_inode_node(): Node at 0x00eb4774

Allocated inocache at c0edb84c

Node is ino #184, version 3. Range 0x0-0x6ec

jffs2_scan_inode_node(): Node at 0x00eb4b48

Node is ino #184, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb4bd0

jffs2_add_fd_to_list( c0ede9e0, c0ed62e0 (->c0ed62c0))

Dirent "xterm" (hash 0x14444f97, ino #180

Dirent "xterm-color" (hash 0x238fbbfe, ino #181

Dirent "xterm-vt220" (hash 0x267a74ea, ino #184

Dirent "xterm-xfree86" (hash 0x47f29dd5, ino #185

Dirent "xterm-r5" (hash 0x5f3bfdeb, ino #182

Dirent "xterm-r6" (hash 0x5f3bfe9b, ino #183

jffs2_scan_inode_node(): Node at 0x00eb4c08

Allocated inocache at c0edb860

Node is ino #185, version 2. Range 0x0-0x7f8

jffs2_scan_inode_node(): Node at 0x00eb5098

Node is ino #185, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eb5164

Node is ino #179, version 10. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb51ec

jffs2_add_fd_to_list( c0ed63c0, c0ee0be0 (->c0ee0ea0))

Dirent "a" (hash 0x000042f2, ino #169

Dirent "d" (hash 0x00004502, ino #158

Dirent "l" (hash 0x00004a82, ino #160

Dirent "m" (hash 0x00004b32, ino #171

Dirent "p" (hash 0x00004d4d, ino #162

Dirent "r" (hash 0x00004ead, ino #186

Dirent "s" (hash 0x00004f5d, ino #175

Dirent "v" (hash 0x0000516d, ino #164

Dirent "x" (hash 0x000052cd, ino #179

jffs2_scan_dirent_node(): Node at 0x00eb525c

Allocated inocache at c0edb874

jffs2_add_fd_to_list( c0edea20, c0ed63e0 (->00000000))

Dirent "rxvt-basic" (hash 0xc7cabfdf, ino #187

jffs2_scan_inode_node(): Node at 0x00eb5290

Allocated inocache at c0edb888

Node is ino #187, version 2. Range 0x0-0x611

jffs2_scan_inode_node(): Node at 0x00eb5608

Node is ino #187, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb5690

jffs2_add_fd_to_list( c0ed6420, c0ed63e0 (->c0edea20))

Dirent "rxvt" (hash 0x01c40018, ino #188

Dirent "rxvt-basic" (hash 0xc7cabfdf, ino #187

jffs2_scan_inode_node(): Node at 0x00eb56bc

Allocated inocache at c0edb89c

Node is ino #188, version 2. Range 0x0-0x643

jffs2_scan_inode_node(): Node at 0x00eb5a48

Node is ino #188, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eb5b14

Node is ino #186, version 6. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eb5be0

Node is ino #157, version 13. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb5c74

jffs2_add_fd_to_list( c0ed6460, c0ee03c0 (->c0ee04c0))

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

jffs2_scan_inode_node(): Node at 0x00eb5ca0

Allocated inocache at c0edb8b0

Node is ino #189, version 2. Range 0x0-0xc

jffs2_scan_dirent_node(): Node at 0x00eb5d34

jffs2_add_fd_to_list( c0ed64a0, c0ee03c0 (->c0ed6460))

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00eb5d64

Allocated inocache at c0edb8c4

Node is ino #190, version 2. Range 0x0-0xb

jffs2_scan_inode_node(): Node at 0x00eb5df8

Node is ino #190, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb5e80

jffs2_add_fd_to_list( c0edea60, c0ee03c0 (->c0ed6460))

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00eb5eb4

Allocated inocache at c0edb8d8

Node is ino #191, version 2. Range 0x0-0x4f

jffs2_scan_inode_node(): Node at 0x00eb5f7c

Node is ino #191, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eb6048

Node is ino #49, version 49. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eb60d0

jffs2_add_fd_to_list( c0ed6500, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_dirent_node(): Node at 0x00eb6140

jffs2_add_fd_to_list( c0edeaa0, c0f0b620 (->c0ede2a0))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

jffs2_scan_inode_node(): Node at 0x00eb6174

Node is ino #193, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00eb6be8

Node is ino #193, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00eb7364

Node is ino #193, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00eb7b20

Node is ino #193, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00eb8260

Node is ino #193, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00eb86b4

Node is ino #193, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00eb9104

Node is ino #193, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00eb9790

Node is ino #193, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00eb9e28

Node is ino #193, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00eba9dc

Node is ino #193, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00ebb29c

Node is ino #193, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00ebc108

Node is ino #193, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00ebca60

Node is ino #193, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00ebd11c

Node is ino #193, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00ebda50

Node is ino #193, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00ebe0fc

Node is ino #193, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00ebeeb0

Node is ino #193, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00ebf75c

Node is ino #193, version 26. Range 0x11000-0x11d69

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00ea0000: free 0x00000000, dirty 0x00006e28, used 0x000191d8

jffs2_scan_eraseblock(): Scanning block at 0xec0000

jffs2_scan_inode_node(): Node at 0x00ec02a4

Allocated inocache at c0edb8ec

Node is ino #46, version 27. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00ec0c00

Node is ino #46, version 28. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00ec1ce4

Node is ino #46, version 30. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00ec2544

Node is ino #46, version 31. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00ec2ea8

Node is ino #46, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00ec3d40

Node is ino #46, version 34. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00ec4704

Node is ino #46, version 35. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00ec59a0

Node is ino #46, version 37. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00ec6330

Node is ino #46, version 38. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00ec6c00

Node is ino #46, version 39. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00ec7910

Node is ino #46, version 41. Range 0x1b000-0x1c000

jffs2_scan_inode_node(): Node at 0x00ec81ac

Node is ino #46, version 42. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00ec90dc

Node is ino #46, version 44. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x00ec98cc

Node is ino #46, version 45. Range 0x1e000-0x1f000

jffs2_scan_inode_node(): Node at 0x00eca06c

Node is ino #46, version 46. Range 0x1f000-0x20000

jffs2_scan_inode_node(): Node at 0x00ecaa20

Node is ino #46, version 48. Range 0x20000-0x21000

jffs2_scan_inode_node(): Node at 0x00ecb208

Node is ino #46, version 49. Range 0x21000-0x22000

jffs2_scan_inode_node(): Node at 0x00ecbe90

Node is ino #46, version 51. Range 0x22000-0x23000

jffs2_scan_inode_node(): Node at 0x00ecc3dc

Node is ino #46, version 52. Range 0x23000-0x24000

jffs2_scan_inode_node(): Node at 0x00ecc74c

Node is ino #46, version 53. Range 0x24000-0x25000

jffs2_scan_inode_node(): Node at 0x00ecd13c

Node is ino #46, version 55. Range 0x25000-0x26000

jffs2_scan_inode_node(): Node at 0x00ecd89c

Node is ino #46, version 56. Range 0x26000-0x27000

jffs2_scan_inode_node(): Node at 0x00ece734

Node is ino #46, version 58. Range 0x27000-0x28000

jffs2_scan_inode_node(): Node at 0x00eceee0

Node is ino #46, version 59. Range 0x28000-0x29000

jffs2_scan_inode_node(): Node at 0x00ecf5b0

Node is ino #46, version 60. Range 0x29000-0x29b27

jffs2_scan_inode_node(): Node at 0x00ecfaf8

Node is ino #46, version 62. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ecfb80

jffs2_add_fd_to_list( c0ed6540, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "who" (hash 0x002a319d, ino #47

jffs2_scan_inode_node(): Node at 0x00ecffe8

Allocated inocache at c0edb900

Node is ino #47, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ed0778

Node is ino #47, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ed10ac

Node is ino #47, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ed1988

Node is ino #47, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ed2290

Node is ino #47, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00ed2d10

Node is ino #47, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00ed34c4

Node is ino #47, version 10. Range 0x6000-0x62bf

jffs2_scan_inode_node(): Node at 0x00ed369c

Node is ino #47, version 12. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00ed3768

Node is ino #7, version 44. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ed37f0

jffs2_add_fd_to_list( c0ed6580, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_inode_node(): Node at 0x00ed38a4

Allocated inocache at c0edb914

Node is ino #48, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ed392c

jffs2_add_fd_to_list( c0ed65c0, c01ead80 (->c01ead60))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_scan_dirent_node(): Node at 0x00ed399c

jffs2_add_fd_to_list( c0ed65e0, c0ee03c0 (->c0ed6460))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00ed3a50

Allocated inocache at c0edb928

Node is ino #50, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ed3ad8

jffs2_add_fd_to_list( c0ed6620, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00ed3b04

Allocated inocache at c0edb93c

Node is ino #51, version 2. Range 0x0-0x64f

jffs2_scan_inode_node(): Node at 0x00ed3ea4

Node is ino #51, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ed3f2c

jffs2_add_fd_to_list( c0ed6660, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_dirent_node(): Node at 0x00ed3f9c

Allocated inocache at c0edb950

jffs2_add_fd_to_list( c0ed6680, c0ed66a0 (->00000000))

Dirent "moduli" (hash 0xcb7560fb, ino #53

jffs2_scan_inode_node(): Node at 0x00ed4188

Allocated inocache at c0edb964

Node is ino #53, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ed439c

Node is ino #53, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ed4550

Node is ino #53, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ed47d8

Node is ino #53, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ed499c

Node is ino #53, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00ed4cf4

Node is ino #53, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00ed4fec

Node is ino #53, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00ed51ec

Node is ino #53, version 11. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00ed53f8

Node is ino #53, version 12. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00ed55f0

Node is ino #53, version 13. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00ed59c8

Node is ino #53, version 15. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00ed5d7c

Node is ino #53, version 16. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00ed6004

Node is ino #53, version 17. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00ed6290

Node is ino #53, version 18. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00ed6514

Node is ino #53, version 19. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00ed69fc

Node is ino #53, version 21. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00ed6c84

Node is ino #53, version 22. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00ed6f10

Node is ino #53, version 23. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00ed7298

Node is ino #53, version 24. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00ed758c

Node is ino #53, version 25. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00ed7b40

Node is ino #53, version 27. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00ed7e2c

Node is ino #53, version 28. Range 0x15000-0x157e7

jffs2_scan_inode_node(): Node at 0x00ed812c

Node is ino #53, version 30. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ed81b4

jffs2_add_fd_to_list( c0edeae0, c0ed66a0 (->c0ed6680))

Dirent "ssh_config" (hash 0x16856929, ino #54

Dirent "moduli" (hash 0xcb7560fb, ino #53

jffs2_scan_inode_node(): Node at 0x00ed81e8

Allocated inocache at c0edb978

Node is ino #54, version 2. Range 0x0-0x573

jffs2_scan_inode_node(): Node at 0x00ed84fc

Node is ino #54, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ed8584

jffs2_add_fd_to_list( c0edeb20, c0ed66a0 (->c0edeae0))

Dirent "ssh_config" (hash 0x16856929, ino #54

Dirent "moduli" (hash 0xcb7560fb, ino #53

Dirent "ssh_host_dsa_key" (hash 0xe91fc12f, ino #55

jffs2_scan_inode_node(): Node at 0x00ed85bc

Allocated inocache at c0edb98c

Node is ino #55, version 2. Range 0x0-0x2a0

jffs2_scan_inode_node(): Node at 0x00ed8868

Node is ino #55, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ed88f0

jffs2_add_fd_to_list( c0edeb60, c0ed66a0 (->c0edeae0))

Dirent "ssh_config" (hash 0x16856929, ino #54

Dirent "ssh_host_dsa_key.pub" (hash 0xb1e49567, ino #56

Dirent "moduli" (hash 0xcb7560fb, ino #53

Dirent "ssh_host_dsa_key" (hash 0xe91fc12f, ino #55

jffs2_scan_inode_node(): Node at 0x00ed892c

Allocated inocache at c0edb9a0

Node is ino #56, version 2. Range 0x0-0x25f

jffs2_scan_inode_node(): Node at 0x00ed8bb0

Node is ino #56, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ed8c38

jffs2_add_fd_to_list( c0edeba0, c0ed66a0 (->c0edeae0))

Dirent "ssh_config" (hash 0x16856929, ino #54

Dirent "ssh_host_key" (hash 0xadca6b77, ino #57

Dirent "ssh_host_dsa_key.pub" (hash 0xb1e49567, ino #56

Dirent "moduli" (hash 0xcb7560fb, ino #53

Dirent "ssh_host_dsa_key" (hash 0xe91fc12f, ino #55

jffs2_scan_inode_node(): Node at 0x00ed8eb0

Allocated inocache at c0edb9b4

Node is ino #57, version 3. Range 0x0-0x214

jffs2_scan_inode_node(): Node at 0x00ed914c

Node is ino #57, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ed91d4

jffs2_add_fd_to_list( c0edebe0, c0ed66a0 (->c0edeae0))

Dirent "ssh_config" (hash 0x16856929, ino #54

Dirent "ssh_host_key.pub" (hash 0x5679352f, ino #58

Dirent "ssh_host_key" (hash 0xadca6b77, ino #57

Dirent "ssh_host_dsa_key.pub" (hash 0xb1e49567, ino #56

Dirent "moduli" (hash 0xcb7560fb, ino #53

Dirent "ssh_host_dsa_key" (hash 0xe91fc12f, ino #55

jffs2_scan_inode_node(): Node at 0x00ed920c

Allocated inocache at c0edb9c8

Node is ino #58, version 2. Range 0x0-0x150

jffs2_scan_inode_node(): Node at 0x00ed9360

Node is ino #58, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ed93e8

jffs2_add_fd_to_list( c0edec20, c0ed66a0 (->c0edeae0))

Dirent "ssh_config" (hash 0x16856929, ino #54

Dirent "ssh_host_key.pub" (hash 0x5679352f, ino #58

Dirent "ssh_host_key" (hash 0xadca6b77, ino #57

Dirent "ssh_host_dsa_key.pub" (hash 0xb1e49567, ino #56

Dirent "moduli" (hash 0xcb7560fb, ino #53

Dirent "ssh_host_dsa_key" (hash 0xe91fc12f, ino #55

Dirent "ssh_host_rsa_key" (hash 0xee77a592, ino #59

jffs2_scan_inode_node(): Node at 0x00ed9420

Allocated inocache at c0edb9dc

Node is ino #59, version 2. Range 0x0-0x373

jffs2_scan_inode_node(): Node at 0x00ed9768

Node is ino #59, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ed97f0

jffs2_add_fd_to_list( c0edec60, c0ed66a0 (->c0edeae0))

Dirent "ssh_config" (hash 0x16856929, ino #54

Dirent "ssh_host_rsa_key.pub" (hash 0x4991575a, ino #60

Dirent "ssh_host_key.pub" (hash 0x5679352f, ino #58

Dirent "ssh_host_key" (hash 0xadca6b77, ino #57

Dirent "ssh_host_dsa_key.pub" (hash 0xb1e49567, ino #56

Dirent "moduli" (hash 0xcb7560fb, ino #53

Dirent "ssh_host_dsa_key" (hash 0xe91fc12f, ino #55

Dirent "ssh_host_rsa_key" (hash 0xee77a592, ino #59

jffs2_scan_inode_node(): Node at 0x00ed982c

Allocated inocache at c0edb9f0

Node is ino #60, version 2. Range 0x0-0xe3

jffs2_scan_inode_node(): Node at 0x00ed9990

Node is ino #60, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ed9a18

jffs2_add_fd_to_list( c0edeca0, c0ed66a0 (->c0edeae0))

Dirent "ssh_config" (hash 0x16856929, ino #54

Dirent "ssh_host_rsa_key.pub" (hash 0x4991575a, ino #60

Dirent "ssh_host_key.pub" (hash 0x5679352f, ino #58

Dirent "sshd_config" (hash 0xa3244c03, ino #61

Dirent "ssh_host_key" (hash 0xadca6b77, ino #57

Dirent "ssh_host_dsa_key.pub" (hash 0xb1e49567, ino #56

Dirent "moduli" (hash 0xcb7560fb, ino #53

Dirent "ssh_host_dsa_key" (hash 0xe91fc12f, ino #55

Dirent "ssh_host_rsa_key" (hash 0xee77a592, ino #59

jffs2_scan_inode_node(): Node at 0x00ed9a4c

Allocated inocache at c0edba04

Node is ino #61, version 2. Range 0x0-0xa59

jffs2_scan_inode_node(): Node at 0x00ed9fc8

Node is ino #61, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00eda094

Node is ino #52, version 13. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eda11c

jffs2_add_fd_to_list( c0edece0, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00eda154

Allocated inocache at c0edba18

Node is ino #62, version 2. Range 0x0-0x6

jffs2_scan_inode_node(): Node at 0x00eda1e4

Node is ino #62, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eda26c

jffs2_add_fd_to_list( c0ed6800, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00eda4d0

Allocated inocache at c0edba2c

Node is ino #63, version 3. Range 0x0-0x4de

jffs2_scan_inode_node(): Node at 0x00eda790

Node is ino #63, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eda818

jffs2_add_fd_to_list( c0ed6840, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00eda848

Allocated inocache at c0edba40

Node is ino #64, version 2. Range 0x0-0x2fa

jffs2_scan_inode_node(): Node at 0x00eda9e4

Node is ino #64, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edaa6c

jffs2_add_fd_to_list( c0ed6880, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00edaa9c

Allocated inocache at c0edba54

Node is ino #65, version 2. Range 0x0-0x7d

jffs2_scan_inode_node(): Node at 0x00edab90

Node is ino #65, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edac18

jffs2_add_fd_to_list( c0ed68c0, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00edac48

Allocated inocache at c0edba68

Node is ino #66, version 2. Range 0x0-0x99

jffs2_scan_inode_node(): Node at 0x00edad44

Node is ino #66, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edadcc

jffs2_add_fd_to_list( c0eded20, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00edae00

Allocated inocache at c0edba7c

Node is ino #67, version 2. Range 0x0-0x129

jffs2_scan_inode_node(): Node at 0x00edaf28

Node is ino #67, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edafb0

jffs2_add_fd_to_list( c0ed6920, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_dirent_node(): Node at 0x00edb034

jffs2_add_fd_to_list( c0eded60, c0f0b9e0 (->c01e8c20))

Dirent "S700miniboot" (hash 0x0e560cf5, ino #520

Dirent "S999halt" (hash 0x193f1bc5, ino #69

Dirent "S800sendsignals" (hash 0x40eff219, ino #521

jffs2_scan_inode_node(): Node at 0x00edb064

Allocated inocache at c0edba90

Node is ino #69, version 2. Range 0x0-0x10

jffs2_scan_inode_node(): Node at 0x00edb0b8

Allocated inocache at c0edbaa4

Node is ino #70, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edb134

Allocated inocache at c0edbab8

Node is ino #71, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edb234

Node is ino #68, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edb2bc

jffs2_add_fd_to_list( c0ed69a0, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00edb2ec

Allocated inocache at c0edbacc

Node is ino #73, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edb364

Allocated inocache at c0edbae0

Node is ino #74, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edb434

jffs2_add_fd_to_list( c0ededa0, c0f0b900 (->c01e8be0))

Dirent "K800ethnet" (hash 0x43f8536f, ino #519

Dirent "k250inetd" (hash 0x832e2514, ino #518

Dirent "K900sysklogd" (hash 0xa8d14436, ino #75

Dirent "K350nis" (hash 0xd5f415b0, ino #517

Dirent "K300mountnfs" (hash 0xe3f0ad2e, ino #516

Dirent "K400nfs-common" (hash 0xfc07c9ae, ino #515

jffs2_scan_inode_node(): Node at 0x00edb468

Allocated inocache at c0edbaf4

Node is ino #75, version 2. Range 0x0-0x14

jffs2_scan_inode_node(): Node at 0x00edb4c0

Allocated inocache at c0edbb08

Node is ino #76, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edb534

Allocated inocache at c0edbb1c

Node is ino #77, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edb5ac

Allocated inocache at c0edbb30

Node is ino #78, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edb6b0

Node is ino #72, version 10. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edb738

jffs2_add_fd_to_list( c0ed6a80, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00edb768

Allocated inocache at c0edbb44

Node is ino #80, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edb7e0

Allocated inocache at c0edbb58

Node is ino #81, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edb858

Allocated inocache at c0edbb6c

Node is ino #82, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edb924

jffs2_add_fd_to_list( c0edede0, c0f0b820 (->c01e8ae0))

Dirent "K800ethnet" (hash 0x43f8536f, ino #514

Dirent "k250inetd" (hash 0x832e2514, ino #513

Dirent "K350nis" (hash 0xd5f415b0, ino #512

Dirent "S100sysklogd" (hash 0xe2b879c7, ino #83

Dirent "K300mountnfs" (hash 0xe3f0ad2e, ino #511

Dirent "K400nfs-common" (hash 0xfc07c9ae, ino #510

jffs2_scan_inode_node(): Node at 0x00edb958

Allocated inocache at c0edbb80

Node is ino #83, version 2. Range 0x0-0x14

jffs2_scan_inode_node(): Node at 0x00edb9b0

Allocated inocache at c0edbb94

Node is ino #84, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edba28

Allocated inocache at c0edbba8

Node is ino #85, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edbb2c

Node is ino #79, version 10. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edbbb4

jffs2_add_fd_to_list( c0ed6b60, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_dirent_node(): Node at 0x00edbc3c

Allocated inocache at c0edbbbc

jffs2_add_fd_to_list( c0edee20, c0ed6b80 (->00000000))

Dirent "S100sysklogd" (hash 0xe2b879c7, ino #87

jffs2_scan_inode_node(): Node at 0x00edbc70

Allocated inocache at c0edbbd0

Node is ino #87, version 2. Range 0x0-0x14

jffs2_scan_inode_node(): Node at 0x00edbd50

Node is ino #86, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edbdd8

jffs2_add_fd_to_list( c0ed6bc0, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00edbe08

Allocated inocache at c0edbbe4

Node is ino #89, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edbf08

Node is ino #88, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edbf90

jffs2_add_fd_to_list( c0ed6c00, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_dirent_node(): Node at 0x00edc018

Allocated inocache at c0edbbf8

jffs2_add_fd_to_list( c0edee60, c0ed6c20 (->00000000))

Dirent "S100sysklogd" (hash 0xe2b879c7, ino #91

jffs2_scan_inode_node(): Node at 0x00edc04c

Allocated inocache at c0edbc0c

Node is ino #91, version 2. Range 0x0-0x14

jffs2_scan_inode_node(): Node at 0x00edc12c

Node is ino #90, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edc1b4

jffs2_add_fd_to_list( c0ed6c60, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_dirent_node(): Node at 0x00edc23c

Allocated inocache at c0edbc20

jffs2_add_fd_to_list( c0edeea0, c0ed6c80 (->00000000))

Dirent "S999reboot" (hash 0x004fbf36, ino #93

jffs2_scan_inode_node(): Node at 0x00edc270

Allocated inocache at c0edbc34

Node is ino #93, version 2. Range 0x0-0x12

jffs2_scan_dirent_node(): Node at 0x00edc324

jffs2_add_fd_to_list( c0edeee0, c0ed6c80 (->c0edeea0))

Dirent "S999reboot" (hash 0x004fbf36, ino #93

Dirent "S800sendsignals" (hash 0x40eff219, ino #94

jffs2_scan_inode_node(): Node at 0x00edc35c

Allocated inocache at c0edbc48

Node is ino #94, version 2. Range 0x0-0x17

jffs2_scan_dirent_node(): Node at 0x00edc3fc

jffs2_add_fd_to_list( c0edef20, c0ed6c80 (->c0edeea0))

Dirent "S999reboot" (hash 0x004fbf36, ino #93

Dirent "S700miniboot" (hash 0x0e560cf5, ino #95

Dirent "S800sendsignals" (hash 0x40eff219, ino #94

jffs2_scan_inode_node(): Node at 0x00edc68c

Allocated inocache at c0edbc5c

Node is ino #95, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00edcc94

Node is ino #95, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00edd768

Node is ino #95, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00eddd50

Node is ino #95, version 7. Range 0x3000-0x392b

jffs2_scan_inode_node(): Node at 0x00ede0b4

Node is ino #95, version 9. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00ede180

Node is ino #92, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ede208

jffs2_add_fd_to_list( c0ed6d00, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00ede238

Allocated inocache at c0edbc70

Node is ino #97, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00ede2b0

Allocated inocache at c0edbc84

Node is ino #98, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00ede328

Allocated inocache at c0edbc98

Node is ino #99, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ede3f8

jffs2_add_fd_to_list( c0edef60, c0f0b6a0 (->c01e89a0))

Dirent "S225ethenet" (hash 0x1d315a2c, ino #508

Dirent "S750inetd" (hash 0x23a385b9, ino #507

Dirent "S250portmap" (hash 0x3ffbc7b2, ino #506

Dirent "S200checkfs" (hash 0x5394b953, ino #100

Dirent "S650nis" (hash 0x70dbd8a3, ino #505

Dirent "S775ssh" (hash 0x72eec784, ino #504

Dirent "S700mountnfs" (hash 0x8acae0ff, ino #503

Dirent "S600nfs-common" (hash 0x995b4017, ino #502

jffs2_scan_inode_node(): Node at 0x00ede42c

Allocated inocache at c0edbcac

Node is ino #100, version 2. Range 0x0-0x13

jffs2_scan_dirent_node(): Node at 0x00ede4dc

jffs2_add_fd_to_list( c0edefa0, c0f0b6a0 (->c01e89a0))

Dirent "S225ethenet" (hash 0x1d315a2c, ino #508

Dirent "S750inetd" (hash 0x23a385b9, ino #507

Dirent "S250portmap" (hash 0x3ffbc7b2, ino #506

Dirent "S200checkfs" (hash 0x5394b953, ino #100

Dirent "S100localnet" (hash 0x67437705, ino #101

Dirent "S650nis" (hash 0x70dbd8a3, ino #505

Dirent "S775ssh" (hash 0x72eec784, ino #504

Dirent "S700mountnfs" (hash 0x8acae0ff, ino #503

Dirent "S600nfs-common" (hash 0x995b4017, ino #502

jffs2_scan_inode_node(): Node at 0x00ede510

Allocated inocache at c0edbcc0

Node is ino #101, version 2. Range 0x0-0x14

jffs2_scan_inode_node(): Node at 0x00ede568

Allocated inocache at c0edbcd4

Node is ino #102, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00ede5dc

Allocated inocache at c0edbce8

Node is ino #103, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00ede650

Allocated inocache at c0edbcfc

Node is ino #104, version 1. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00ede6c8

Allocated inocache at c0edbd10

Node is ino #105, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ede79c

jffs2_add_fd_to_list( c0ed2120, c0f0b6a0 (->c01e89a0))

Dirent "S225ethenet" (hash 0x1d315a2c, ino #508

Dirent "S750inetd" (hash 0x23a385b9, ino #507

Dirent "S250portmap" (hash 0x3ffbc7b2, ino #506

Dirent "S200checkfs" (hash 0x5394b953, ino #100

Dirent "S100localnet" (hash 0x67437705, ino #101

Dirent "S650nis" (hash 0x70dbd8a3, ino #505

Dirent "S775ssh" (hash 0x72eec784, ino #504

Dirent "S700mountnfs" (hash 0x8acae0ff, ino #503

Dirent "S600nfs-common" (hash 0x995b4017, ino #502

Dirent "S500loadkeys" (hash 0xddf8d2fe, ino #106

jffs2_scan_inode_node(): Node at 0x00ede7d0

Allocated inocache at c0edbd24

Node is ino #106, version 2. Range 0x0-0x14

jffs2_scan_dirent_node(): Node at 0x00ede880

jffs2_add_fd_to_list( c0ed2160, c0f0b6a0 (->c01e89a0))

Dirent "S225ethenet" (hash 0x1d315a2c, ino #508

Dirent "S750inetd" (hash 0x23a385b9, ino #507

Dirent "S250portmap" (hash 0x3ffbc7b2, ino #506

Dirent "S200checkfs" (hash 0x5394b953, ino #100

Dirent "S100localnet" (hash 0x67437705, ino #101

Dirent "S650nis" (hash 0x70dbd8a3, ino #505

Dirent "S775ssh" (hash 0x72eec784, ino #504

Dirent "S700mountnfs" (hash 0x8acae0ff, ino #503

Dirent "S600nfs-common" (hash 0x995b4017, ino #502

Dirent "S500loadkeys" (hash 0xddf8d2fe, ino #106

Dirent "S210mountfs" (hash 0xe4990b81, ino #107

jffs2_scan_inode_node(): Node at 0x00ede8b4

Allocated inocache at c0edbd38

Node is ino #107, version 2. Range 0x0-0x13

jffs2_scan_inode_node(): Node at 0x00ede994

Node is ino #96, version 15. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edea1c

jffs2_add_fd_to_list( c0ed21a0, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_dirent_node(): Node at 0x00edea94

Allocated inocache at c0edbd4c

jffs2_add_fd_to_list( c0ed6e80, c0ed6ea0 (->00000000))

Dirent "network" (hash 0xc23beb7f, ino #109

jffs2_scan_inode_node(): Node at 0x00edeac4

Allocated inocache at c0edbd60

Node is ino #109, version 2. Range 0x0-0x34

jffs2_scan_inode_node(): Node at 0x00edeb80

Node is ino #109, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edec08

jffs2_add_fd_to_list( c0ed21e0, c0ed6ea0 (->c0ed6e80))

Dirent "network" (hash 0xc23beb7f, ino #109

Dirent "nic-config" (hash 0xe6b7af7c, ino #110

jffs2_scan_dirent_node(): Node at 0x00edec80

Allocated inocache at c0edbd74

jffs2_add_fd_to_list( c0ed2220, c0ed6ee0 (->00000000))

Dirent "ifcfg-eth0" (hash 0x91ba808e, ino #111

jffs2_scan_inode_node(): Node at 0x00edecb4

Allocated inocache at c0edbd88

Node is ino #111, version 2. Range 0x0-0x50

jffs2_scan_inode_node(): Node at 0x00eded8c

Node is ino #111, version 4. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edee58

Node is ino #110, version 5. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00edef24

Node is ino #108, version 6. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edefac

jffs2_add_fd_to_list( c0ed6f20, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00edefdc

Allocated inocache at c0edbd9c

Node is ino #112, version 2. Range 0x0-0x26

jffs2_scan_inode_node(): Node at 0x00edf08c

Node is ino #112, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edf114

jffs2_add_fd_to_list( c0ed2260, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00edf18c

Allocated inocache at c0edbdb0

Node is ino #113, version 3. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edf214

jffs2_add_fd_to_list( c0ed22a0, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00edf248

Allocated inocache at c0edbdc4

Node is ino #114, version 2. Range 0x0-0x4d

jffs2_scan_inode_node(): Node at 0x00edf314

Node is ino #114, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00edf39c

jffs2_add_fd_to_list( c0ed22e0, c0ee03c0 (->c0ed65e0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

jffs2_scan_inode_node(): Node at 0x00edf3cc

Node is ino #115, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00edfcc0

Node is ino #115, version 4. Range 0x1000-0x161a

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00ec0000: free 0x00000000, dirty 0x000072ac, used 0x00018d54

jffs2_scan_eraseblock(): Scanning block at 0xee0000

jffs2_scan_inode_node(): Node at 0x00ee000c

Allocated inocache at c0edbdd8

Node is ino #42, version 4. Range 0xcb3-0x1000

jffs2_scan_inode_node(): Node at 0x00ee029c

Node is ino #42, version 5. Range 0x1000-0x168c

jffs2_scan_inode_node(): Node at 0x00ee05e0

Node is ino #42, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ee0668

jffs2_add_fd_to_list( c0ed2320, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "who" (hash 0x002a319d, ino #47

Dirent "hostname" (hash 0x45a9b2b4, ino #43

jffs2_scan_inode_node(): Node at 0x00ee0698

Allocated inocache at c0edbdec

Node is ino #43, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ee11f8

Node is ino #43, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ee1af8

Node is ino #43, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ee219c

Node is ino #43, version 6. Range 0x3000-0x3bd0

jffs2_scan_inode_node(): Node at 0x00ee2784

Node is ino #43, version 8. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ee280c

jffs2_add_fd_to_list( c0ed6fe0, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "who" (hash 0x002a319d, ino #47

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

jffs2_scan_inode_node(): Node at 0x00ee283c

Allocated inocache at c0edbe00

Node is ino #44, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ee2fe8

Node is ino #44, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ee3d70

Node is ino #44, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ee46d0

Node is ino #44, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ee4f4c

Node is ino #44, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00ee58fc

Node is ino #44, version 8. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00ee6190

Node is ino #44, version 9. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00ee7010

Node is ino #44, version 11. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00ee79f0

Node is ino #44, version 12. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00ee83b4

Node is ino #44, version 13. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00ee8bf8

Node is ino #44, version 14. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00ee9518

Node is ino #44, version 15. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00eea3e0

Node is ino #44, version 17. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00eead9c

Node is ino #44, version 18. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00eeb710

Node is ino #44, version 19. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00eebea0

Node is ino #44, version 20. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00eec808

Node is ino #44, version 21. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00eed280

Node is ino #44, version 23. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00eed954

Node is ino #44, version 24. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00eee014

Node is ino #44, version 25. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00eee708

Node is ino #44, version 26. Range 0x14000-0x14ddc

jffs2_scan_inode_node(): Node at 0x00eeec58

Node is ino #44, version 28. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00eeece0

jffs2_add_fd_to_list( c0ed1200, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "who" (hash 0x002a319d, ino #47

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00eeed10

Allocated inocache at c0edbe14

Node is ino #45, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00eef780

Node is ino #45, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00eeff60

Node is ino #45, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ef07f4

Node is ino #45, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ef10a4

Node is ino #45, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00ef1a70

Node is ino #45, version 8. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00ef26c4

Node is ino #45, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00ef2cf4

Node is ino #45, version 11. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00ef3538

Node is ino #45, version 12. Range 0x8000-0x8e18

jffs2_scan_inode_node(): Node at 0x00ef3b24

Node is ino #45, version 16. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00ef3bac

jffs2_add_fd_to_list( c0ed1240, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00ef3bd8

Node is ino #46, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00ef434c

Node is ino #46, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00ef4da4

Node is ino #46, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00ef5740

Node is ino #46, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00ef69e4

Node is ino #46, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00ef73a4

Node is ino #46, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00ef7ce0

Node is ino #46, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00ef8a28

Node is ino #46, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00ef9398

Node is ino #46, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00efa79c

Node is ino #46, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00efb204

Node is ino #46, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00efbbac

Node is ino #46, version 17. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00efc9ec

Node is ino #46, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00efd3a4

Node is ino #46, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00efe5a4

Node is ino #46, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00efee1c

Node is ino #46, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00eff710

Node is ino #46, version 24. Range 0x10000-0x11000

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00ee0000: free 0x00000000, dirty 0x000046e0, used 0x0001b920

jffs2_scan_eraseblock(): Scanning block at 0xf00000

jffs2_scan_inode_node(): Node at 0x00f0000c

Allocated inocache at c0edbe28

Node is ino #34, version 9. Range 0x40d3-0x5000

jffs2_scan_inode_node(): Node at 0x00f00ce4

Node is ino #34, version 11. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00f014d4

Node is ino #34, version 12. Range 0x6000-0x6573

jffs2_scan_inode_node(): Node at 0x00f01798

Node is ino #34, version 14. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f01820

jffs2_add_fd_to_list( c0ed1280, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f01850

Allocated inocache at c0edbe3c

Node is ino #35, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f02074

Node is ino #35, version 3. Range 0x1000-0x11c0

jffs2_scan_inode_node(): Node at 0x00f021b8

Node is ino #35, version 5. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f02240

jffs2_add_fd_to_list( c0ed12c0, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f026cc

Allocated inocache at c0edbe50

Node is ino #36, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f02e40

Node is ino #36, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f03460

Node is ino #36, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f03fbc

Node is ino #36, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00f04908

Node is ino #36, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00f05898

Node is ino #36, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00f06238

Node is ino #36, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00f06b48

Node is ino #36, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00f0763c

Node is ino #36, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00f07fc0

Node is ino #36, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00f08e34

Node is ino #36, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00f09578

Node is ino #36, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00f09904

Node is ino #36, version 19. Range 0xc000-0xc558

jffs2_scan_inode_node(): Node at 0x00f09bcc

Node is ino #36, version 21. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f09c54

jffs2_add_fd_to_list( c0ed1300, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f0a1ac

Allocated inocache at c0edbe64

Node is ino #37, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f0a954

Node is ino #37, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f0b2b0

Node is ino #37, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f0bd2c

Node is ino #37, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00f0c680

Node is ino #37, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00f0d1c4

Node is ino #37, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00f0d974

Node is ino #37, version 11. Range 0x6000-0x6070

jffs2_scan_inode_node(): Node at 0x00f0da5c

Node is ino #37, version 13. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f0dae4

jffs2_add_fd_to_list( c0ed1340, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f0db14

Allocated inocache at c0edbe78

Node is ino #38, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f0eaf0

Node is ino #38, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f0f380

Node is ino #38, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f0fbe8

Node is ino #38, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00f105bc

Node is ino #38, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00f10d44

Node is ino #38, version 9. Range 0x5000-0x56ed

jffs2_scan_inode_node(): Node at 0x00f110a0

Node is ino #38, version 11. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f11128

jffs2_add_fd_to_list( c0ed1380, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f11158

Allocated inocache at c0edbe8c

Node is ino #39, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f11af8

Node is ino #39, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f12104

Node is ino #39, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f131d0

Node is ino #39, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00f13b48

Node is ino #39, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00f14464

Node is ino #39, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00f14f9c

Node is ino #39, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00f15918

Node is ino #39, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00f16ab0

Node is ino #39, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00f17444

Node is ino #39, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00f17d90

Node is ino #39, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00f18650

Node is ino #39, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00f18fdc

Node is ino #39, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00f19bf4

Node is ino #39, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00f1a3fc

Node is ino #39, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00f1ab78

Node is ino #39, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00f1b484

Node is ino #39, version 25. Range 0x10000-0x10bd8

jffs2_scan_inode_node(): Node at 0x00f1b87c

Node is ino #39, version 29. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f1b904

jffs2_add_fd_to_list( c0ed13c0, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f1b934

Allocated inocache at c0edbea0

Node is ino #40, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f1ca0c

Node is ino #40, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f1d340

Node is ino #40, version 5. Range 0x2000-0x235c

jffs2_scan_inode_node(): Node at 0x00f1d530

Node is ino #40, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f1d5b8

jffs2_add_fd_to_list( c0ed1400, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f1d5e8

Allocated inocache at c0edbeb4

Node is ino #41, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f1de5c

Node is ino #41, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f1e71c

Node is ino #41, version 4. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f1ede0

Node is ino #41, version 5. Range 0x3000-0x3c8f

jffs2_scan_inode_node(): Node at 0x00f1f420

Node is ino #41, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f1f4a8

jffs2_add_fd_to_list( c0ed2360, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f1f8e8

Node is ino #42, version 3. Range 0x0-0xcb3

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00f00000: free 0x00000000, dirty 0x00006168, used 0x00019e98

jffs2_scan_eraseblock(): Scanning block at 0xf20000

jffs2_scan_inode_node(): Node at 0x00f2000c

Allocated inocache at c0edbec8

Node is ino #24, version 13. Range 0x750c-0x8000

jffs2_scan_inode_node(): Node at 0x00f207dc

Node is ino #24, version 15. Range 0x8000-0x8690

jffs2_scan_inode_node(): Node at 0x00f20b04

Node is ino #24, version 17. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f20b8c

jffs2_add_fd_to_list( c0ed1460, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f20bb8

Allocated inocache at c0edbedc

Node is ino #25, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f213b8

Node is ino #25, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f21e48

Node is ino #25, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f2258c

Node is ino #25, version 6. Range 0x3000-0x3f1a

jffs2_scan_inode_node(): Node at 0x00f22cd4

Node is ino #25, version 8. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f22d5c

jffs2_add_fd_to_list( c0ed14a0, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f231c8

Allocated inocache at c0edbef0

Node is ino #26, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f23a24

Node is ino #26, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f242c4

Node is ino #26, version 5. Range 0x2000-0x20d0

jffs2_scan_inode_node(): Node at 0x00f243ac

Node is ino #26, version 7. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f24434

jffs2_add_fd_to_list( c0ed14e0, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f24a80

Allocated inocache at c0edbf04

Node is ino #27, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f25298

Node is ino #27, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f25a24

Node is ino #27, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f26678

Node is ino #27, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00f26fc4

Node is ino #27, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00f281cc

Node is ino #27, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00f28bf0

Node is ino #27, version 11. Range 0x6000-0x67d8

jffs2_scan_inode_node(): Node at 0x00f28f20

Node is ino #27, version 13. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f28fa8

jffs2_add_fd_to_list( c0ed1520, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f28fd4

Allocated inocache at c0edbf18

Node is ino #28, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f29e4c

Node is ino #28, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f2a8bc

Node is ino #28, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f2b260

Node is ino #28, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00f2bb60

Node is ino #28, version 8. Range 0x4000-0x4348

jffs2_scan_inode_node(): Node at 0x00f2bdd4

Node is ino #28, version 12. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f2be5c

jffs2_add_fd_to_list( c0ed1560, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f2be88

Allocated inocache at c0edbf2c

Node is ino #29, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f2c648

Node is ino #29, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f2d270

Node is ino #29, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f2dc4c

Node is ino #29, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00f2ec30

Node is ino #29, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00f2f4a4

Node is ino #29, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00f2fb1c

Node is ino #29, version 10. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00f30410

Node is ino #29, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00f3097c

Node is ino #29, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00f3117c

Node is ino #29, version 14. Range 0x9000-0x952b

jffs2_scan_inode_node(): Node at 0x00f31428

Node is ino #29, version 16. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f314b0

jffs2_add_fd_to_list( c0ed15a0, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f316fc

Allocated inocache at c0edbf40

Node is ino #30, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f31f30

Node is ino #30, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f32d24

Node is ino #30, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f333c0

Node is ino #30, version 7. Range 0x3000-0x3955

jffs2_scan_inode_node(): Node at 0x00f33894

Node is ino #30, version 9. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f3391c

jffs2_add_fd_to_list( c0ed15e0, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f33948

Allocated inocache at c0edbf54

Node is ino #31, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f3460c

Node is ino #31, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f34f64

Node is ino #31, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f355ac

Node is ino #31, version 6. Range 0x3000-0x3700

jffs2_scan_inode_node(): Node at 0x00f35948

Node is ino #31, version 8. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f359d0

jffs2_add_fd_to_list( c0ed1620, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f35d04

Allocated inocache at c0edbf68

Node is ino #32, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f36494

Node is ino #32, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f375c4

Node is ino #32, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f37e9c

Node is ino #32, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00f38680

Node is ino #32, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00f39090

Node is ino #32, version 10. Range 0x5000-0x5c6a

jffs2_scan_inode_node(): Node at 0x00f396b4

Node is ino #32, version 12. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f3973c

jffs2_add_fd_to_list( c0ed1660, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "chmod" (hash 0x10df8542, ino #33

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f3976c

Allocated inocache at c0edbf7c

Node is ino #33, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f3a7b0

Node is ino #33, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f3b10c

Node is ino #33, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f3b9f8

Node is ino #33, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00f3c4c8

Node is ino #33, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00f3cb28

Node is ino #33, version 9. Range 0x5000-0x5c20

jffs2_scan_inode_node(): Node at 0x00f3d15c

Node is ino #33, version 11. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f3d1e4

jffs2_add_fd_to_list( c0ed16a0, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "chmod" (hash 0x10df8542, ino #33

Dirent "chown" (hash 0x10e06f7b, ino #34

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f3d8dc

Node is ino #34, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f3e018

Node is ino #34, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f3e9b4

Node is ino #34, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f3f670

Node is ino #34, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00f3ff00

Node is ino #34, version 8. Range 0x4000-0x40d3

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00f20000: free 0x00000000, dirty 0x00006094, used 0x00019f6c

jffs2_scan_eraseblock(): Scanning block at 0xf40000

jffs2_scan_inode_node(): Node at 0x00f4000c

Allocated inocache at c0edbf90

Node is ino #22, version 168. Range 0x74e32-0x75000

jffs2_scan_inode_node(): Node at 0x00f4019c

Node is ino #22, version 169. Range 0x75000-0x76000

jffs2_scan_inode_node(): Node at 0x00f40a2c

Node is ino #22, version 170. Range 0x76000-0x77000

jffs2_scan_inode_node(): Node at 0x00f415f8

Node is ino #22, version 172. Range 0x77000-0x78000

jffs2_scan_inode_node(): Node at 0x00f41eac

Node is ino #22, version 173. Range 0x78000-0x79000

jffs2_scan_inode_node(): Node at 0x00f42d10

Node is ino #22, version 175. Range 0x79000-0x7a000

jffs2_scan_inode_node(): Node at 0x00f43564

Node is ino #22, version 176. Range 0x7a000-0x7b000

jffs2_scan_inode_node(): Node at 0x00f43cf4

Node is ino #22, version 177. Range 0x7b000-0x7c000

jffs2_scan_inode_node(): Node at 0x00f44550

Node is ino #22, version 179. Range 0x7c000-0x7d000

jffs2_scan_inode_node(): Node at 0x00f44c64

Node is ino #22, version 180. Range 0x7d000-0x7e000

jffs2_scan_inode_node(): Node at 0x00f45a04

Node is ino #22, version 182. Range 0x7e000-0x7f000

jffs2_scan_inode_node(): Node at 0x00f46160

Node is ino #22, version 183. Range 0x7f000-0x80000

jffs2_scan_inode_node(): Node at 0x00f46950

Node is ino #22, version 184. Range 0x80000-0x81000

jffs2_scan_inode_node(): Node at 0x00f4727c

Node is ino #22, version 186. Range 0x81000-0x82000

jffs2_scan_inode_node(): Node at 0x00f478b4

Node is ino #22, version 187. Range 0x82000-0x83000

jffs2_scan_inode_node(): Node at 0x00f485cc

Node is ino #22, version 189. Range 0x83000-0x84000

jffs2_scan_inode_node(): Node at 0x00f48d1c

Node is ino #22, version 190. Range 0x84000-0x85000

jffs2_scan_inode_node(): Node at 0x00f4940c

Node is ino #22, version 191. Range 0x85000-0x86000

jffs2_scan_inode_node(): Node at 0x00f49e34

Node is ino #22, version 193. Range 0x86000-0x87000

jffs2_scan_inode_node(): Node at 0x00f4a640

Node is ino #22, version 194. Range 0x87000-0x88000

jffs2_scan_inode_node(): Node at 0x00f4b2f0

Node is ino #22, version 196. Range 0x88000-0x89000

jffs2_scan_inode_node(): Node at 0x00f4b9d0

Node is ino #22, version 197. Range 0x89000-0x8a000

jffs2_scan_inode_node(): Node at 0x00f4c08c

Node is ino #22, version 198. Range 0x8a000-0x8b000

jffs2_scan_inode_node(): Node at 0x00f4c868

Node is ino #22, version 200. Range 0x8b000-0x8c000

jffs2_scan_inode_node(): Node at 0x00f4c9a8

Node is ino #22, version 201. Range 0x8c000-0x8d000

jffs2_scan_inode_node(): Node at 0x00f4ce5c

Node is ino #22, version 203. Range 0x8d000-0x8e000

jffs2_scan_inode_node(): Node at 0x00f4d274

Node is ino #22, version 204. Range 0x8e000-0x8f000

jffs2_scan_inode_node(): Node at 0x00f4d338

Node is ino #22, version 205. Range 0x8f000-0x90000

jffs2_scan_inode_node(): Node at 0x00f4d7f4

Node is ino #22, version 207. Range 0x90000-0x91000

jffs2_scan_inode_node(): Node at 0x00f4df18

Node is ino #22, version 208. Range 0x91000-0x92000

jffs2_scan_inode_node(): Node at 0x00f4eb3c

Node is ino #22, version 210. Range 0x92000-0x93000

jffs2_scan_inode_node(): Node at 0x00f4f208

Node is ino #22, version 211. Range 0x93000-0x94000

jffs2_scan_inode_node(): Node at 0x00f4f8bc

Node is ino #22, version 212. Range 0x94000-0x95000

jffs2_scan_inode_node(): Node at 0x00f501cc

Node is ino #22, version 214. Range 0x95000-0x96000

jffs2_scan_inode_node(): Node at 0x00f509b4

Node is ino #22, version 215. Range 0x96000-0x97000

jffs2_scan_inode_node(): Node at 0x00f517cc

Node is ino #22, version 217. Range 0x97000-0x98000

jffs2_scan_inode_node(): Node at 0x00f51f8c

Node is ino #22, version 218. Range 0x98000-0x99000

jffs2_scan_inode_node(): Node at 0x00f527a0

Node is ino #22, version 219. Range 0x99000-0x9a000

jffs2_scan_inode_node(): Node at 0x00f53228

Node is ino #22, version 221. Range 0x9a000-0x9b000

jffs2_scan_inode_node(): Node at 0x00f53a24

Node is ino #22, version 222. Range 0x9b000-0x9c000

jffs2_scan_inode_node(): Node at 0x00f54768

Node is ino #22, version 224. Range 0x9c000-0x9d000

jffs2_scan_inode_node(): Node at 0x00f54dfc

Node is ino #22, version 225. Range 0x9d000-0x9e000

jffs2_scan_inode_node(): Node at 0x00f5545c

Node is ino #22, version 226. Range 0x9e000-0x9f000

jffs2_scan_inode_node(): Node at 0x00f55d64

Node is ino #22, version 228. Range 0x9f000-0xa0000

jffs2_scan_inode_node(): Node at 0x00f5643c

Node is ino #22, version 229. Range 0xa0000-0xa1000

jffs2_scan_inode_node(): Node at 0x00f571a0

Node is ino #22, version 231. Range 0xa1000-0xa2000

jffs2_scan_inode_node(): Node at 0x00f57920

Node is ino #22, version 232. Range 0xa2000-0xa3000

jffs2_scan_inode_node(): Node at 0x00f580a8

Node is ino #22, version 233. Range 0xa3000-0xa4000

jffs2_scan_inode_node(): Node at 0x00f58ab4

Node is ino #22, version 235. Range 0xa4000-0xa5000

jffs2_scan_inode_node(): Node at 0x00f59244

Node is ino #22, version 236. Range 0xa5000-0xa6000

jffs2_scan_inode_node(): Node at 0x00f59fd0

Node is ino #22, version 238. Range 0xa6000-0xa7000

jffs2_scan_inode_node(): Node at 0x00f5a768

Node is ino #22, version 239. Range 0xa7000-0xa74ae

jffs2_scan_inode_node(): Node at 0x00f5aa7c

Node is ino #22, version 241. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f5ab04

jffs2_add_fd_to_list( c0ed16e0, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "arch" (hash 0x01847743, ino #23

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "chmod" (hash 0x10df8542, ino #33

Dirent "chown" (hash 0x10e06f7b, ino #34

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f5ab30

Allocated inocache at c0edbfa4

Node is ino #23, version 2. Range 0x0-0xc20

jffs2_scan_inode_node(): Node at 0x00f5b13c

Node is ino #23, version 4. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00f5b1c4

jffs2_add_fd_to_list( c0ed1720, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "arch" (hash 0x01847743, ino #23

Dirent "date" (hash 0x018a2409, ino #24

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "chmod" (hash 0x10df8542, ino #33

Dirent "chown" (hash 0x10e06f7b, ino #34

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00f5b810

Node is ino #24, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00f5bfc4

Node is ino #24, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00f5c9b4

Node is ino #24, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00f5d6dc

Node is ino #24, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00f5dfac

Node is ino #24, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00f5eeb4

Node is ino #24, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00f5f68c

Node is ino #24, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00f5fd34

Node is ino #24, version 12. Range 0x7000-0x750c

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00f40000: free 0x00000000, dirty 0x00005c40, used 0x0001a3c0

jffs2_scan_eraseblock(): Scanning block at 0xf60000

jffs2_scan_inode_node(): Node at 0x00f6000c

Node is ino #22, version 105. Range 0x483ff-0x49000

jffs2_scan_inode_node(): Node at 0x00f60668

Node is ino #22, version 106. Range 0x49000-0x4a000

jffs2_scan_inode_node(): Node at 0x00f612ac

Node is ino #22, version 108. Range 0x4a000-0x4b000

jffs2_scan_inode_node(): Node at 0x00f61bbc

Node is ino #22, version 109. Range 0x4b000-0x4c000

jffs2_scan_inode_node(): Node at 0x00f62cd0

Node is ino #22, version 111. Range 0x4c000-0x4d000

jffs2_scan_inode_node(): Node at 0x00f63670

Node is ino #22, version 112. Range 0x4d000-0x4e000

jffs2_scan_inode_node(): Node at 0x00f640c0

Node is ino #22, version 113. Range 0x4e000-0x4f000

jffs2_scan_inode_node(): Node at 0x00f64d80

Node is ino #22, version 115. Range 0x4f000-0x50000

jffs2_scan_inode_node(): Node at 0x00f6577c

Node is ino #22, version 116. Range 0x50000-0x51000

jffs2_scan_inode_node(): Node at 0x00f66878

Node is ino #22, version 118. Range 0x51000-0x52000

jffs2_scan_inode_node(): Node at 0x00f671d4

Node is ino #22, version 119. Range 0x52000-0x53000

jffs2_scan_inode_node(): Node at 0x00f67ba8

Node is ino #22, version 120. Range 0x53000-0x54000

jffs2_scan_inode_node(): Node at 0x00f68820

Node is ino #22, version 122. Range 0x54000-0x55000

jffs2_scan_inode_node(): Node at 0x00f691b4

Node is ino #22, version 123. Range 0x55000-0x56000

jffs2_scan_inode_node(): Node at 0x00f6a308

Node is ino #22, version 125. Range 0x56000-0x57000

jffs2_scan_inode_node(): Node at 0x00f6ace0

Node is ino #22, version 126. Range 0x57000-0x58000

jffs2_scan_inode_node(): Node at 0x00f6b620

Node is ino #22, version 127. Range 0x58000-0x59000

jffs2_scan_inode_node(): Node at 0x00f6bfd4

Node is ino #22, version 129. Range 0x59000-0x5a000

jffs2_scan_inode_node(): Node at 0x00f6c8b0

Node is ino #22, version 130. Range 0x5a000-0x5b000

jffs2_scan_inode_node(): Node at 0x00f6d88c

Node is ino #22, version 132. Range 0x5b000-0x5c000

jffs2_scan_inode_node(): Node at 0x00f6e17c

Node is ino #22, version 133. Range 0x5c000-0x5d000

jffs2_scan_inode_node(): Node at 0x00f6eb04

Node is ino #22, version 134. Range 0x5d000-0x5e000

jffs2_scan_inode_node(): Node at 0x00f6f4d4

Node is ino #22, version 136. Range 0x5e000-0x5f000

jffs2_scan_inode_node(): Node at 0x00f6febc

Node is ino #22, version 137. Range 0x5f000-0x60000

jffs2_scan_inode_node(): Node at 0x00f70f74

Node is ino #22, version 139. Range 0x60000-0x61000

jffs2_scan_inode_node(): Node at 0x00f71888

Node is ino #22, version 140. Range 0x61000-0x62000

jffs2_scan_inode_node(): Node at 0x00f720cc

Node is ino #22, version 141. Range 0x62000-0x63000

jffs2_scan_inode_node(): Node at 0x00f72d10

Node is ino #22, version 143. Range 0x63000-0x64000

jffs2_scan_inode_node(): Node at 0x00f736dc

Node is ino #22, version 144. Range 0x64000-0x65000

jffs2_scan_inode_node(): Node at 0x00f747cc

Node is ino #22, version 146. Range 0x65000-0x66000

jffs2_scan_inode_node(): Node at 0x00f751cc

Node is ino #22, version 147. Range 0x66000-0x67000

jffs2_scan_inode_node(): Node at 0x00f75bb8

Node is ino #22, version 148. Range 0x67000-0x68000

jffs2_scan_inode_node(): Node at 0x00f767e8

Node is ino #22, version 150. Range 0x68000-0x69000

jffs2_scan_inode_node(): Node at 0x00f77124

Node is ino #22, version 151. Range 0x69000-0x6a000

jffs2_scan_inode_node(): Node at 0x00f78290

Node is ino #22, version 153. Range 0x6a000-0x6b000

jffs2_scan_inode_node(): Node at 0x00f78cc8

Node is ino #22, version 154. Range 0x6b000-0x6c000

jffs2_scan_inode_node(): Node at 0x00f796dc

Node is ino #22, version 155. Range 0x6c000-0x6d000

jffs2_scan_inode_node(): Node at 0x00f7a360

Node is ino #22, version 157. Range 0x6d000-0x6e000

jffs2_scan_inode_node(): Node at 0x00f7ac8c

Node is ino #22, version 158. Range 0x6e000-0x6f000

jffs2_scan_inode_node(): Node at 0x00f7bca0

Node is ino #22, version 160. Range 0x6f000-0x70000

jffs2_scan_inode_node(): Node at 0x00f7c628

Node is ino #22, version 161. Range 0x70000-0x71000

jffs2_scan_inode_node(): Node at 0x00f7cf88

Node is ino #22, version 162. Range 0x71000-0x72000

jffs2_scan_inode_node(): Node at 0x00f7dc24

Node is ino #22, version 164. Range 0x72000-0x73000

jffs2_scan_inode_node(): Node at 0x00f7e5f0

Node is ino #22, version 165. Range 0x73000-0x74000

jffs2_scan_inode_node(): Node at 0x00f7f6ec

Node is ino #22, version 167. Range 0x74000-0x74e32

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00f60000: free 0x00000000, dirty 0x00005c84, used 0x0001a37c

jffs2_scan_eraseblock(): Scanning block at 0xf80000

jffs2_scan_inode_node(): Node at 0x00f8000c

Node is ino #22, version 41. Range 0x1b229-0x1c000

jffs2_scan_inode_node(): Node at 0x00f80838

Node is ino #22, version 42. Range 0x1c000-0x1d000

jffs2_scan_inode_node(): Node at 0x00f813ec

Node is ino #22, version 44. Range 0x1d000-0x1e000

jffs2_scan_inode_node(): Node at 0x00f81cb8

Node is ino #22, version 45. Range 0x1e000-0x1f000

jffs2_scan_inode_node(): Node at 0x00f82d10

Node is ino #22, version 47. Range 0x1f000-0x20000

jffs2_scan_inode_node(): Node at 0x00f83660

Node is ino #22, version 48. Range 0x20000-0x21000

jffs2_scan_inode_node(): Node at 0x00f84034

Node is ino #22, version 49. Range 0x21000-0x22000

jffs2_scan_inode_node(): Node at 0x00f84ce0

Node is ino #22, version 51. Range 0x22000-0x23000

jffs2_scan_inode_node(): Node at 0x00f856f8

Node is ino #22, version 52. Range 0x23000-0x24000

jffs2_scan_inode_node(): Node at 0x00f86868

Node is ino #22, version 54. Range 0x24000-0x25000

jffs2_scan_inode_node(): Node at 0x00f8719c

Node is ino #22, version 55. Range 0x25000-0x26000

jffs2_scan_inode_node(): Node at 0x00f87a70

Node is ino #22, version 56. Range 0x26000-0x27000

jffs2_scan_inode_node(): Node at 0x00f88694

Node is ino #22, version 58. Range 0x27000-0x28000

jffs2_scan_inode_node(): Node at 0x00f88f80

Node is ino #22, version 59. Range 0x28000-0x29000

jffs2_scan_inode_node(): Node at 0x00f89e38

Node is ino #22, version 61. Range 0x29000-0x2a000

jffs2_scan_inode_node(): Node at 0x00f8a77c

Node is ino #22, version 62. Range 0x2a000-0x2b000

jffs2_scan_inode_node(): Node at 0x00f8b110

Node is ino #22, version 63. Range 0x2b000-0x2c000

jffs2_scan_inode_node(): Node at 0x00f8bd18

Node is ino #22, version 65. Range 0x2c000-0x2d000

jffs2_scan_inode_node(): Node at 0x00f8c5e4

Node is ino #22, version 66. Range 0x2d000-0x2e000

jffs2_scan_inode_node(): Node at 0x00f8d718

Node is ino #22, version 68. Range 0x2e000-0x2f000

jffs2_scan_inode_node(): Node at 0x00f8e044

Node is ino #22, version 69. Range 0x2f000-0x30000

jffs2_scan_inode_node(): Node at 0x00f8e98c

Node is ino #22, version 70. Range 0x30000-0x31000

jffs2_scan_inode_node(): Node at 0x00f8f578

Node is ino #22, version 72. Range 0x31000-0x32000

jffs2_scan_inode_node(): Node at 0x00f8fe04

Node is ino #22, version 73. Range 0x32000-0x33000

jffs2_scan_inode_node(): Node at 0x00f90f44

Node is ino #22, version 75. Range 0x33000-0x34000

jffs2_scan_inode_node(): Node at 0x00f91938

Node is ino #22, version 76. Range 0x34000-0x35000

jffs2_scan_inode_node(): Node at 0x00f9226c

Node is ino #22, version 77. Range 0x35000-0x36000

jffs2_scan_inode_node(): Node at 0x00f92e34

Node is ino #22, version 79. Range 0x36000-0x37000

jffs2_scan_inode_node(): Node at 0x00f93888

Node is ino #22, version 80. Range 0x37000-0x38000

jffs2_scan_inode_node(): Node at 0x00f94998

Node is ino #22, version 82. Range 0x38000-0x39000

jffs2_scan_inode_node(): Node at 0x00f952d8

Node is ino #22, version 83. Range 0x39000-0x3a000

jffs2_scan_inode_node(): Node at 0x00f95c98

Node is ino #22, version 84. Range 0x3a000-0x3b000

jffs2_scan_inode_node(): Node at 0x00f967e0

Node is ino #22, version 86. Range 0x3b000-0x3c000

jffs2_scan_inode_node(): Node at 0x00f97158

Node is ino #22, version 87. Range 0x3c000-0x3d000

jffs2_scan_inode_node(): Node at 0x00f98060

Node is ino #22, version 89. Range 0x3d000-0x3e000

jffs2_scan_inode_node(): Node at 0x00f98950

Node is ino #22, version 90. Range 0x3e000-0x3f000

jffs2_scan_inode_node(): Node at 0x00f99280

Node is ino #22, version 91. Range 0x3f000-0x40000

jffs2_scan_inode_node(): Node at 0x00f99f10

Node is ino #22, version 93. Range 0x40000-0x41000

jffs2_scan_inode_node(): Node at 0x00f9a8e4

Node is ino #22, version 94. Range 0x41000-0x42000

jffs2_scan_inode_node(): Node at 0x00f9ba54

Node is ino #22, version 96. Range 0x42000-0x43000

jffs2_scan_inode_node(): Node at 0x00f9c438

Node is ino #22, version 97. Range 0x43000-0x44000

jffs2_scan_inode_node(): Node at 0x00f9cdec

Node is ino #22, version 98. Range 0x44000-0x45000

jffs2_scan_inode_node(): Node at 0x00f9da30

Node is ino #22, version 100. Range 0x45000-0x46000

jffs2_scan_inode_node(): Node at 0x00f9e338

Node is ino #22, version 101. Range 0x46000-0x47000

jffs2_scan_inode_node(): Node at 0x00f9f3e8

Node is ino #22, version 103. Range 0x47000-0x48000

jffs2_scan_inode_node(): Node at 0x00f9fd8c

Node is ino #22, version 104. Range 0x48000-0x483ff

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00f80000: free 0x00000000, dirty 0x00005a2c, used 0x0001a5d4

jffs2_scan_eraseblock(): Scanning block at 0xfa0000

jffs2_scan_inode_node(): Node at 0x00fa000c

Allocated inocache at c0edbfb8

Node is ino #18, version 9. Range 0x4d9d-0x5000

jffs2_scan_inode_node(): Node at 0x00fa01dc

Node is ino #18, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00fa0adc

Node is ino #18, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00fa1890

Node is ino #18, version 13. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00fa1fec

Node is ino #18, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00fa24d4

Node is ino #18, version 15. Range 0x9000-0x90e8

jffs2_scan_inode_node(): Node at 0x00fa2658

Node is ino #18, version 19. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00fa26e0

jffs2_add_fd_to_list( c0ed1760, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "cat" (hash 0x00237b35, ino #19

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "arch" (hash 0x01847743, ino #23

Dirent "date" (hash 0x018a2409, ino #24

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "chmod" (hash 0x10df8542, ino #33

Dirent "chown" (hash 0x10e06f7b, ino #34

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00fa2c20

Allocated inocache at c0edbfcc

Node is ino #19, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00fa34e4

Node is ino #19, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00fa3e48

Node is ino #19, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00fa4610

Node is ino #19, version 7. Range 0x3000-0x34cb

jffs2_scan_inode_node(): Node at 0x00fa48ac

Node is ino #19, version 9. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00fa4934

jffs2_add_fd_to_list( c0ed17a0, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "cat" (hash 0x00237b35, ino #19

Dirent "pwd" (hash 0x002855a6, ino #20

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "arch" (hash 0x01847743, ino #23

Dirent "date" (hash 0x018a2409, ino #24

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "chmod" (hash 0x10df8542, ino #33

Dirent "chown" (hash 0x10e06f7b, ino #34

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00fa4960

Allocated inocache at c0edbfe0

Node is ino #20, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00fa5188

Node is ino #20, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00fa5c0c

Node is ino #20, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00fa62ac

Node is ino #20, version 6. Range 0x3000-0x3c11

jffs2_scan_inode_node(): Node at 0x00fa68c4

Node is ino #20, version 8. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00fa694c

jffs2_add_fd_to_list( c0ed17e0, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "cat" (hash 0x00237b35, ino #19

Dirent "pwd" (hash 0x002855a6, ino #20

Dirent "sed" (hash 0x0028c69d, ino #21

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "arch" (hash 0x01847743, ino #23

Dirent "date" (hash 0x018a2409, ino #24

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "chmod" (hash 0x10df8542, ino #33

Dirent "chown" (hash 0x10e06f7b, ino #34

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00fa6ea4

Allocated inocache at c0ecb2c0

Node is ino #21, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00fa7680

Node is ino #21, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00fa7f8c

Node is ino #21, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00fa8b10

Node is ino #21, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00fa94c8

Node is ino #21, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00faa280

Node is ino #21, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00faaa4c

Node is ino #21, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00fab090

Node is ino #21, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00fabc38

Node is ino #21, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00fac668

Node is ino #21, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00fad504

Node is ino #21, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00fadf54

Node is ino #21, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00fae5f4

Node is ino #21, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00faef90

Node is ino #21, version 21. Range 0xd000-0xda6f

jffs2_scan_inode_node(): Node at 0x00faf4b0

Node is ino #21, version 23. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00faf538

jffs2_add_fd_to_list( c0ed1820, c0f0ba60 (->c0f0ba40))

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "cat" (hash 0x00237b35, ino #19

Dirent "pwd" (hash 0x002855a6, ino #20

Dirent "sed" (hash 0x0028c69d, ino #21

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "bash" (hash 0x0182f869, ino #22

Dirent "arch" (hash 0x01847743, ino #23

Dirent "date" (hash 0x018a2409, ino #24

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "chmod" (hash 0x10df8542, ino #33

Dirent "chown" (hash 0x10e06f7b, ino #34

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00faf564

Node is ino #22, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00fb007c

Node is ino #22, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00fb0518

Node is ino #22, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00fb0cd4

Node is ino #22, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00fb1764

Node is ino #22, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00fb1f98

Node is ino #22, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00fb2dc8

Node is ino #22, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00fb35f0

Node is ino #22, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00fb3e2c

Node is ino #22, version 13. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00fb48e4

Node is ino #22, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00fb5184

Node is ino #22, version 16. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00fb5edc

Node is ino #22, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00fb6668

Node is ino #22, version 19. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00fb6e04

Node is ino #22, version 20. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00fb77e8

Node is ino #22, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00fb7f54

Node is ino #22, version 23. Range 0xf000-0x10000

jffs2_scan_inode_node(): Node at 0x00fb88a8

Node is ino #22, version 25. Range 0x10000-0x11000

jffs2_scan_inode_node(): Node at 0x00fb8d4c

Node is ino #22, version 26. Range 0x11000-0x12000

jffs2_scan_inode_node(): Node at 0x00fb932c

Node is ino #22, version 27. Range 0x12000-0x13000

jffs2_scan_inode_node(): Node at 0x00fb9f5c

Node is ino #22, version 29. Range 0x13000-0x14000

jffs2_scan_inode_node(): Node at 0x00fba918

Node is ino #22, version 30. Range 0x14000-0x15000

jffs2_scan_inode_node(): Node at 0x00fbb97c

Node is ino #22, version 32. Range 0x15000-0x16000

jffs2_scan_inode_node(): Node at 0x00fbc2d8

Node is ino #22, version 33. Range 0x16000-0x17000

jffs2_scan_inode_node(): Node at 0x00fbcc6c

Node is ino #22, version 34. Range 0x17000-0x18000

jffs2_scan_inode_node(): Node at 0x00fbd97c

Node is ino #22, version 36. Range 0x18000-0x19000

jffs2_scan_inode_node(): Node at 0x00fbe2f8

Node is ino #22, version 37. Range 0x19000-0x1a000

jffs2_scan_inode_node(): Node at 0x00fbf3f4

Node is ino #22, version 39. Range 0x1a000-0x1b000

jffs2_scan_inode_node(): Node at 0x00fbfdf8

Node is ino #22, version 40. Range 0x1b000-0x1b229

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00fa0000: free 0x00000000, dirty 0x00005234, used 0x0001adcc

jffs2_scan_eraseblock(): Scanning block at 0xfc0000

jffs2_scan_inode_node(): Node at 0x00fc000c

Allocated inocache at c0ecb2d4

Node is ino #13, version 11. Range 0x50e6-0x6000

jffs2_scan_inode_node(): Node at 0x00fc09ac

Node is ino #13, version 12. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00fc18dc

Node is ino #13, version 14. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00fc2104

Node is ino #13, version 15. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00fc29b4

Node is ino #13, version 16. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00fc3364

Node is ino #13, version 18. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00fc3b30

Node is ino #13, version 19. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00fc4444

Node is ino #13, version 21. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00fc48dc

Node is ino #13, version 22. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00fc4fb0

Node is ino #13, version 23. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00fc58c0

Node is ino #13, version 25. Range 0xf000-0xf763

jffs2_scan_inode_node(): Node at 0x00fc5c40

Node is ino #13, version 27. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00fc5cc8

jffs2_add_fd_to_list( c0ed1860, c0f0ba60 (->c0f0ba40))

Dirent "mv" (hash 0x00038c93, ino #14

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "cat" (hash 0x00237b35, ino #19

Dirent "pwd" (hash 0x002855a6, ino #20

Dirent "sed" (hash 0x0028c69d, ino #21

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "bash" (hash 0x0182f869, ino #22

Dirent "arch" (hash 0x01847743, ino #23

Dirent "date" (hash 0x018a2409, ino #24

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "chmod" (hash 0x10df8542, ino #33

Dirent "chown" (hash 0x10e06f7b, ino #34

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00fc5cf4

Allocated inocache at c0ecb2e8

Node is ino #14, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00fc64d8

Node is ino #14, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00fc6cd0

Node is ino #14, version 4. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00fc7614

Node is ino #14, version 5. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00fc84bc

Node is ino #14, version 7. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00fc8ee0

Node is ino #14, version 8. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00fc98a8

Node is ino #14, version 9. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00fca204

Node is ino #14, version 10. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00fcaaf8

Node is ino #14, version 11. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00fcb948

Node is ino #14, version 13. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00fcc12c

Node is ino #14, version 14. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00fcc87c

Node is ino #14, version 15. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00fccd40

Node is ino #14, version 16. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00fcd4d0

Node is ino #14, version 17. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00fcdb7c

Node is ino #14, version 18. Range 0xe000-0xe0b0

jffs2_scan_inode_node(): Node at 0x00fcdc80

Node is ino #14, version 20. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00fcdd08

jffs2_add_fd_to_list( c0ed18a0, c0f0ba60 (->c0ed1860))

Dirent "mv" (hash 0x00038c93, ino #14

Dirent "ps" (hash 0x0003a1ac, ino #15

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "cat" (hash 0x00237b35, ino #19

Dirent "pwd" (hash 0x002855a6, ino #20

Dirent "sed" (hash 0x0028c69d, ino #21

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "bash" (hash 0x0182f869, ino #22

Dirent "arch" (hash 0x01847743, ino #23

Dirent "date" (hash 0x018a2409, ino #24

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "chmod" (hash 0x10df8542, ino #33

Dirent "chown" (hash 0x10e06f7b, ino #34

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00fcdf2c

Allocated inocache at c0ecb2fc

Node is ino #15, version 3. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00fce6d0

Node is ino #15, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00fcf6d4

Node is ino #15, version 6. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00fcff30

Node is ino #15, version 7. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00fd074c

Node is ino #15, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00fd0ea8

Node is ino #15, version 10. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00fd15e8

Node is ino #15, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00fd2418

Node is ino #15, version 13. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00fd2cc0

Node is ino #15, version 14. Range 0x8000-0x9000

jffs2_scan_inode_node(): Node at 0x00fd3590

Node is ino #15, version 15. Range 0x9000-0xa000

jffs2_scan_inode_node(): Node at 0x00fd420c

Node is ino #15, version 17. Range 0xa000-0xb000

jffs2_scan_inode_node(): Node at 0x00fd4a74

Node is ino #15, version 18. Range 0xb000-0xc000

jffs2_scan_inode_node(): Node at 0x00fd55a0

Node is ino #15, version 20. Range 0xc000-0xd000

jffs2_scan_inode_node(): Node at 0x00fd5ac0

Node is ino #15, version 21. Range 0xd000-0xe000

jffs2_scan_inode_node(): Node at 0x00fd62c0

Node is ino #15, version 22. Range 0xe000-0xf000

jffs2_scan_inode_node(): Node at 0x00fd6bc4

Node is ino #15, version 24. Range 0xf000-0xff44

jffs2_scan_inode_node(): Node at 0x00fd7228

Node is ino #15, version 26. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00fd72b0

jffs2_add_fd_to_list( c0ed18e0, c0f0ba60 (->c0ed1860))

Dirent "mv" (hash 0x00038c93, ino #14

Dirent "ps" (hash 0x0003a1ac, ino #15

Dirent "rm" (hash 0x0003aca1, ino #16

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "cat" (hash 0x00237b35, ino #19

Dirent "pwd" (hash 0x002855a6, ino #20

Dirent "sed" (hash 0x0028c69d, ino #21

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "bash" (hash 0x0182f869, ino #22

Dirent "arch" (hash 0x01847743, ino #23

Dirent "date" (hash 0x018a2409, ino #24

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "chmod" (hash 0x10df8542, ino #33

Dirent "chown" (hash 0x10e06f7b, ino #34

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00fd72dc

Allocated inocache at c0ecb310

Node is ino #16, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00fd8070

Node is ino #16, version 4. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00fd8a48

Node is ino #16, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00fd93a8

Node is ino #16, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00fd9e78

Node is ino #16, version 8. Range 0x4000-0x5000

jffs2_scan_inode_node(): Node at 0x00fda73c

Node is ino #16, version 9. Range 0x5000-0x6000

jffs2_scan_inode_node(): Node at 0x00fdb544

Node is ino #16, version 11. Range 0x6000-0x7000

jffs2_scan_inode_node(): Node at 0x00fdbb40

Node is ino #16, version 12. Range 0x7000-0x8000

jffs2_scan_inode_node(): Node at 0x00fdc26c

Node is ino #16, version 13. Range 0x8000-0x8e7c

jffs2_scan_inode_node(): Node at 0x00fdc960

Node is ino #16, version 15. Range 0x0-0x0

jffs2_scan_inode_node(): Node at 0x00fdc9a4

Allocated inocache at c0ecb324

Node is ino #17, version 1. Range 0x0-0x0

jffs2_scan_dirent_node(): Node at 0x00fdca58

jffs2_add_fd_to_list( c0ed1940, c0f0ba60 (->c0ed1860))

Dirent "mv" (hash 0x00038c93, ino #14

Dirent "ps" (hash 0x0003a1ac, ino #15

Dirent "rm" (hash 0x0003aca1, ino #16

Dirent "sh" (hash 0x0003b0c1, ino #522

Dirent "su" (hash 0x0003b9bc, ino #18

Dirent "cat" (hash 0x00237b35, ino #19

Dirent "pwd" (hash 0x002855a6, ino #20

Dirent "sed" (hash 0x0028c69d, ino #21

Dirent "tar" (hash 0x00290538, ino #46

Dirent "who" (hash 0x002a319d, ino #47

Dirent "bash" (hash 0x0182f869, ino #22

Dirent "arch" (hash 0x01847743, ino #23

Dirent "date" (hash 0x018a2409, ino #24

Dirent "echo" (hash 0x018e0920, ino #25

Dirent "kill" (hash 0x01a58ad0, ino #26

Dirent "more" (hash 0x01aecd19, ino #27

Dirent "ping" (hash 0x01b7af01, ino #28

Dirent "stty" (hash 0x01c63ab8, ino #29

Dirent "sync" (hash 0x01c79da4, ino #30

Dirent "true" (hash 0x01c9212d, ino #31

Dirent "chgrp" (hash 0x10ddb196, ino #32

Dirent "chmod" (hash 0x10df8542, ino #33

Dirent "chown" (hash 0x10e06f7b, ino #34

Dirent "dmesg" (hash 0x11163d8b, ino #35

Dirent "login" (hash 0x12585042, ino #36

Dirent "mkdir" (hash 0x12705eed, ino #37

Dirent "mknod" (hash 0x1273c282, ino #38

Dirent "mount" (hash 0x12845dc0, ino #39

Dirent "pidof" (hash 0x12e1c80d, ino #40

Dirent "uname" (hash 0x13b7366d, ino #41

Dirent "domainname" (hash 0x2dbe9008, ino #42

Dirent "hostname" (hash 0x45a9b2b4, ino #43

Dirent "netstat" (hash 0xc22ec994, ino #44

Dirent "umount" (hash 0xd8ed42af, ino #45

jffs2_scan_inode_node(): Node at 0x00fdca84

Node is ino #18, version 2. Range 0x0-0x1000

jffs2_scan_inode_node(): Node at 0x00fdd1f4

Node is ino #18, version 3. Range 0x1000-0x2000

jffs2_scan_inode_node(): Node at 0x00fddd90

Node is ino #18, version 5. Range 0x2000-0x3000

jffs2_scan_inode_node(): Node at 0x00fde72c

Node is ino #18, version 6. Range 0x3000-0x4000

jffs2_scan_inode_node(): Node at 0x00fdf7b4

Node is ino #18, version 8. Range 0x4000-0x4d9d

Fewer than 12 bytes left to end of block. Not reading

Block at 0x00fc0000: free 0x00000000, dirty 0x00004b24, used 0x0001b4dc

Scanned flash completely

Pass 1: ino #14

jffs2_build_inode building inode #14

jffs2_build_inode_pass1 truncating fraglist to 0x0000e0b0

Truncating fraglist to 0x0000e0b0 bytes

Pass 1: ino #28

jffs2_build_inode building inode #28

jffs2_build_inode_pass1 truncating fraglist to 0x00004348

Truncating fraglist to 0x00004348 bytes

Pass 1: ino #42

jffs2_build_inode building inode #42

jffs2_build_inode_pass1 truncating fraglist to 0x0000168c

Truncating fraglist to 0x0000168c bytes

Pass 1: ino #56

jffs2_build_inode building inode #56

jffs2_build_inode_pass1 truncating fraglist to 0x0000025f

Truncating fraglist to 0x0000025f bytes

Pass 1: ino #70

jffs2_build_inode building inode #70

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #84

jffs2_build_inode building inode #84

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #98

jffs2_build_inode building inode #98

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #112

jffs2_build_inode building inode #112

jffs2_build_inode_pass1 truncating fraglist to 0x00000026

Truncating fraglist to 0x00000026 bytes

Pass 1: ino #126

jffs2_build_inode building inode #126

jffs2_build_inode_pass1 truncating fraglist to 0x000004b0

Truncating fraglist to 0x000004b0 bytes

Pass 1: ino #140

jffs2_build_inode building inode #140

jffs2_build_inode_pass1 truncating fraglist to 0x00000476

Truncating fraglist to 0x00000476 bytes

Pass 1: ino #154

jffs2_build_inode building inode #154

jffs2_build_inode_pass1 truncating fraglist to 0x000027f9

Truncating fraglist to 0x000027f9 bytes

Pass 1: ino #168

jffs2_build_inode building inode #168

jffs2_build_inode_pass1 truncating fraglist to 0x000001ce

Truncating fraglist to 0x000001ce bytes

Pass 1: ino #182

jffs2_build_inode building inode #182

jffs2_build_inode_pass1 truncating fraglist to 0x000004ff

Truncating fraglist to 0x000004ff bytes

Pass 1: ino #196

jffs2_build_inode building inode #196

jffs2_build_inode_pass1 truncating fraglist to 0x000112fc

Truncating fraglist to 0x000112fc bytes

Pass 1: ino #210

jffs2_build_inode building inode #210

jffs2_build_inode_pass1 truncating fraglist to 0x00003a21

Truncating fraglist to 0x00003a21 bytes

Pass 1: ino #224

jffs2_build_inode building inode #224

Pass 1: ino #238

jffs2_build_inode building inode #238

jffs2_build_inode_pass1 truncating fraglist to 0x00000271

Truncating fraglist to 0x00000271 bytes

Pass 1: ino #252

jffs2_build_inode building inode #252

jffs2_build_inode_pass1 truncating fraglist to 0x00001ac8

Truncating fraglist to 0x00001ac8 bytes

Pass 1: ino #266

jffs2_build_inode building inode #266

Increased nlink for child "nc" (ino #300)

Increased nlink for child "tr" (ino #301)

Increased nlink for child "vi" (ino #498)

Increased nlink for child "wc" (ino #268)

Increased nlink for child "awk" (ino #495)

Increased nlink for child "cut" (ino #269)

Increased nlink for child "ldd" (ino #270)

Increased nlink for child "scp" (ino #273)

Increased nlink for child "tee" (ino #272)

Increased nlink for child "ssh" (ino #271)

Increased nlink for child "tty" (ino #274)

Increased nlink for child "find" (ino #275)

Increased nlink for child "expr" (ino #276)

Increased nlink for child "head" (ino #277)

Increased nlink for child "grep" (ino #278)

Increased nlink for child "mawk" (ino #279)

Increased nlink for child "tail" (ino #280)

Increased nlink for child "sort" (ino #281)

Increased nlink for child "uniq" (ino #282)

Increased nlink for child "dirname" (ino #283)

Increased nlink for child "egrep" (ino #284)

Increased nlink for child "elvis" (ino #302)

Increased nlink for child "sleep" (ino #285)

Increased nlink for child "xargs" (ino #286)

Increased nlink for child "ypcat" (ino #287)

Increased nlink for child "basename" (ino #288)

Increased nlink for child "ypmatch" (ino #289)

Increased nlink for child "ypwhich" (ino #290)

Increased nlink for child "md5sum" (ino #299)

Increased nlink for child "passwd" (ino #291)

Increased nlink for child "uptime" (ino #292)

Increased nlink for child "ypbind" (ino #293)

Increased nlink for child "ypchfn" (ino #496)

Increased nlink for child "ypchsh" (ino #497)

Increased nlink for child "ypdomainname" (ino #296)

Increased nlink for child "yppasswd" (ino #297)

Pass 1: ino #280

jffs2_build_inode building inode #280

jffs2_build_inode_pass1 truncating fraglist to 0x000076cb

Truncating fraglist to 0x000076cb bytes

Pass 1: ino #294

jffs2_build_inode building inode #294

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #308

jffs2_build_inode building inode #308

Increased nlink for child "ldAix" (ino #404)

Increased nlink for child "auto.tcl" (ino #394)

Increased nlink for child "msgcat1.1" (ino #388)

Increased nlink for child "word.tcl" (ino #401)

Increased nlink for child "tcltest1.0" (ino #391)

Increased nlink for child "ldAout.tcl" (ino #397)

Increased nlink for child "http1.0" (ino #312)

Increased nlink for child "http2.3" (ino #309)

Increased nlink for child "tclAppInit.c" (ino #403)

Increased nlink for child "package.tcl" (ino #398)

Increased nlink for child "history.tcl" (ino #395)

Increased nlink for child "encoding" (ino #318)

Increased nlink for child "opt0.4" (ino #315)

Increased nlink for child "init.tcl" (ino #396)

Increased nlink for child "tclIndex" (ino #402)

Increased nlink for child "parray.tcl" (ino #399)

Increased nlink for child "safe.tcl" (ino #400)

Pass 1: ino #322

jffs2_build_inode building inode #322

jffs2_build_inode_pass1 truncating fraglist to 0x00000443

Truncating fraglist to 0x00000443 bytes

Pass 1: ino #336

jffs2_build_inode building inode #336

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #350

jffs2_build_inode building inode #350

jffs2_build_inode_pass1 truncating fraglist to 0x00000445

Truncating fraglist to 0x00000445 bytes

Pass 1: ino #364

jffs2_build_inode building inode #364

jffs2_build_inode_pass1 truncating fraglist to 0x00000446

Truncating fraglist to 0x00000446 bytes

Pass 1: ino #378

jffs2_build_inode building inode #378

jffs2_build_inode_pass1 truncating fraglist to 0x00000445

Truncating fraglist to 0x00000445 bytes

Pass 1: ino #392

jffs2_build_inode building inode #392

jffs2_build_inode_pass1 truncating fraglist to 0x000003da

Truncating fraglist to 0x000003da bytes

Pass 1: ino #406

jffs2_build_inode building inode #406

jffs2_build_inode_pass1 truncating fraglist to 0x0009ba84

Truncating fraglist to 0x0009ba84 bytes

Pass 1: ino #420

jffs2_build_inode building inode #420

Pass 1: ino #434

jffs2_build_inode building inode #434

Pass 1: ino #448

jffs2_build_inode building inode #448

jffs2_build_inode_pass1 truncating fraglist to 0x00001133

Truncating fraglist to 0x00001133 bytes

Pass 1: ino #462

jffs2_build_inode building inode #462

Increased nlink for child "ntp" (ino #463)

Increased nlink for child "misc" (ino #464)

Pass 1: ino #476

jffs2_build_inode building inode #476

Increased nlink for child "software" (ino #477)

Increased nlink for child "playpen" (ino #478)

Pass 1: ino #490

jffs2_build_inode building inode #490

Pass 1: ino #504

jffs2_build_inode building inode #504

Pass 1: ino #518

jffs2_build_inode building inode #518

Pass 1: ino #1

jffs2_build_inode building inode #1

Increased nlink for child "z" (ino #523)

Increased nlink for child "dev" (ino #48)

Increased nlink for child "etc" (ino #49)

Increased nlink for child "lib" (ino #192)

Increased nlink for child "nfs" (ino #215)

Increased nlink for child "opt" (ino #223)

Increased nlink for child "tmp" (ino #264)

Increased nlink for child "var" (ino #458)

Increased nlink for child "usr" (ino #265)

Increased nlink for child "home" (ino #479)

Increased nlink for child "proc" (ino #230)

Increased nlink for child "sbin" (ino #244)

Increased nlink for child "root" (ino #231)

Increased nlink for child "kernel_cmdline" (ino #475)

Increased nlink for child "mirrors" (ino #481)

Increased nlink for child "BOM-v1.0a-REL_04_19-md5sum" (ino #483)

Increased nlink for child "zImage" (ino #474)

Increased nlink for child "nobackup" (ino #476)

Increased nlink for child "BOM-v1.0a-REL_04_19-ls" (ino #482)

Pass 1: ino #15

jffs2_build_inode building inode #15

jffs2_build_inode_pass1 truncating fraglist to 0x0000ff44

Truncating fraglist to 0x0000ff44 bytes

Pass 1: ino #29

jffs2_build_inode building inode #29

jffs2_build_inode_pass1 truncating fraglist to 0x0000952b

Truncating fraglist to 0x0000952b bytes

Pass 1: ino #43

jffs2_build_inode building inode #43

jffs2_build_inode_pass1 truncating fraglist to 0x00003bd0

Truncating fraglist to 0x00003bd0 bytes

Pass 1: ino #57

jffs2_build_inode building inode #57

jffs2_build_inode_pass1 truncating fraglist to 0x00000214

Truncating fraglist to 0x00000214 bytes

Pass 1: ino #71

jffs2_build_inode building inode #71

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #85

jffs2_build_inode building inode #85

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #99

jffs2_build_inode building inode #99

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #113

jffs2_build_inode building inode #113

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #127

jffs2_build_inode building inode #127

jffs2_build_inode_pass1 truncating fraglist to 0x000004ba

Truncating fraglist to 0x000004ba bytes

Pass 1: ino #141

jffs2_build_inode building inode #141

jffs2_build_inode_pass1 truncating fraglist to 0x000002be

Truncating fraglist to 0x000002be bytes

Pass 1: ino #155

jffs2_build_inode building inode #155

jffs2_build_inode_pass1 truncating fraglist to 0x000006d4

Truncating fraglist to 0x000006d4 bytes

Pass 1: ino #169

jffs2_build_inode building inode #169

Increased nlink for child "ansi" (ino #170)

Pass 1: ino #183

jffs2_build_inode building inode #183

jffs2_build_inode_pass1 truncating fraglist to 0x0000054d

Truncating fraglist to 0x0000054d bytes

Pass 1: ino #197

jffs2_build_inode building inode #197

jffs2_build_inode_pass1 truncating fraglist to 0x0004c20e

Truncating fraglist to 0x0004c20e bytes

Pass 1: ino #211

jffs2_build_inode building inode #211

jffs2_build_inode_pass1 truncating fraglist to 0x00003f7c

Truncating fraglist to 0x00003f7c bytes

Pass 1: ino #225

jffs2_build_inode building inode #225

Pass 1: ino #239

jffs2_build_inode building inode #239

jffs2_build_inode_pass1 truncating fraglist to 0x000000f5

Truncating fraglist to 0x000000f5 bytes

Pass 1: ino #253

jffs2_build_inode building inode #253

jffs2_build_inode_pass1 truncating fraglist to 0x0000d42c

Truncating fraglist to 0x0000d42c bytes

Pass 1: ino #267

jffs2_build_inode building inode #267

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #281

jffs2_build_inode building inode #281

jffs2_build_inode_pass1 truncating fraglist to 0x000083a3

Truncating fraglist to 0x000083a3 bytes

Pass 1: ino #295

jffs2_build_inode building inode #295

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #309

jffs2_build_inode building inode #309

Increased nlink for child "pkgIndex.tcl" (ino #311)

Increased nlink for child "http.tcl" (ino #310)

Pass 1: ino #323

jffs2_build_inode building inode #323

jffs2_build_inode_pass1 truncating fraglist to 0x00000443

Truncating fraglist to 0x00000443 bytes

Pass 1: ino #337

jffs2_build_inode building inode #337

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #351

jffs2_build_inode building inode #351

jffs2_build_inode_pass1 truncating fraglist to 0x00014e46

Truncating fraglist to 0x00014e46 bytes

Pass 1: ino #365

jffs2_build_inode building inode #365

jffs2_build_inode_pass1 truncating fraglist to 0x00000446

Truncating fraglist to 0x00000446 bytes

Pass 1: ino #379

jffs2_build_inode building inode #379

jffs2_build_inode_pass1 truncating fraglist to 0x00000447

Truncating fraglist to 0x00000447 bytes

Pass 1: ino #393

jffs2_build_inode building inode #393

jffs2_build_inode_pass1 truncating fraglist to 0x0000e726

Truncating fraglist to 0x0000e726 bytes

Pass 1: ino #407

jffs2_build_inode building inode #407

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #421

jffs2_build_inode building inode #421

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #435

jffs2_build_inode building inode #435

Pass 1: ino #449

jffs2_build_inode building inode #449

Pass 1: ino #463

jffs2_build_inode building inode #463

Pass 1: ino #477

jffs2_build_inode building inode #477

Pass 1: ino #491

jffs2_build_inode building inode #491

Pass 1: ino #505

jffs2_build_inode building inode #505

Pass 1: ino #519

jffs2_build_inode building inode #519

Pass 1: ino #16

jffs2_build_inode building inode #16

jffs2_build_inode_pass1 truncating fraglist to 0x00008e7c

Truncating fraglist to 0x00008e7c bytes

Pass 1: ino #30

jffs2_build_inode building inode #30

jffs2_build_inode_pass1 truncating fraglist to 0x00003955

Truncating fraglist to 0x00003955 bytes

Pass 1: ino #44

jffs2_build_inode building inode #44

jffs2_build_inode_pass1 truncating fraglist to 0x00014ddc

Truncating fraglist to 0x00014ddc bytes

Pass 1: ino #58

jffs2_build_inode building inode #58

jffs2_build_inode_pass1 truncating fraglist to 0x00000150

Truncating fraglist to 0x00000150 bytes

Pass 1: ino #72

jffs2_build_inode building inode #72

Increased nlink for child "K800ethnet" (ino #519)

Increased nlink for child "k250inetd" (ino #518)

Increased nlink for child "K900sysklogd" (ino #75)

Increased nlink for child "K350nis" (ino #517)

Increased nlink for child "K300mountnfs" (ino #516)

Increased nlink for child "K400nfs-common" (ino #515)

Pass 1: ino #86

jffs2_build_inode building inode #86

Increased nlink for child "S100sysklogd" (ino #87)

Pass 1: ino #100

jffs2_build_inode building inode #100

Pass 1: ino #114

jffs2_build_inode building inode #114

jffs2_build_inode_pass1 truncating fraglist to 0x0000004d

Truncating fraglist to 0x0000004d bytes

Pass 1: ino #128

jffs2_build_inode building inode #128

jffs2_build_inode_pass1 truncating fraglist to 0x00000095

Truncating fraglist to 0x00000095 bytes

Pass 1: ino #142

jffs2_build_inode building inode #142

jffs2_build_inode_pass1 truncating fraglist to 0x0000012d

Truncating fraglist to 0x0000012d bytes

Pass 1: ino #156

jffs2_build_inode building inode #156

jffs2_build_inode_pass1 truncating fraglist to 0x0000004c

Truncating fraglist to 0x0000004c bytes

Pass 1: ino #170

jffs2_build_inode building inode #170

jffs2_build_inode_pass1 truncating fraglist to 0x000005aa

Truncating fraglist to 0x000005aa bytes

Pass 1: ino #184

jffs2_build_inode building inode #184

jffs2_build_inode_pass1 truncating fraglist to 0x000006ec

Truncating fraglist to 0x000006ec bytes

Pass 1: ino #198

jffs2_build_inode building inode #198

jffs2_build_inode_pass1 truncating fraglist to 0x0000bfd5

Truncating fraglist to 0x0000bfd5 bytes

Pass 1: ino #212

jffs2_build_inode building inode #212

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #226

jffs2_build_inode building inode #226

Pass 1: ino #240

jffs2_build_inode building inode #240

jffs2_build_inode_pass1 truncating fraglist to 0x00000226

Truncating fraglist to 0x00000226 bytes

Pass 1: ino #254

jffs2_build_inode building inode #254

jffs2_build_inode_pass1 truncating fraglist to 0x00003d88

Truncating fraglist to 0x00003d88 bytes

Pass 1: ino #268

jffs2_build_inode building inode #268

jffs2_build_inode_pass1 truncating fraglist to 0x00006a0a

Truncating fraglist to 0x00006a0a bytes

Pass 1: ino #282

jffs2_build_inode building inode #282

jffs2_build_inode_pass1 truncating fraglist to 0x00004092

Truncating fraglist to 0x00004092 bytes

Pass 1: ino #296

jffs2_build_inode building inode #296

jffs2_build_inode_pass1 truncating fraglist to 0x0000168c

Truncating fraglist to 0x0000168c bytes

Pass 1: ino #310

jffs2_build_inode building inode #310

jffs2_build_inode_pass1 truncating fraglist to 0x00005701

Truncating fraglist to 0x00005701 bytes

Pass 1: ino #324

jffs2_build_inode building inode #324

jffs2_build_inode_pass1 truncating fraglist to 0x00000443

Truncating fraglist to 0x00000443 bytes

Pass 1: ino #338

jffs2_build_inode building inode #338

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #352

jffs2_build_inode building inode #352

jffs2_build_inode_pass1 truncating fraglist to 0x0001420d

Truncating fraglist to 0x0001420d bytes

Pass 1: ino #366

jffs2_build_inode building inode #366

jffs2_build_inode_pass1 truncating fraglist to 0x00000446

Truncating fraglist to 0x00000446 bytes

Pass 1: ino #380

jffs2_build_inode building inode #380

jffs2_build_inode_pass1 truncating fraglist to 0x0000bb9c

Truncating fraglist to 0x0000bb9c bytes

Pass 1: ino #394

jffs2_build_inode building inode #394

jffs2_build_inode_pass1 truncating fraglist to 0x00004aeb

Truncating fraglist to 0x00004aeb bytes

Pass 1: ino #408

jffs2_build_inode building inode #408

jffs2_build_inode_pass1 truncating fraglist to 0x00000720

Truncating fraglist to 0x00000720 bytes

Pass 1: ino #422

jffs2_build_inode building inode #422

Increased nlink for child "doc" (ino #423)

Increased nlink for child "man" (ino #425)

Increased nlink for child "nls" (ino #435)

Increased nlink for child "dict" (ino #436)

Increased nlink for child "info" (ino #437)

Increased nlink for child "misc" (ino #439)

Increased nlink for child "terminfo" (ino #440)

Increased nlink for child "zoneinfo" (ino #441)

Increased nlink for child "locale" (ino #442)

Pass 1: ino #436

jffs2_build_inode building inode #436

Pass 1: ino #450

jffs2_build_inode building inode #450

Pass 1: ino #464

jffs2_build_inode building inode #464

Pass 1: ino #478

jffs2_build_inode building inode #478

Pass 1: ino #492

jffs2_build_inode building inode #492

Pass 1: ino #506

jffs2_build_inode building inode #506

Pass 1: ino #520

jffs2_build_inode building inode #520

Pass 1: ino #17

jffs2_build_inode building inode #17

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #31

jffs2_build_inode building inode #31

jffs2_build_inode_pass1 truncating fraglist to 0x00003700

Truncating fraglist to 0x00003700 bytes

Pass 1: ino #45

jffs2_build_inode building inode #45

jffs2_build_inode_pass1 truncating fraglist to 0x00008e18

Truncating fraglist to 0x00008e18 bytes

Pass 1: ino #59

jffs2_build_inode building inode #59

jffs2_build_inode_pass1 truncating fraglist to 0x00000373

Truncating fraglist to 0x00000373 bytes

Pass 1: ino #73

jffs2_build_inode building inode #73

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #87

jffs2_build_inode building inode #87

Pass 1: ino #101

jffs2_build_inode building inode #101

Pass 1: ino #115

jffs2_build_inode building inode #115

jffs2_build_inode_pass1 truncating fraglist to 0x00003c0a

Truncating fraglist to 0x00003c0a bytes

Pass 1: ino #129

jffs2_build_inode building inode #129

jffs2_build_inode_pass1 truncating fraglist to 0x000001fa

Truncating fraglist to 0x000001fa bytes

Pass 1: ino #143

jffs2_build_inode building inode #143

jffs2_build_inode_pass1 truncating fraglist to 0x0000051f

Truncating fraglist to 0x0000051f bytes

Pass 1: ino #157

jffs2_build_inode building inode #157

Increased nlink for child "a" (ino #169)

Increased nlink for child "d" (ino #158)

Increased nlink for child "l" (ino #160)

Increased nlink for child "m" (ino #171)

Increased nlink for child "p" (ino #162)

Increased nlink for child "r" (ino #186)

Increased nlink for child "s" (ino #175)

Increased nlink for child "v" (ino #164)

Increased nlink for child "x" (ino #179)

Pass 1: ino #171

jffs2_build_inode building inode #171

Increased nlink for child "mach" (ino #172)

Increased nlink for child "mach-bold" (ino #173)

Increased nlink for child "mach-color" (ino #174)

Pass 1: ino #185

jffs2_build_inode building inode #185

jffs2_build_inode_pass1 truncating fraglist to 0x000007f8

Truncating fraglist to 0x000007f8 bytes

Pass 1: ino #199

jffs2_build_inode building inode #199

jffs2_build_inode_pass1 truncating fraglist to 0x00003f7c

Truncating fraglist to 0x00003f7c bytes

Pass 1: ino #213

jffs2_build_inode building inode #213

jffs2_build_inode_pass1 truncating fraglist to 0x00152216

Truncating fraglist to 0x00152216 bytes

Pass 1: ino #227

jffs2_build_inode building inode #227

Pass 1: ino #241

jffs2_build_inode building inode #241

jffs2_build_inode_pass1 truncating fraglist to 0x00000162

Truncating fraglist to 0x00000162 bytes

Pass 1: ino #255

jffs2_build_inode building inode #255

jffs2_build_inode_pass1 truncating fraglist to 0x0000bde4

Truncating fraglist to 0x0000bde4 bytes

Pass 1: ino #269

jffs2_build_inode building inode #269

jffs2_build_inode_pass1 truncating fraglist to 0x00002ec8

Truncating fraglist to 0x00002ec8 bytes

Pass 1: ino #283

jffs2_build_inode building inode #283

jffs2_build_inode_pass1 truncating fraglist to 0x00002c60

Truncating fraglist to 0x00002c60 bytes

Pass 1: ino #297

jffs2_build_inode building inode #297

jffs2_build_inode_pass1 truncating fraglist to 0x00003f24

Truncating fraglist to 0x00003f24 bytes

Pass 1: ino #311

jffs2_build_inode building inode #311

jffs2_build_inode_pass1 truncating fraglist to 0x00000294

Truncating fraglist to 0x00000294 bytes

Pass 1: ino #325

jffs2_build_inode building inode #325

jffs2_build_inode_pass1 truncating fraglist to 0x00000443

Truncating fraglist to 0x00000443 bytes

Pass 1: ino #339

jffs2_build_inode building inode #339

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #353

jffs2_build_inode building inode #353

jffs2_build_inode_pass1 truncating fraglist to 0x00016ede

Truncating fraglist to 0x00016ede bytes

Pass 1: ino #367

jffs2_build_inode building inode #367

jffs2_build_inode_pass1 truncating fraglist to 0x00000446

Truncating fraglist to 0x00000446 bytes

Pass 1: ino #381

jffs2_build_inode building inode #381

jffs2_build_inode_pass1 truncating fraglist to 0x00000445

Truncating fraglist to 0x00000445 bytes

Pass 1: ino #395

jffs2_build_inode building inode #395

jffs2_build_inode_pass1 truncating fraglist to 0x00002333

Truncating fraglist to 0x00002333 bytes

Pass 1: ino #409

jffs2_build_inode building inode #409

Increased nlink for child "sshd" (ino #410)

Increased nlink for child "inetd" (ino #411)

Increased nlink for child "klogd" (ino #412)

Increased nlink for child "ypset" (ino #413)

Increased nlink for child "syslogd" (ino #414)

Increased nlink for child "start-stop-daemon" (ino #415)

Increased nlink for child "ypbind" (ino #416)

Increased nlink for child "yppoll" (ino #417)

Pass 1: ino #423

jffs2_build_inode building inode #423

Increased nlink for child "doc" (ino #490)

Pass 1: ino #437

jffs2_build_inode building inode #437

Increased nlink for child "info" (ino #488)

Pass 1: ino #451

jffs2_build_inode building inode #451

Pass 1: ino #465

jffs2_build_inode building inode #465

Pass 1: ino #479

jffs2_build_inode building inode #479

Increased nlink for child "yotta" (ino #480)

Pass 1: ino #493

jffs2_build_inode building inode #493

Pass 1: ino #507

jffs2_build_inode building inode #507

Pass 1: ino #521

jffs2_build_inode building inode #521

Pass 1: ino #18

jffs2_build_inode building inode #18

jffs2_build_inode_pass1 truncating fraglist to 0x000090e8

Truncating fraglist to 0x000090e8 bytes

Pass 1: ino #32

jffs2_build_inode building inode #32

jffs2_build_inode_pass1 truncating fraglist to 0x00005c6a

Truncating fraglist to 0x00005c6a bytes

Pass 1: ino #46

jffs2_build_inode building inode #46

jffs2_build_inode_pass1 truncating fraglist to 0x00029b27

Truncating fraglist to 0x00029b27 bytes

Pass 1: ino #60

jffs2_build_inode building inode #60

jffs2_build_inode_pass1 truncating fraglist to 0x000000e3

Truncating fraglist to 0x000000e3 bytes

Pass 1: ino #74

jffs2_build_inode building inode #74

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #88

jffs2_build_inode building inode #88

Increased nlink for child "S100miniboot" (ino #509)

Pass 1: ino #102

jffs2_build_inode building inode #102

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #116

jffs2_build_inode building inode #116

jffs2_build_inode_pass1 truncating fraglist to 0x000006b6

Truncating fraglist to 0x000006b6 bytes

Pass 1: ino #130

jffs2_build_inode building inode #130

jffs2_build_inode_pass1 truncating fraglist to 0x000006e4

Truncating fraglist to 0x000006e4 bytes

Pass 1: ino #144

jffs2_build_inode building inode #144

jffs2_build_inode_pass1 truncating fraglist to 0x000010b2

Truncating fraglist to 0x000010b2 bytes

Pass 1: ino #158

jffs2_build_inode building inode #158

Increased nlink for child "dumb" (ino #159)

Pass 1: ino #172

jffs2_build_inode building inode #172

jffs2_build_inode_pass1 truncating fraglist to 0x00000269

Truncating fraglist to 0x00000269 bytes

Pass 1: ino #186

jffs2_build_inode building inode #186

Increased nlink for child "rxvt" (ino #188)

Increased nlink for child "rxvt-basic" (ino #187)

Pass 1: ino #200

jffs2_build_inode building inode #200

jffs2_build_inode_pass1 truncating fraglist to 0x0001b62d

Truncating fraglist to 0x0001b62d bytes

Pass 1: ino #214

jffs2_build_inode building inode #214

jffs2_build_inode_pass1 truncating fraglist to 0x00009250

Truncating fraglist to 0x00009250 bytes

Pass 1: ino #228

jffs2_build_inode building inode #228

Pass 1: ino #242

jffs2_build_inode building inode #242

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #256

jffs2_build_inode building inode #256

jffs2_build_inode_pass1 truncating fraglist to 0x000036a8

Truncating fraglist to 0x000036a8 bytes

Pass 1: ino #270

jffs2_build_inode building inode #270

jffs2_build_inode_pass1 truncating fraglist to 0x0000133e

Truncating fraglist to 0x0000133e bytes

Pass 1: ino #284

jffs2_build_inode building inode #284

jffs2_build_inode_pass1 truncating fraglist to 0x0000d84c

Truncating fraglist to 0x0000d84c bytes

Pass 1: ino #298

jffs2_build_inode building inode #298

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #312

jffs2_build_inode building inode #312

Increased nlink for child "pkgIndex.tcl" (ino #314)

Increased nlink for child "http.tcl" (ino #313)

Pass 1: ino #326

jffs2_build_inode building inode #326

jffs2_build_inode_pass1 truncating fraglist to 0x00000443

Truncating fraglist to 0x00000443 bytes

Pass 1: ino #340

jffs2_build_inode building inode #340

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #354

jffs2_build_inode building inode #354

jffs2_build_inode_pass1 truncating fraglist to 0x0001525b

Truncating fraglist to 0x0001525b bytes

Pass 1: ino #368

jffs2_build_inode building inode #368

jffs2_build_inode_pass1 truncating fraglist to 0x00000446

Truncating fraglist to 0x00000446 bytes

Pass 1: ino #382

jffs2_build_inode building inode #382

jffs2_build_inode_pass1 truncating fraglist to 0x00000447

Truncating fraglist to 0x00000447 bytes

Pass 1: ino #396

jffs2_build_inode building inode #396

jffs2_build_inode_pass1 truncating fraglist to 0x00004466

Truncating fraglist to 0x00004466 bytes

Pass 1: ino #410

jffs2_build_inode building inode #410

jffs2_build_inode_pass1 truncating fraglist to 0x000d32c7

Truncating fraglist to 0x000d32c7 bytes

Pass 1: ino #424

jffs2_build_inode building inode #424

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #438

jffs2_build_inode building inode #438

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #452

jffs2_build_inode building inode #452

Increased nlink for child "info" (ino #485)

Pass 1: ino #466

jffs2_build_inode building inode #466

Pass 1: ino #480

jffs2_build_inode building inode #480

Pass 1: ino #494

jffs2_build_inode building inode #494

Pass 1: ino #508

jffs2_build_inode building inode #508

Pass 1: ino #522

jffs2_build_inode building inode #522

Pass 1: ino #19

jffs2_build_inode building inode #19

jffs2_build_inode_pass1 truncating fraglist to 0x000034cb

Truncating fraglist to 0x000034cb bytes

Pass 1: ino #33

jffs2_build_inode building inode #33

jffs2_build_inode_pass1 truncating fraglist to 0x00005c20

Truncating fraglist to 0x00005c20 bytes

Pass 1: ino #47

jffs2_build_inode building inode #47

jffs2_build_inode_pass1 truncating fraglist to 0x000062bf

Truncating fraglist to 0x000062bf bytes

Pass 1: ino #61

jffs2_build_inode building inode #61

jffs2_build_inode_pass1 truncating fraglist to 0x00000a59

Truncating fraglist to 0x00000a59 bytes

Pass 1: ino #75

jffs2_build_inode building inode #75

Pass 1: ino #89

jffs2_build_inode building inode #89

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #103

jffs2_build_inode building inode #103

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #117

jffs2_build_inode building inode #117

jffs2_build_inode_pass1 truncating fraglist to 0x0000078e

Truncating fraglist to 0x0000078e bytes

Pass 1: ino #131

jffs2_build_inode building inode #131

jffs2_build_inode_pass1 truncating fraglist to 0x0000001d

Truncating fraglist to 0x0000001d bytes

Pass 1: ino #145

jffs2_build_inode building inode #145

jffs2_build_inode_pass1 truncating fraglist to 0x000034ed

Truncating fraglist to 0x000034ed bytes

Pass 1: ino #159

jffs2_build_inode building inode #159

jffs2_build_inode_pass1 truncating fraglist to 0x00000134

Truncating fraglist to 0x00000134 bytes

Pass 1: ino #173

jffs2_build_inode building inode #173

jffs2_build_inode_pass1 truncating fraglist to 0x0000028c

Truncating fraglist to 0x0000028c bytes

Pass 1: ino #187

jffs2_build_inode building inode #187

jffs2_build_inode_pass1 truncating fraglist to 0x00000611

Truncating fraglist to 0x00000611 bytes

Pass 1: ino #201

jffs2_build_inode building inode #201

jffs2_build_inode_pass1 truncating fraglist to 0x00015bcf

Truncating fraglist to 0x00015bcf bytes

Pass 1: ino #215

jffs2_build_inode building inode #215

Increased nlink for child "rhea" (ino #218)

Increased nlink for child "fenris" (ino #216)

Pass 1: ino #229

jffs2_build_inode building inode #229

Pass 1: ino #243

jffs2_build_inode building inode #243

jffs2_build_inode_pass1 truncating fraglist to 0x00000ea6

Truncating fraglist to 0x00000ea6 bytes

Pass 1: ino #257

jffs2_build_inode building inode #257

jffs2_build_inode_pass1 truncating fraglist to 0x000023f4

Truncating fraglist to 0x000023f4 bytes

Pass 1: ino #271

jffs2_build_inode building inode #271

jffs2_build_inode_pass1 truncating fraglist to 0x000d40ca

Truncating fraglist to 0x000d40ca bytes

Pass 1: ino #285

jffs2_build_inode building inode #285

jffs2_build_inode_pass1 truncating fraglist to 0x0000431e

Truncating fraglist to 0x0000431e bytes

Pass 1: ino #299

jffs2_build_inode building inode #299

jffs2_build_inode_pass1 truncating fraglist to 0x00004a91

Truncating fraglist to 0x00004a91 bytes

Pass 1: ino #313

jffs2_build_inode building inode #313

jffs2_build_inode_pass1 truncating fraglist to 0x00002628

Truncating fraglist to 0x00002628 bytes

Pass 1: ino #327

jffs2_build_inode building inode #327

jffs2_build_inode_pass1 truncating fraglist to 0x00000443

Truncating fraglist to 0x00000443 bytes

Pass 1: ino #341

jffs2_build_inode building inode #341

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #355

jffs2_build_inode building inode #355

jffs2_build_inode_pass1 truncating fraglist to 0x00000443

Truncating fraglist to 0x00000443 bytes

Pass 1: ino #369

jffs2_build_inode building inode #369

jffs2_build_inode_pass1 truncating fraglist to 0x00000444

Truncating fraglist to 0x00000444 bytes

Pass 1: ino #383

jffs2_build_inode building inode #383

jffs2_build_inode_pass1 truncating fraglist to 0x00000444

Truncating fraglist to 0x00000444 bytes

Pass 1: ino #397

jffs2_build_inode building inode #397

jffs2_build_inode_pass1 truncating fraglist to 0x00001a97

Truncating fraglist to 0x00001a97 bytes

Pass 1: ino #411

jffs2_build_inode building inode #411

jffs2_build_inode_pass1 truncating fraglist to 0x00004c24

Truncating fraglist to 0x00004c24 bytes

Pass 1: ino #425

jffs2_build_inode building inode #425

Increased nlink for child "man" (ino #489)

Increased nlink for child "man1" (ino #427)

Increased nlink for child "man2" (ino #428)

Increased nlink for child "man3" (ino #429)

Increased nlink for child "man4" (ino #430)

Increased nlink for child "man5" (ino #431)

Increased nlink for child "man6" (ino #432)

Increased nlink for child "man7" (ino #433)

Increased nlink for child "man8" (ino #434)

Pass 1: ino #439

jffs2_build_inode building inode #439

Pass 1: ino #453

jffs2_build_inode building inode #453

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #467

jffs2_build_inode building inode #467

Increased nlink for child "utmp" (ino #468)

Pass 1: ino #481

jffs2_build_inode building inode #481

Pass 1: ino #495

jffs2_build_inode building inode #495

Pass 1: ino #509

jffs2_build_inode building inode #509

Pass 1: ino #523

jffs2_build_inode building inode #523

jffs2_build_inode_pass1 truncating fraglist to 0x0009c6ac

Truncating fraglist to 0x0009c6ac bytes

Pass 1: ino #20

jffs2_build_inode building inode #20

jffs2_build_inode_pass1 truncating fraglist to 0x00003c11

Truncating fraglist to 0x00003c11 bytes

Pass 1: ino #34

jffs2_build_inode building inode #34

jffs2_build_inode_pass1 truncating fraglist to 0x00006573

Truncating fraglist to 0x00006573 bytes

Pass 1: ino #48

jffs2_build_inode building inode #48

Pass 1: ino #62

jffs2_build_inode building inode #62

jffs2_build_inode_pass1 truncating fraglist to 0x00000006

Truncating fraglist to 0x00000006 bytes

Pass 1: ino #76

jffs2_build_inode building inode #76

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #90

jffs2_build_inode building inode #90

Increased nlink for child "S100sysklogd" (ino #91)

Pass 1: ino #104

jffs2_build_inode building inode #104

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #118

jffs2_build_inode building inode #118

jffs2_build_inode_pass1 truncating fraglist to 0x00000110

Truncating fraglist to 0x00000110 bytes

Pass 1: ino #132

jffs2_build_inode building inode #132

jffs2_build_inode_pass1 truncating fraglist to 0x00000308

Truncating fraglist to 0x00000308 bytes

Pass 1: ino #146

jffs2_build_inode building inode #146

jffs2_build_inode_pass1 truncating fraglist to 0x000040d3

Truncating fraglist to 0x000040d3 bytes

Pass 1: ino #160

jffs2_build_inode building inode #160

Increased nlink for child "linux" (ino #161)

Pass 1: ino #174

jffs2_build_inode building inode #174

jffs2_build_inode_pass1 truncating fraglist to 0x00000447

Truncating fraglist to 0x00000447 bytes

Pass 1: ino #188

jffs2_build_inode building inode #188

jffs2_build_inode_pass1 truncating fraglist to 0x00000643

Truncating fraglist to 0x00000643 bytes

Pass 1: ino #202

jffs2_build_inode building inode #202

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #216

jffs2_build_inode building inode #216

Increased nlink for child "arm" (ino #217)

Pass 1: ino #230

jffs2_build_inode building inode #230

Pass 1: ino #244

jffs2_build_inode building inode #244

Increased nlink for child "arp" (ino #245)

Increased nlink for child "halt" (ino #246)

Increased nlink for child "init" (ino #247)

Increased nlink for child "pump" (ino #255)

Increased nlink for child "klogd" (ino #248)

Increased nlink for child "lsmod" (ino #263)

Increased nlink for child "rdate" (ino #249)

Increased nlink for child "rmmod" (ino #261)

Increased nlink for child "route" (ino #250)

Increased nlink for child "killall5" (ino #260)

Increased nlink for child "sulogin" (ino #251)

Increased nlink for child "swapoff" (ino #252)

Increased nlink for child "ifconfig" (ino #253)

Increased nlink for child "shutdown" (ino #254)

Increased nlink for child "agetty" (ino #256)

Increased nlink for child "insmod" (ino #262)

Increased nlink for child "reboot" (ino #257)

Increased nlink for child "swapon" (ino #258)

Increased nlink for child "portmap" (ino #259)

Pass 1: ino #258

jffs2_build_inode building inode #258

jffs2_build_inode_pass1 truncating fraglist to 0x00001ac8

Truncating fraglist to 0x00001ac8 bytes

Pass 1: ino #272

jffs2_build_inode building inode #272

jffs2_build_inode_pass1 truncating fraglist to 0x00003fca

Truncating fraglist to 0x00003fca bytes

Pass 1: ino #286

jffs2_build_inode building inode #286

jffs2_build_inode_pass1 truncating fraglist to 0x000073a8

Truncating fraglist to 0x000073a8 bytes

Pass 1: ino #300

jffs2_build_inode building inode #300

jffs2_build_inode_pass1 truncating fraglist to 0x00004558

Truncating fraglist to 0x00004558 bytes

Pass 1: ino #314

jffs2_build_inode building inode #314

jffs2_build_inode_pass1 truncating fraglist to 0x000002df

Truncating fraglist to 0x000002df bytes

Pass 1: ino #328

jffs2_build_inode building inode #328

jffs2_build_inode_pass1 truncating fraglist to 0x00000443

Truncating fraglist to 0x00000443 bytes

Pass 1: ino #342

jffs2_build_inode building inode #342

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #356

jffs2_build_inode building inode #356

jffs2_build_inode_pass1 truncating fraglist to 0x00014a34

Truncating fraglist to 0x00014a34 bytes

Pass 1: ino #370

jffs2_build_inode building inode #370

jffs2_build_inode_pass1 truncating fraglist to 0x000139e9

Truncating fraglist to 0x000139e9 bytes

Pass 1: ino #384

jffs2_build_inode building inode #384

jffs2_build_inode_pass1 truncating fraglist to 0x00000447

Truncating fraglist to 0x00000447 bytes

Pass 1: ino #398

jffs2_build_inode building inode #398

jffs2_build_inode_pass1 truncating fraglist to 0x0000505e

Truncating fraglist to 0x0000505e bytes

Pass 1: ino #412

jffs2_build_inode building inode #412

jffs2_build_inode_pass1 truncating fraglist to 0x000053bc

Truncating fraglist to 0x000053bc bytes

Pass 1: ino #426

jffs2_build_inode building inode #426

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #440

jffs2_build_inode building inode #440

Pass 1: ino #454

jffs2_build_inode building inode #454

Pass 1: ino #468

jffs2_build_inode building inode #468

jffs2_build_inode_pass1 truncating fraglist to 0x00000a80

Truncating fraglist to 0x00000a80 bytes

Pass 1: ino #482

jffs2_build_inode building inode #482

jffs2_build_inode_pass1 truncating fraglist to 0x0000bad1

Truncating fraglist to 0x0000bad1 bytes

Pass 1: ino #496

jffs2_build_inode building inode #496

Pass 1: ino #510

jffs2_build_inode building inode #510

Pass 1: ino #7

jffs2_build_inode building inode #7

Increased nlink for child "mv" (ino #14)

Increased nlink for child "ps" (ino #15)

Increased nlink for child "rm" (ino #16)

Increased nlink for child "sh" (ino #522)

Increased nlink for child "su" (ino #18)

Increased nlink for child "cat" (ino #19)

Increased nlink for child "pwd" (ino #20)

Increased nlink for child "sed" (ino #21)

Increased nlink for child "tar" (ino #46)

Increased nlink for child "who" (ino #47)

Increased nlink for child "bash" (ino #22)

Increased nlink for child "arch" (ino #23)

Increased nlink for child "date" (ino #24)

Increased nlink for child "echo" (ino #25)

Increased nlink for child "kill" (ino #26)

Increased nlink for child "more" (ino #27)

Increased nlink for child "ping" (ino #28)

Increased nlink for child "stty" (ino #29)

Increased nlink for child "sync" (ino #30)

Increased nlink for child "true" (ino #31)

Increased nlink for child "chgrp" (ino #32)

Increased nlink for child "chmod" (ino #33)

Increased nlink for child "chown" (ino #34)

Increased nlink for child "dmesg" (ino #35)

Increased nlink for child "login" (ino #36)

Increased nlink for child "mkdir" (ino #37)

Increased nlink for child "mknod" (ino #38)

Increased nlink for child "mount" (ino #39)

Increased nlink for child "pidof" (ino #40)

Increased nlink for child "uname" (ino #41)

Increased nlink for child "domainname" (ino #42)

Increased nlink for child "hostname" (ino #43)

Increased nlink for child "netstat" (ino #44)

Increased nlink for child "umount" (ino #45)

Pass 1: ino #21

jffs2_build_inode building inode #21

jffs2_build_inode_pass1 truncating fraglist to 0x0000da6f

Truncating fraglist to 0x0000da6f bytes

Pass 1: ino #35

jffs2_build_inode building inode #35

jffs2_build_inode_pass1 truncating fraglist to 0x000011c0

Truncating fraglist to 0x000011c0 bytes

Pass 1: ino #49

jffs2_build_inode building inode #49

Increased nlink for child "opt" (ino #50)

Increased nlink for child "rpc" (ino #51)

Increased nlink for child "ssh" (ino #52)

Increased nlink for child "mtab" (ino #189)

Increased nlink for child "defaultdomain" (ino #62)

Increased nlink for child "fdprm" (ino #63)

Increased nlink for child "fstab" (ino #64)

Increased nlink for child "group" (ino #65)

Increased nlink for child "hosts" (ino #66)

Increased nlink for child "rc0.d" (ino #68)

Increased nlink for child "rc1.d" (ino #72)

Increased nlink for child "rc2.d" (ino #79)

Increased nlink for child "rc3.d" (ino #86)

Increased nlink for child "rc4.d" (ino #88)

Increased nlink for child "rc5.d" (ino #90)

Increased nlink for child "rc6.d" (ino #92)

Increased nlink for child "rcS.d" (ino #96)

Increased nlink for child "rcY.d" (ino #121)

Increased nlink for child "sysconfig" (ino #108)

Increased nlink for child "syslog.conf" (ino #67)

Increased nlink for child "shadow-" (ino #112)

Increased nlink for child "pump.conf" (ino #191)

Increased nlink for child "terminfo" (ino #157)

Increased nlink for child ".pwd.lock" (ino #113)

Increased nlink for child "ld.so.conf" (ino #114)

Increased nlink for child "services" (ino #115)

Increased nlink for child "timezone" (ino #149)

Increased nlink for child "inetd.conf" (ino #116)

Increased nlink for child "inittab" (ino #117)

Increased nlink for child "nsswitch.conf" (ino #118)

Increased nlink for child "yp.conf" (ino #119)

Increased nlink for child "ioctl.save" (ino #120)

Increased nlink for child "init.d" (ino #123)

Increased nlink for child "limits" (ino #122)

Increased nlink for child "passwd" (ino #147)

Increased nlink for child "shadow" (ino #148)

Increased nlink for child "localtime" (ino #149)

Increased nlink for child "login.access" (ino #150)

Increased nlink for child "passwd-" (ino #151)

Increased nlink for child "ld.so.cache" (ino #152)

Increased nlink for child "host.conf" (ino #153)

Increased nlink for child "login.defs" (ino #154)

Increased nlink for child "protocols" (ino #155)

Increased nlink for child "resolv.conf" (ino #156)

Increased nlink for child "profile" (ino #190)

Pass 1: ino #63

jffs2_build_inode building inode #63

jffs2_build_inode_pass1 truncating fraglist to 0x000004de

Truncating fraglist to 0x000004de bytes

Pass 1: ino #77

jffs2_build_inode building inode #77

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #91

jffs2_build_inode building inode #91

Pass 1: ino #105

jffs2_build_inode building inode #105

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #119

jffs2_build_inode building inode #119

jffs2_build_inode_pass1 truncating fraglist to 0x00000240

Truncating fraglist to 0x00000240 bytes

Pass 1: ino #133

jffs2_build_inode building inode #133

jffs2_build_inode_pass1 truncating fraglist to 0x000003cb

Truncating fraglist to 0x000003cb bytes

Pass 1: ino #147

jffs2_build_inode building inode #147

jffs2_build_inode_pass1 truncating fraglist to 0x00000043

Truncating fraglist to 0x00000043 bytes

Pass 1: ino #161

jffs2_build_inode building inode #161

jffs2_build_inode_pass1 truncating fraglist to 0x0000062c

Truncating fraglist to 0x0000062c bytes

Pass 1: ino #175

jffs2_build_inode building inode #175

Increased nlink for child "sun" (ino #178)

Increased nlink for child "screen-w" (ino #177)

Increased nlink for child "screen" (ino #176)

Pass 1: ino #189

jffs2_build_inode building inode #189

Pass 1: ino #203

jffs2_build_inode building inode #203

jffs2_build_inode_pass1 truncating fraglist to 0x0000cdfc

Truncating fraglist to 0x0000cdfc bytes

Pass 1: ino #217

jffs2_build_inode building inode #217

Pass 1: ino #231

jffs2_build_inode building inode #231

Increased nlink for child ".ssh" (ino #232)

Increased nlink for child ".bash_history" (ino #243)

Pass 1: ino #245

jffs2_build_inode building inode #245

jffs2_build_inode_pass1 truncating fraglist to 0x00009644

Truncating fraglist to 0x00009644 bytes

Pass 1: ino #259

jffs2_build_inode building inode #259

jffs2_build_inode_pass1 truncating fraglist to 0x00002f34

Truncating fraglist to 0x00002f34 bytes

Pass 1: ino #273

jffs2_build_inode building inode #273

jffs2_build_inode_pass1 truncating fraglist to 0x000087b5

Truncating fraglist to 0x000087b5 bytes

Pass 1: ino #287

jffs2_build_inode building inode #287

jffs2_build_inode_pass1 truncating fraglist to 0x00001cc0

Truncating fraglist to 0x00001cc0 bytes

Pass 1: ino #301

jffs2_build_inode building inode #301

jffs2_build_inode_pass1 truncating fraglist to 0x00006677

Truncating fraglist to 0x00006677 bytes

Pass 1: ino #315

jffs2_build_inode building inode #315

Increased nlink for child "pkgIndex.tcl" (ino #317)

Increased nlink for child "optparse.tcl" (ino #316)

Pass 1: ino #329

jffs2_build_inode building inode #329

jffs2_build_inode_pass1 truncating fraglist to 0x00000443

Truncating fraglist to 0x00000443 bytes

Pass 1: ino #343

jffs2_build_inode building inode #343

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #357

jffs2_build_inode building inode #357

jffs2_build_inode_pass1 truncating fraglist to 0x000000c3

Truncating fraglist to 0x000000c3 bytes

Pass 1: ino #371

jffs2_build_inode building inode #371

jffs2_build_inode_pass1 truncating fraglist to 0x0001153e

Truncating fraglist to 0x0001153e bytes

Pass 1: ino #385

jffs2_build_inode building inode #385

jffs2_build_inode_pass1 truncating fraglist to 0x00000447

Truncating fraglist to 0x00000447 bytes

Pass 1: ino #399

jffs2_build_inode building inode #399

jffs2_build_inode_pass1 truncating fraglist to 0x00000379

Truncating fraglist to 0x00000379 bytes

Pass 1: ino #413

jffs2_build_inode building inode #413

jffs2_build_inode_pass1 truncating fraglist to 0x00001d24

Truncating fraglist to 0x00001d24 bytes

Pass 1: ino #427

jffs2_build_inode building inode #427

Pass 1: ino #441

jffs2_build_inode building inode #441

Pass 1: ino #455

jffs2_build_inode building inode #455

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #469

jffs2_build_inode building inode #469

Pass 1: ino #483

jffs2_build_inode building inode #483

jffs2_build_inode_pass1 truncating fraglist to 0x000046a1

Truncating fraglist to 0x000046a1 bytes

Pass 1: ino #497

jffs2_build_inode building inode #497

Pass 1: ino #511

jffs2_build_inode building inode #511

Pass 1: ino #22

jffs2_build_inode building inode #22

jffs2_build_inode_pass1 truncating fraglist to 0x000a74ae

Truncating fraglist to 0x000a74ae bytes

Pass 1: ino #36

jffs2_build_inode building inode #36

jffs2_build_inode_pass1 truncating fraglist to 0x0000c558

Truncating fraglist to 0x0000c558 bytes

Pass 1: ino #50

jffs2_build_inode building inode #50

Pass 1: ino #64

jffs2_build_inode building inode #64

jffs2_build_inode_pass1 truncating fraglist to 0x000002fa

Truncating fraglist to 0x000002fa bytes

Pass 1: ino #78

jffs2_build_inode building inode #78

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #92

jffs2_build_inode building inode #92

Increased nlink for child "S999reboot" (ino #93)

Increased nlink for child "S700miniboot" (ino #95)

Increased nlink for child "S800sendsignals" (ino #94)

Pass 1: ino #106

jffs2_build_inode building inode #106

Pass 1: ino #120

jffs2_build_inode building inode #120

jffs2_build_inode_pass1 truncating fraglist to 0x0000003c

Truncating fraglist to 0x0000003c bytes

Pass 1: ino #134

jffs2_build_inode building inode #134

jffs2_build_inode_pass1 truncating fraglist to 0x000005bd

Truncating fraglist to 0x000005bd bytes

Pass 1: ino #148

jffs2_build_inode building inode #148

jffs2_build_inode_pass1 truncating fraglist to 0x00000026

Truncating fraglist to 0x00000026 bytes

Pass 1: ino #162

jffs2_build_inode building inode #162

Increased nlink for child "pcansi" (ino #163)

Pass 1: ino #176

jffs2_build_inode building inode #176

jffs2_build_inode_pass1 truncating fraglist to 0x00000534

Truncating fraglist to 0x00000534 bytes

Pass 1: ino #190

jffs2_build_inode building inode #190

jffs2_build_inode_pass1 truncating fraglist to 0x0000000b

Truncating fraglist to 0x0000000b bytes

Pass 1: ino #204

jffs2_build_inode building inode #204

jffs2_build_inode_pass1 truncating fraglist to 0x0000c258

Truncating fraglist to 0x0000c258 bytes

Pass 1: ino #218

jffs2_build_inode building inode #218

Increased nlink for child "software" (ino #222)

Increased nlink for child "home1" (ino #219)

Increased nlink for child "mirrors" (ino #221)

Increased nlink for child "playpen" (ino #220)

Pass 1: ino #232

jffs2_build_inode building inode #232

Increased nlink for child "authorized_keys2" (ino #233)

Increased nlink for child "identity" (ino #240)

Increased nlink for child "authorized_keys" (ino #236)

Increased nlink for child "known_hosts2" (ino #242)

Increased nlink for child "identity.pub" (ino #241)

Increased nlink for child "id_dsa.pub" (ino #238)

Increased nlink for child "id_rsa.pub" (ino #239)

Increased nlink for child "id_dsa" (ino #237)

Increased nlink for child "id_rsa" (ino #234)

Increased nlink for child "known_hosts" (ino #235)

Pass 1: ino #246

jffs2_build_inode building inode #246

jffs2_build_inode_pass1 truncating fraglist to 0x000023f4

Truncating fraglist to 0x000023f4 bytes

Pass 1: ino #260

jffs2_build_inode building inode #260

jffs2_build_inode_pass1 truncating fraglist to 0x0000235c

Truncating fraglist to 0x0000235c bytes

Pass 1: ino #274

jffs2_build_inode building inode #274

jffs2_build_inode_pass1 truncating fraglist to 0x00003a0c

Truncating fraglist to 0x00003a0c bytes

Pass 1: ino #288

jffs2_build_inode building inode #288

jffs2_build_inode_pass1 truncating fraglist to 0x00002c78

Truncating fraglist to 0x00002c78 bytes

Pass 1: ino #302

jffs2_build_inode building inode #302

jffs2_build_inode_pass1 truncating fraglist to 0x000169e4

Truncating fraglist to 0x000169e4 bytes

Pass 1: ino #316

jffs2_build_inode building inode #316

jffs2_build_inode_pass1 truncating fraglist to 0x000081e2

Truncating fraglist to 0x000081e2 bytes

Pass 1: ino #330

jffs2_build_inode building inode #330

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #344

jffs2_build_inode building inode #344

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #358

jffs2_build_inode building inode #358

jffs2_build_inode_pass1 truncating fraglist to 0x00000073

Truncating fraglist to 0x00000073 bytes

Pass 1: ino #372

jffs2_build_inode building inode #372

jffs2_build_inode_pass1 truncating fraglist to 0x00000443

Truncating fraglist to 0x00000443 bytes

Pass 1: ino #386

jffs2_build_inode building inode #386

jffs2_build_inode_pass1 truncating fraglist to 0x0000a32a

Truncating fraglist to 0x0000a32a bytes

Pass 1: ino #400

jffs2_build_inode building inode #400

jffs2_build_inode_pass1 truncating fraglist to 0x00006bd1

Truncating fraglist to 0x00006bd1 bytes

Pass 1: ino #414

jffs2_build_inode building inode #414

jffs2_build_inode_pass1 truncating fraglist to 0x00006dd4

Truncating fraglist to 0x00006dd4 bytes

Pass 1: ino #428

jffs2_build_inode building inode #428

Pass 1: ino #442

jffs2_build_inode building inode #442

Pass 1: ino #456

jffs2_build_inode building inode #456

Pass 1: ino #470

jffs2_build_inode building inode #470

Pass 1: ino #484

jffs2_build_inode building inode #484

Pass 1: ino #498

jffs2_build_inode building inode #498

Pass 1: ino #512

jffs2_build_inode building inode #512

Pass 1: ino #23

jffs2_build_inode building inode #23

jffs2_build_inode_pass1 truncating fraglist to 0x00000c20

Truncating fraglist to 0x00000c20 bytes

Pass 1: ino #37

jffs2_build_inode building inode #37

jffs2_build_inode_pass1 truncating fraglist to 0x00006070

Truncating fraglist to 0x00006070 bytes

Pass 1: ino #51

jffs2_build_inode building inode #51

jffs2_build_inode_pass1 truncating fraglist to 0x0000064f

Truncating fraglist to 0x0000064f bytes

Pass 1: ino #65

jffs2_build_inode building inode #65

jffs2_build_inode_pass1 truncating fraglist to 0x0000007d

Truncating fraglist to 0x0000007d bytes

Pass 1: ino #79

jffs2_build_inode building inode #79

Increased nlink for child "K800ethnet" (ino #514)

Increased nlink for child "k250inetd" (ino #513)

Increased nlink for child "K350nis" (ino #512)

Increased nlink for child "S100sysklogd" (ino #83)

Increased nlink for child "K300mountnfs" (ino #511)

Increased nlink for child "K400nfs-common" (ino #510)

Pass 1: ino #93

jffs2_build_inode building inode #93

Pass 1: ino #107

jffs2_build_inode building inode #107

Pass 1: ino #121

jffs2_build_inode building inode #121

Pass 1: ino #135

jffs2_build_inode building inode #135

jffs2_build_inode_pass1 truncating fraglist to 0x0000095f

Truncating fraglist to 0x0000095f bytes

Pass 1: ino #149

jffs2_build_inode building inode #149

jffs2_build_inode_pass1 truncating fraglist to 0x00000011

Truncating fraglist to 0x00000011 bytes

Pass 1: ino #163

jffs2_build_inode building inode #163

jffs2_build_inode_pass1 truncating fraglist to 0x00000498

Truncating fraglist to 0x00000498 bytes

Pass 1: ino #177

jffs2_build_inode building inode #177

jffs2_build_inode_pass1 truncating fraglist to 0x00000544

Truncating fraglist to 0x00000544 bytes

Pass 1: ino #191

jffs2_build_inode building inode #191

jffs2_build_inode_pass1 truncating fraglist to 0x0000004f

Truncating fraglist to 0x0000004f bytes

Pass 1: ino #205

jffs2_build_inode building inode #205

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #219

jffs2_build_inode building inode #219

Pass 1: ino #233

jffs2_build_inode building inode #233

jffs2_build_inode_pass1 truncating fraglist to 0x000000f5

Truncating fraglist to 0x000000f5 bytes

Pass 1: ino #247

jffs2_build_inode building inode #247

jffs2_build_inode_pass1 truncating fraglist to 0x000070e8

Truncating fraglist to 0x000070e8 bytes

Pass 1: ino #261

jffs2_build_inode building inode #261

jffs2_build_inode_pass1 truncating fraglist to 0x000174f4

Truncating fraglist to 0x000174f4 bytes

Pass 1: ino #275

jffs2_build_inode building inode #275

jffs2_build_inode_pass1 truncating fraglist to 0x00010878

Truncating fraglist to 0x00010878 bytes

Pass 1: ino #289

jffs2_build_inode building inode #289

jffs2_build_inode_pass1 truncating fraglist to 0x00001d04

Truncating fraglist to 0x00001d04 bytes

Pass 1: ino #303

jffs2_build_inode building inode #303

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #317

jffs2_build_inode building inode #317

jffs2_build_inode_pass1 truncating fraglist to 0x00000221

Truncating fraglist to 0x00000221 bytes

Pass 1: ino #331

jffs2_build_inode building inode #331

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #345

jffs2_build_inode building inode #345

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #359

jffs2_build_inode building inode #359

jffs2_build_inode_pass1 truncating fraglist to 0x000000e4

Truncating fraglist to 0x000000e4 bytes

Pass 1: ino #373

jffs2_build_inode building inode #373

jffs2_build_inode_pass1 truncating fraglist to 0x00016acd

Truncating fraglist to 0x00016acd bytes

Pass 1: ino #387

jffs2_build_inode building inode #387

jffs2_build_inode_pass1 truncating fraglist to 0x00000443

Truncating fraglist to 0x00000443 bytes

Pass 1: ino #401

jffs2_build_inode building inode #401

jffs2_build_inode_pass1 truncating fraglist to 0x00001114

Truncating fraglist to 0x00001114 bytes

Pass 1: ino #415

jffs2_build_inode building inode #415

jffs2_build_inode_pass1 truncating fraglist to 0x000109cd

Truncating fraglist to 0x000109cd bytes

Pass 1: ino #429

jffs2_build_inode building inode #429

Pass 1: ino #443

jffs2_build_inode building inode #443

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #457

jffs2_build_inode building inode #457

Pass 1: ino #471

jffs2_build_inode building inode #471

Pass 1: ino #485

jffs2_build_inode building inode #485

Pass 1: ino #499

jffs2_build_inode building inode #499

Pass 1: ino #513

jffs2_build_inode building inode #513

Pass 1: ino #24

jffs2_build_inode building inode #24

jffs2_build_inode_pass1 truncating fraglist to 0x00008690

Truncating fraglist to 0x00008690 bytes

Pass 1: ino #38

jffs2_build_inode building inode #38

jffs2_build_inode_pass1 truncating fraglist to 0x000056ed

Truncating fraglist to 0x000056ed bytes

Pass 1: ino #52

jffs2_build_inode building inode #52

Increased nlink for child "ssh_config" (ino #54)

Increased nlink for child "ssh_host_rsa_key.pub" (ino #60)

Increased nlink for child "ssh_host_key.pub" (ino #58)

Increased nlink for child "sshd_config" (ino #61)

Increased nlink for child "ssh_host_key" (ino #57)

Increased nlink for child "ssh_host_dsa_key.pub" (ino #56)

Increased nlink for child "moduli" (ino #53)

Increased nlink for child "ssh_host_dsa_key" (ino #55)

Increased nlink for child "ssh_host_rsa_key" (ino #59)

Pass 1: ino #66

jffs2_build_inode building inode #66

jffs2_build_inode_pass1 truncating fraglist to 0x00000099

Truncating fraglist to 0x00000099 bytes

Pass 1: ino #80

jffs2_build_inode building inode #80

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #94

jffs2_build_inode building inode #94

Pass 1: ino #108

jffs2_build_inode building inode #108

Increased nlink for child "network" (ino #109)

Increased nlink for child "nic-config" (ino #110)

Pass 1: ino #122

jffs2_build_inode building inode #122

jffs2_build_inode_pass1 truncating fraglist to 0x000002d5

Truncating fraglist to 0x000002d5 bytes

Pass 1: ino #136

jffs2_build_inode building inode #136

jffs2_build_inode_pass1 truncating fraglist to 0x0000097a

Truncating fraglist to 0x0000097a bytes

Pass 1: ino #150

jffs2_build_inode building inode #150

jffs2_build_inode_pass1 truncating fraglist to 0x0000080a

Truncating fraglist to 0x0000080a bytes

Pass 1: ino #164

jffs2_build_inode building inode #164

Increased nlink for child "vt52" (ino #168)

Increased nlink for child "vt100" (ino #165)

Increased nlink for child "vt102" (ino #166)

Increased nlink for child "vt220" (ino #167)

Pass 1: ino #178

jffs2_build_inode building inode #178

jffs2_build_inode_pass1 truncating fraglist to 0x000003fb

Truncating fraglist to 0x000003fb bytes

Pass 1: ino #192

jffs2_build_inode building inode #192

Increased nlink for child "libm.so.6" (ino #193)

Increased nlink for child "libwrap.so.0" (ino #194)

Increased nlink for child "libnss_files.so.2" (ino #195)

Increased nlink for child "libresolv.so.2" (ino #196)

Increased nlink for child "libncurses.so.5" (ino #197)

Increased nlink for child "libproc.so.2.0.7" (ino #198)

Increased nlink for child "libnss_dns-2.2.4.so" (ino #199)

Increased nlink for child "libpthread.so.0" (ino #200)

Increased nlink for child "libnsl-2.2.4.so" (ino #201)

Increased nlink for child "libnss_nis.so.2" (ino #501)

Increased nlink for child "libnss_nisplus-2.2.4.so" (ino #203)

Increased nlink for child "libnss_nis-2.2.4.so" (ino #204)

Increased nlink for child "libnsl.so.1" (ino #500)

Increased nlink for child "libutil.so.1" (ino #206)

Increased nlink for child "libnss_compat.so.2" (ino #207)

Increased nlink for child "libcrypt.so.1" (ino #208)

Increased nlink for child "ld-linux.so.2" (ino #209)

Increased nlink for child "libdl.so.2" (ino #210)

Increased nlink for child "libnss_dns.so.2" (ino #211)

Increased nlink for child "libnss_nisplus.so.2" (ino #499)

Increased nlink for child "libc.so.6" (ino #213)

Increased nlink for child "librt.so.1" (ino #214)

Pass 1: ino #206

jffs2_build_inode building inode #206

jffs2_build_inode_pass1 truncating fraglist to 0x00002ca3

Truncating fraglist to 0x00002ca3 bytes

Pass 1: ino #220

jffs2_build_inode building inode #220

Pass 1: ino #234

jffs2_build_inode building inode #234

jffs2_build_inode_pass1 truncating fraglist to 0x00000373

Truncating fraglist to 0x00000373 bytes

Pass 1: ino #248

jffs2_build_inode building inode #248

jffs2_build_inode_pass1 truncating fraglist to 0x000053bc

Truncating fraglist to 0x000053bc bytes

Pass 1: ino #262

jffs2_build_inode building inode #262

jffs2_build_inode_pass1 truncating fraglist to 0x000174f4

Truncating fraglist to 0x000174f4 bytes

Pass 1: ino #276

jffs2_build_inode building inode #276

jffs2_build_inode_pass1 truncating fraglist to 0x000047d8

Truncating fraglist to 0x000047d8 bytes

Pass 1: ino #290

jffs2_build_inode building inode #290

jffs2_build_inode_pass1 truncating fraglist to 0x000027e4

Truncating fraglist to 0x000027e4 bytes

Pass 1: ino #304

jffs2_build_inode building inode #304

Increased nlink for child "libreadline.so.4" (ino #305)

Increased nlink for child "libz.so.1" (ino #306)

Increased nlink for child "libhistory.so.4" (ino #307)

Increased nlink for child "libtcl8.3.so" (ino #406)

Increased nlink for child "libtclstub8.3.a" (ino #408)

Increased nlink for child "tclConfig.sh" (ino #405)

Increased nlink for child "libtcl8.3.so.1" (ino #493)

Increased nlink for child "tcl8.3" (ino #308)

Pass 1: ino #318

jffs2_build_inode building inode #318

Increased nlink for child "cp1250.enc" (ino #321)

Increased nlink for child "cp1251.enc" (ino #322)

Increased nlink for child "cp1252.enc" (ino #323)

Increased nlink for child "cp1253.enc" (ino #324)

Increased nlink for child "cp1254.enc" (ino #325)

Increased nlink for child "cp1255.enc" (ino #326)

Increased nlink for child "cp1256.enc" (ino #327)

Increased nlink for child "cp1257.enc" (ino #328)

Increased nlink for child "cp1258.enc" (ino #329)

Increased nlink for child "cp737.enc" (ino #331)

Increased nlink for child "symbol.enc" (ino #387)

Increased nlink for child "cp775.enc" (ino #332)

Increased nlink for child "macIceland.enc" (ino #379)

Increased nlink for child "iso2022.enc" (ino #359)

Increased nlink for child "cp850.enc" (ino #333)

Increased nlink for child "cp852.enc" (ino #334)

Increased nlink for child "cp855.enc" (ino #335)

Increased nlink for child "cp857.enc" (ino #336)

Increased nlink for child "cp860.enc" (ino #337)

Increased nlink for child "cp861.enc" (ino #338)

Increased nlink for child "cp862.enc" (ino #339)

Increased nlink for child "cp863.enc" (ino #340)

Increased nlink for child "cp864.enc" (ino #341)

Increased nlink for child "cp865.enc" (ino #342)

Increased nlink for child "cp866.enc" (ino #343)

Increased nlink for child "cp869.enc" (ino #344)

Increased nlink for child "cp874.enc" (ino #345)

Increased nlink for child "iso2022-jp.enc" (ino #357)

Increased nlink for child "iso2022-kr.enc" (ino #358)

Increased nlink for child "cp932.enc" (ino #346)

Increased nlink for child "cp936.enc" (ino #347)

Increased nlink for child "cp949.enc" (ino #348)

Increased nlink for child "macCentEuro.enc" (ino #374)

Increased nlink for child "euc-cn.enc" (ino #351)

Increased nlink for child "cp950.enc" (ino #349)

Increased nlink for child "macRomania.enc" (ino #382)

Increased nlink for child "dingbats.enc" (ino #350)

Increased nlink for child "macGreek.enc" (ino #378)

Increased nlink for child "euc-jp.enc" (ino #352)

Increased nlink for child "euc-kr.enc" (ino #353)

Increased nlink for child "ksc5601.enc" (ino #373)

Increased nlink for child "macDingbats.enc" (ino #377)

Increased nlink for child "iso8859-1.enc" (ino #360)

Increased nlink for child "iso8859-2.enc" (ino #361)

Increased nlink for child "iso8859-3.enc" (ino #362)

Increased nlink for child "iso8859-4.enc" (ino #363)

Increased nlink for child "iso8859-5.enc" (ino #364)

Increased nlink for child "iso8859-6.enc" (ino #365)

Increased nlink for child "iso8859-7.enc" (ino #366)

Increased nlink for child "iso8859-8.enc" (ino #367)

Increased nlink for child "iso8859-9.enc" (ino #368)

Increased nlink for child "macUkraine.enc" (ino #385)

Increased nlink for child "ascii.enc" (ino #319)

Increased nlink for child "gb1988.enc" (ino #355)

Increased nlink for child "macRoman.enc" (ino #381)

Increased nlink for child "shiftjis.enc" (ino #386)

Increased nlink for child "macThai.enc" (ino #383)

Increased nlink for child "gb12345.enc" (ino #354)

Increased nlink for child "macJapan.enc" (ino #380)

Increased nlink for child "macCroatian.enc" (ino #375)

Increased nlink for child "gb2312.enc" (ino #356)

Increased nlink for child "cp437.enc" (ino #330)

Increased nlink for child "macCyrillic.enc" (ino #376)

Increased nlink for child "big5.enc" (ino #320)

Increased nlink for child "macTurkish.enc" (ino #384)

Increased nlink for child "jis0201.enc" (ino #369)

Increased nlink for child "jis0208.enc" (ino #370)

Increased nlink for child "jis0212.enc" (ino #371)

Increased nlink for child "koi8-r.enc" (ino #372)

Pass 1: ino #332

jffs2_build_inode building inode #332

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #346

jffs2_build_inode building inode #346

jffs2_build_inode_pass1 truncating fraglist to 0x0000bb99

Truncating fraglist to 0x0000bb99 bytes

Pass 1: ino #360

jffs2_build_inode building inode #360

jffs2_build_inode_pass1 truncating fraglist to 0x00000446

Truncating fraglist to 0x00000446 bytes

Pass 1: ino #374

jffs2_build_inode building inode #374

jffs2_build_inode_pass1 truncating fraglist to 0x00000448

Truncating fraglist to 0x00000448 bytes

Pass 1: ino #388

jffs2_build_inode building inode #388

Increased nlink for child "pkgIndex.tcl" (ino #390)

Increased nlink for child "msgcat.tcl" (ino #389)

Pass 1: ino #402

jffs2_build_inode building inode #402

jffs2_build_inode_pass1 truncating fraglist to 0x00001779

Truncating fraglist to 0x00001779 bytes

Pass 1: ino #416

jffs2_build_inode building inode #416

jffs2_build_inode_pass1 truncating fraglist to 0x00006cc0

Truncating fraglist to 0x00006cc0 bytes

Pass 1: ino #430

jffs2_build_inode building inode #430

Pass 1: ino #444

jffs2_build_inode building inode #444

Increased nlink for child "doc" (ino #445)

Increased nlink for child "man" (ino #449)

Increased nlink for child "nls" (ino #450)

Increased nlink for child "dict" (ino #451)

Increased nlink for child "info" (ino #452)

Increased nlink for child "misc" (ino #454)

Increased nlink for child "terminfo" (ino #484)

Increased nlink for child "zoneinfo" (ino #456)

Increased nlink for child "locale" (ino #457)

Pass 1: ino #458

jffs2_build_inode building inode #458

Increased nlink for child "yp" (ino #459)

Increased nlink for child "lib" (ino #462)

Increased nlink for child "log" (ino #465)

Increased nlink for child "opt" (ino #466)

Increased nlink for child "run" (ino #467)

Increased nlink for child "tmp" (ino #469)

Increased nlink for child "lock" (ino #470)

Increased nlink for child "cache" (ino #471)

Increased nlink for child "local" (ino #472)

Increased nlink for child "spool" (ino #473)

Pass 1: ino #472

jffs2_build_inode building inode #472

Pass 1: ino #486

jffs2_build_inode building inode #486

Pass 1: ino #500

jffs2_build_inode building inode #500

Pass 1: ino #514

jffs2_build_inode building inode #514

Pass 1: ino #25

jffs2_build_inode building inode #25

jffs2_build_inode_pass1 truncating fraglist to 0x00003f1a

Truncating fraglist to 0x00003f1a bytes

Pass 1: ino #39

jffs2_build_inode building inode #39

jffs2_build_inode_pass1 truncating fraglist to 0x00010bd8

Truncating fraglist to 0x00010bd8 bytes

Pass 1: ino #53

jffs2_build_inode building inode #53

jffs2_build_inode_pass1 truncating fraglist to 0x000157e7

Truncating fraglist to 0x000157e7 bytes

Pass 1: ino #67

jffs2_build_inode building inode #67

jffs2_build_inode_pass1 truncating fraglist to 0x00000129

Truncating fraglist to 0x00000129 bytes

Pass 1: ino #81

jffs2_build_inode building inode #81

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #95

jffs2_build_inode building inode #95

jffs2_build_inode_pass1 truncating fraglist to 0x0000392b

Truncating fraglist to 0x0000392b bytes

Pass 1: ino #109

jffs2_build_inode building inode #109

jffs2_build_inode_pass1 truncating fraglist to 0x00000034

Truncating fraglist to 0x00000034 bytes

Pass 1: ino #123

jffs2_build_inode building inode #123

Increased nlink for child "rc" (ino #124)

Increased nlink for child "nis" (ino #125)

Increased nlink for child "rcS" (ino #126)

Increased nlink for child "rcY" (ino #145)

Increased nlink for child "ssh" (ino #127)

Increased nlink for child "halt" (ino #128)

Increased nlink for child "sendsignals" (ino #129)

Increased nlink for child "inetd" (ino #130)

Increased nlink for child "rdate" (ino #131)

Increased nlink for child "template" (ino #132)

Increased nlink for child "localnet" (ino #133)

Increased nlink for child "nfs-common" (ino #134)

Increased nlink for child "ethnet" (ino #135)

Increased nlink for child "mountfs" (ino #136)

Increased nlink for child "mountnfs.sh" (ino #137)

Increased nlink for child "miniboot" (ino #144)

Increased nlink for child "functions" (ino #138)

Increased nlink for child "reboot" (ino #139)

Increased nlink for child "sysklogd" (ino #140)

Increased nlink for child "localboot" (ino #146)

Increased nlink for child "ntpdate" (ino #141)

Increased nlink for child "checkfs" (ino #142)

Increased nlink for child "portmap" (ino #143)

Pass 1: ino #137

jffs2_build_inode building inode #137

jffs2_build_inode_pass1 truncating fraglist to 0x00000699

Truncating fraglist to 0x00000699 bytes

Pass 1: ino #151

jffs2_build_inode building inode #151

jffs2_build_inode_pass1 truncating fraglist to 0x00000043

Truncating fraglist to 0x00000043 bytes

Pass 1: ino #165

jffs2_build_inode building inode #165

jffs2_build_inode_pass1 truncating fraglist to 0x00000477

Truncating fraglist to 0x00000477 bytes

Pass 1: ino #179

jffs2_build_inode building inode #179

Increased nlink for child "xterm" (ino #180)

Increased nlink for child "xterm-color" (ino #181)

Increased nlink for child "xterm-vt220" (ino #184)

Increased nlink for child "xterm-xfree86" (ino #185)

Increased nlink for child "xterm-r5" (ino #182)

Increased nlink for child "xterm-r6" (ino #183)

Pass 1: ino #193

jffs2_build_inode building inode #193

jffs2_build_inode_pass1 truncating fraglist to 0x0008399b

Truncating fraglist to 0x0008399b bytes

Pass 1: ino #207

jffs2_build_inode building inode #207

jffs2_build_inode_pass1 truncating fraglist to 0x0000ccd2

Truncating fraglist to 0x0000ccd2 bytes

Pass 1: ino #221

jffs2_build_inode building inode #221

Pass 1: ino #235

jffs2_build_inode building inode #235

jffs2_build_inode_pass1 truncating fraglist to 0x0000016b

Truncating fraglist to 0x0000016b bytes

Pass 1: ino #249

jffs2_build_inode building inode #249

jffs2_build_inode_pass1 truncating fraglist to 0x000022bd

Truncating fraglist to 0x000022bd bytes

Pass 1: ino #263

jffs2_build_inode building inode #263

jffs2_build_inode_pass1 truncating fraglist to 0x000174f4

Truncating fraglist to 0x000174f4 bytes

Pass 1: ino #277

jffs2_build_inode building inode #277

jffs2_build_inode_pass1 truncating fraglist to 0x00003000

Truncating fraglist to 0x00003000 bytes

Pass 1: ino #291

jffs2_build_inode building inode #291

jffs2_build_inode_pass1 truncating fraglist to 0x000090fc

Truncating fraglist to 0x000090fc bytes

Pass 1: ino #305

jffs2_build_inode building inode #305

jffs2_build_inode_pass1 truncating fraglist to 0x000696ac

Truncating fraglist to 0x000696ac bytes

Pass 1: ino #319

jffs2_build_inode building inode #319

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #333

jffs2_build_inode building inode #333

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #347

jffs2_build_inode building inode #347

jffs2_build_inode_pass1 truncating fraglist to 0x0002059d

Truncating fraglist to 0x0002059d bytes

Pass 1: ino #361

jffs2_build_inode building inode #361

jffs2_build_inode_pass1 truncating fraglist to 0x00000446

Truncating fraglist to 0x00000446 bytes

Pass 1: ino #375

jffs2_build_inode building inode #375

jffs2_build_inode_pass1 truncating fraglist to 0x00000448

Truncating fraglist to 0x00000448 bytes

Pass 1: ino #389

jffs2_build_inode building inode #389

jffs2_build_inode_pass1 truncating fraglist to 0x000013b5

Truncating fraglist to 0x000013b5 bytes

Pass 1: ino #403

jffs2_build_inode building inode #403

jffs2_build_inode_pass1 truncating fraglist to 0x00001363

Truncating fraglist to 0x00001363 bytes

Pass 1: ino #417

jffs2_build_inode building inode #417

jffs2_build_inode_pass1 truncating fraglist to 0x000024fc

Truncating fraglist to 0x000024fc bytes

Pass 1: ino #431

jffs2_build_inode building inode #431

Pass 1: ino #445

jffs2_build_inode building inode #445

Increased nlink for child "doc" (ino #486)

Increased nlink for child "portmap" (ino #447)

Pass 1: ino #459

jffs2_build_inode building inode #459

Increased nlink for child "nicknames" (ino #460)

Increased nlink for child "binding" (ino #461)

Pass 1: ino #473

jffs2_build_inode building inode #473

Pass 1: ino #487

jffs2_build_inode building inode #487

Pass 1: ino #501

jffs2_build_inode building inode #501

Pass 1: ino #515

jffs2_build_inode building inode #515

Pass 1: ino #26

jffs2_build_inode building inode #26

jffs2_build_inode_pass1 truncating fraglist to 0x000020d0

Truncating fraglist to 0x000020d0 bytes

Pass 1: ino #40

jffs2_build_inode building inode #40

jffs2_build_inode_pass1 truncating fraglist to 0x0000235c

Truncating fraglist to 0x0000235c bytes

Pass 1: ino #54

jffs2_build_inode building inode #54

jffs2_build_inode_pass1 truncating fraglist to 0x00000573

Truncating fraglist to 0x00000573 bytes

Pass 1: ino #68

jffs2_build_inode building inode #68

Increased nlink for child "S700miniboot" (ino #520)

Increased nlink for child "S999halt" (ino #69)

Increased nlink for child "S800sendsignals" (ino #521)

Pass 1: ino #82

jffs2_build_inode building inode #82

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #96

jffs2_build_inode building inode #96

Increased nlink for child "S225ethenet" (ino #508)

Increased nlink for child "S750inetd" (ino #507)

Increased nlink for child "S250portmap" (ino #506)

Increased nlink for child "S200checkfs" (ino #100)

Increased nlink for child "S100localnet" (ino #101)

Increased nlink for child "S650nis" (ino #505)

Increased nlink for child "S775ssh" (ino #504)

Increased nlink for child "S700mountnfs" (ino #503)

Increased nlink for child "S600nfs-common" (ino #502)

Increased nlink for child "S500loadkeys" (ino #106)

Increased nlink for child "S210mountfs" (ino #107)

Pass 1: ino #110

jffs2_build_inode building inode #110

Increased nlink for child "ifcfg-eth0" (ino #111)

Pass 1: ino #124

jffs2_build_inode building inode #124

jffs2_build_inode_pass1 truncating fraglist to 0x000019a3

Truncating fraglist to 0x000019a3 bytes

Pass 1: ino #138

jffs2_build_inode building inode #138

jffs2_build_inode_pass1 truncating fraglist to 0x000030a9

Truncating fraglist to 0x000030a9 bytes

Pass 1: ino #152

jffs2_build_inode building inode #152

jffs2_build_inode_pass1 truncating fraglist to 0x000017bd

Truncating fraglist to 0x000017bd bytes

Pass 1: ino #166

jffs2_build_inode building inode #166

jffs2_build_inode_pass1 truncating fraglist to 0x00000471

Truncating fraglist to 0x00000471 bytes

Pass 1: ino #180

jffs2_build_inode building inode #180

jffs2_build_inode_pass1 truncating fraglist to 0x00000557

Truncating fraglist to 0x00000557 bytes

Pass 1: ino #194

jffs2_build_inode building inode #194

jffs2_build_inode_pass1 truncating fraglist to 0x0001c3bc

Truncating fraglist to 0x0001c3bc bytes

Pass 1: ino #208

jffs2_build_inode building inode #208

jffs2_build_inode_pass1 truncating fraglist to 0x00006c33

Truncating fraglist to 0x00006c33 bytes

Pass 1: ino #222

jffs2_build_inode building inode #222

Pass 1: ino #236

jffs2_build_inode building inode #236

jffs2_build_inode_pass1 truncating fraglist to 0x00000162

Truncating fraglist to 0x00000162 bytes

Pass 1: ino #250

jffs2_build_inode building inode #250

jffs2_build_inode_pass1 truncating fraglist to 0x00009ac0

Truncating fraglist to 0x00009ac0 bytes

Pass 1: ino #264

jffs2_build_inode building inode #264

Pass 1: ino #278

jffs2_build_inode building inode #278

jffs2_build_inode_pass1 truncating fraglist to 0x0000d840

Truncating fraglist to 0x0000d840 bytes

Pass 1: ino #292

jffs2_build_inode building inode #292

jffs2_build_inode_pass1 truncating fraglist to 0x0000489a

Truncating fraglist to 0x0000489a bytes

Pass 1: ino #306

jffs2_build_inode building inode #306

jffs2_build_inode_pass1 truncating fraglist to 0x0001145b

Truncating fraglist to 0x0001145b bytes

Pass 1: ino #320

jffs2_build_inode building inode #320

jffs2_build_inode_pass1 truncating fraglist to 0x00016ac9

Truncating fraglist to 0x00016ac9 bytes

Pass 1: ino #334

jffs2_build_inode building inode #334

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #348

jffs2_build_inode building inode #348

jffs2_build_inode_pass1 truncating fraglist to 0x0001fd77

Truncating fraglist to 0x0001fd77 bytes

Pass 1: ino #362

jffs2_build_inode building inode #362

jffs2_build_inode_pass1 truncating fraglist to 0x00000446

Truncating fraglist to 0x00000446 bytes

Pass 1: ino #376

jffs2_build_inode building inode #376

jffs2_build_inode_pass1 truncating fraglist to 0x00000448

Truncating fraglist to 0x00000448 bytes

Pass 1: ino #390

jffs2_build_inode building inode #390

jffs2_build_inode_pass1 truncating fraglist to 0x00000046

Truncating fraglist to 0x00000046 bytes

Pass 1: ino #404

jffs2_build_inode building inode #404

jffs2_build_inode_pass1 truncating fraglist to 0x00000aac

Truncating fraglist to 0x00000aac bytes

Pass 1: ino #418

jffs2_build_inode building inode #418

Increased nlink for child "bin" (ino #487)

Increased nlink for child "etc" (ino #420)

Increased nlink for child "lib" (ino #492)

Increased nlink for child "man" (ino #491)

Increased nlink for child "share" (ino #422)

Pass 1: ino #432

jffs2_build_inode building inode #432

Pass 1: ino #446

jffs2_build_inode building inode #446

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #460

jffs2_build_inode building inode #460

jffs2_build_inode_pass1 truncating fraglist to 0x000000f6

Truncating fraglist to 0x000000f6 bytes

Pass 1: ino #474

jffs2_build_inode building inode #474

jffs2_build_inode_pass1 truncating fraglist to 0x000986c8

Truncating fraglist to 0x000986c8 bytes

Pass 1: ino #488

jffs2_build_inode building inode #488

Pass 1: ino #502

jffs2_build_inode building inode #502

Pass 1: ino #516

jffs2_build_inode building inode #516

Pass 1: ino #13

jffs2_build_inode building inode #13

jffs2_build_inode_pass1 truncating fraglist to 0x0000f763

Truncating fraglist to 0x0000f763 bytes

Pass 1: ino #27

jffs2_build_inode building inode #27

jffs2_build_inode_pass1 truncating fraglist to 0x000067d8

Truncating fraglist to 0x000067d8 bytes

Pass 1: ino #41

jffs2_build_inode building inode #41

jffs2_build_inode_pass1 truncating fraglist to 0x00003c8f

Truncating fraglist to 0x00003c8f bytes

Pass 1: ino #55

jffs2_build_inode building inode #55

jffs2_build_inode_pass1 truncating fraglist to 0x000002a0

Truncating fraglist to 0x000002a0 bytes

Pass 1: ino #69

jffs2_build_inode building inode #69

Pass 1: ino #83

jffs2_build_inode building inode #83

Pass 1: ino #97

jffs2_build_inode building inode #97

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #111

jffs2_build_inode building inode #111

jffs2_build_inode_pass1 truncating fraglist to 0x00000050

Truncating fraglist to 0x00000050 bytes

Pass 1: ino #125

jffs2_build_inode building inode #125

jffs2_build_inode_pass1 truncating fraglist to 0x00000d88

Truncating fraglist to 0x00000d88 bytes

Pass 1: ino #139

jffs2_build_inode building inode #139

jffs2_build_inode_pass1 truncating fraglist to 0x000000bd

Truncating fraglist to 0x000000bd bytes

Pass 1: ino #153

jffs2_build_inode building inode #153

jffs2_build_inode_pass1 truncating fraglist to 0x0000001a

Truncating fraglist to 0x0000001a bytes

Pass 1: ino #167

jffs2_build_inode building inode #167

jffs2_build_inode_pass1 truncating fraglist to 0x000004a7

Truncating fraglist to 0x000004a7 bytes

Pass 1: ino #181

jffs2_build_inode building inode #181

jffs2_build_inode_pass1 truncating fraglist to 0x00000587

Truncating fraglist to 0x00000587 bytes

Pass 1: ino #195

jffs2_build_inode building inode #195

jffs2_build_inode_pass1 truncating fraglist to 0x0000c296

Truncating fraglist to 0x0000c296 bytes

Pass 1: ino #209

jffs2_build_inode building inode #209

jffs2_build_inode_pass1 truncating fraglist to 0x0001beda

Truncating fraglist to 0x0001beda bytes

Pass 1: ino #223

jffs2_build_inode building inode #223

Increased nlink for child "bin" (ino #224)

Increased nlink for child "doc" (ino #225)

Increased nlink for child "lib" (ino #226)

Increased nlink for child "man" (ino #227)

Increased nlink for child "info" (ino #228)

Increased nlink for child "include" (ino #229)

Pass 1: ino #237

jffs2_build_inode building inode #237

jffs2_build_inode_pass1 truncating fraglist to 0x000002a0

Truncating fraglist to 0x000002a0 bytes

Pass 1: ino #251

jffs2_build_inode building inode #251

jffs2_build_inode_pass1 truncating fraglist to 0x00002470

Truncating fraglist to 0x00002470 bytes

Pass 1: ino #265

jffs2_build_inode building inode #265

Increased nlink for child "bin" (ino #266)

Increased nlink for child "lib" (ino #304)

Increased nlink for child "tmp" (ino #494)

Increased nlink for child "sbin" (ino #409)

Increased nlink for child "local" (ino #418)

Increased nlink for child "share" (ino #444)

Pass 1: ino #279

jffs2_build_inode building inode #279

jffs2_build_inode_pass1 truncating fraglist to 0x0001ad18

Truncating fraglist to 0x0001ad18 bytes

Pass 1: ino #293

jffs2_build_inode building inode #293

jffs2_build_inode_pass1 truncating fraglist to 0x00006cc0

Truncating fraglist to 0x00006cc0 bytes

Pass 1: ino #307

jffs2_build_inode building inode #307

jffs2_build_inode_pass1 truncating fraglist to 0x00012a54

Truncating fraglist to 0x00012a54 bytes

Pass 1: ino #321

jffs2_build_inode building inode #321

jffs2_build_inode_pass1 truncating fraglist to 0x00000443

Truncating fraglist to 0x00000443 bytes

Pass 1: ino #335

jffs2_build_inode building inode #335

jffs2_build_inode_pass1 truncating fraglist to 0x00000442

Truncating fraglist to 0x00000442 bytes

Pass 1: ino #349

jffs2_build_inode building inode #349

jffs2_build_inode_pass1 truncating fraglist to 0x000166b7

Truncating fraglist to 0x000166b7 bytes

Pass 1: ino #363

jffs2_build_inode building inode #363

jffs2_build_inode_pass1 truncating fraglist to 0x00000446

Truncating fraglist to 0x00000446 bytes

Pass 1: ino #377

jffs2_build_inode building inode #377

jffs2_build_inode_pass1 truncating fraglist to 0x00000448

Truncating fraglist to 0x00000448 bytes

Pass 1: ino #391

jffs2_build_inode building inode #391

Increased nlink for child "pkgIndex.tcl" (ino #392)

Increased nlink for child "tcltest.tcl" (ino #393)

Pass 1: ino #405

jffs2_build_inode building inode #405

jffs2_build_inode_pass1 truncating fraglist to 0x000019d0

Truncating fraglist to 0x000019d0 bytes

Pass 1: ino #419

jffs2_build_inode building inode #419

jffs2_build_inode_pass1 truncating fraglist to 0x00000000

Truncating fraglist to 0x00000000 bytes

Pass 1: ino #433

jffs2_build_inode building inode #433

Pass 1: ino #447

jffs2_build_inode building inode #447

Increased nlink for child "portmapper.txt.gz" (ino #448)

Pass 1: ino #461

jffs2_build_inode building inode #461

Pass 1: ino #475

jffs2_build_inode building inode #475

jffs2_build_inode_pass1 truncating fraglist to 0x00000022

Truncating fraglist to 0x00000022 bytes

Pass 1: ino #489

jffs2_build_inode building inode #489

Pass 1: ino #503

jffs2_build_inode building inode #503

Pass 1: ino #517

jffs2_build_inode building inode #517

Pass 1 complete

Pass 2 (re)starting

Pass 2: ino #14, nlink 1, ic c0ecb2e8, nodes c0ec8360

Pass 2: ino #28, nlink 1, ic c0edbf18, nodes c0ecf9e0

Pass 2: ino #42, nlink 1, ic c0edbdd8, nodes c0ecf7f0

Pass 2: ino #56, nlink 1, ic c0edb9a0, nodes c0ed34b0

Pass 2: ino #70, nlink 0, ic c0edbaa4, nodes c0ed3710

JFFS2: Removing ino #70 with nlink == zero.

obsoleting node at 0x00edb0b8

obliterating obsoleted node at 0x00edb0b8

Pass 2: ino #84, nlink 0, ic c0edbb94, nodes c0ed3830

JFFS2: Removing ino #84 with nlink == zero.

obsoleting node at 0x00edb9b0

obliterating obsoleted node at 0x00edb9b0

Pass 2: ino #98, nlink 0, ic c0edbc84, nodes c0ed39f0

JFFS2: Removing ino #98 with nlink == zero.

obsoleting node at 0x00ede2b0

obliterating obsoleted node at 0x00ede2b0

Pass 2: ino #112, nlink 1, ic c0edbd9c, nodes c0ed3ba0

Pass 2: ino #126, nlink 1, ic c0edb3c4, nodes c0edab30

Pass 2: ino #140, nlink 1, ic c0edb4dc, nodes c0edae00

Pass 2: ino #154, nlink 1, ic c0edb5f4, nodes c0ed74c0

Pass 2: ino #168, nlink 1, ic c0edb70c, nodes c0ed7700

Pass 2: ino #182, nlink 1, ic c0edb824, nodes c0ed7960

Pass 2: ino #196, nlink 1, ic c0efbfe0, nodes c0eddd00

Pass 2: ino #210, nlink 1, ic c0efbeb4, nodes c0ee2840

Pass 2: ino #224, nlink 1, ic c0efbce8, nodes c0ee7770

Pass 2: ino #238, nlink 1, ic c0efbe00, nodes c0ee7980

Pass 2: ino #252, nlink 1, ic c0efbbd0, nodes c0ee9e40

Pass 2: ino #266, nlink 1, ic c0f0e540, nodes c0ee9670

Pass 2: ino #280, nlink 1, ic c0efb89c, nodes c0ef0a90

Pass 2: ino #294, nlink 0, ic c0efb7fc, nodes c0ef2bc0

JFFS2: Removing ino #294 with nlink == zero.

obsoleting node at 0x00b6d9cc

obliterating obsoleted node at 0x00b6d9cc

Pass 2: ino #308, nlink 1, ic c0f0ece8, nodes c0ef5ca0

Pass 2: ino #322, nlink 1, ic c0efb478, nodes c0ef9c50

Pass 2: ino #336, nlink 1, ic c0efb590, nodes c0ef9ef0

Pass 2: ino #350, nlink 1, ic c0efb414, nodes c0ef9760

Pass 2: ino #364, nlink 1, ic c0efb338, nodes c0efeba0

Pass 2: ino #378, nlink 1, ic c0f0ee00, nodes c0f00c20

Pass 2: ino #392, nlink 1, ic c0f0ef18, nodes c0efe360

Pass 2: ino #406, nlink 1, ic c0f0ec98, nodes c0f00ac0

Pass 2: ino #420, nlink 1, ic c0f0e874, nodes c0f09c30

Pass 2: ino #434, nlink 1, ic c0f0e964, nodes c0f09da0

Pass 2: ino #448, nlink 1, ic c0f0ea40, nodes c0f09f50

Pass 2: ino #462, nlink 1, ic c0f0eb44, nodes c0f064d0

Pass 2: ino #476, nlink 1, ic c0f0e310, nodes c0f0d700

Pass 2: ino #490, nlink 1, ic c0f0e4b4, nodes c0f0d990

Pass 2: ino #504, nlink 1, ic c0f0e630, nodes c0f0db50

Pass 2: ino #518, nlink 1, ic c0f0e784, nodes c0f0dd10

Pass 2: ino #1, nlink 1, ic c0f0e2d4, nodes c0ed7ee0

Pass 2: ino #15, nlink 1, ic c0ecb2fc, nodes c0ec8480

Pass 2: ino #29, nlink 1, ic c0edbf2c, nodes c0ecfaa0

Pass 2: ino #43, nlink 1, ic c0edbdec, nodes c0ed3cc0

Pass 2: ino #57, nlink 1, ic c0edb9b4, nodes c0ed34e0

Pass 2: ino #71, nlink 0, ic c0edbab8, nodes c0ed3720

JFFS2: Removing ino #71 with nlink == zero.

obsoleting node at 0x00edb134

obliterating obsoleted node at 0x00edb134

Pass 2: ino #85, nlink 0, ic c0edbba8, nodes c0ed3840

JFFS2: Removing ino #85 with nlink == zero.

obsoleting node at 0x00edba28

obliterating obsoleted node at 0x00edba28

Pass 2: ino #99, nlink 0, ic c0edbc98, nodes c0ed3a00

JFFS2: Removing ino #99 with nlink == zero.

obsoleting node at 0x00ede328

obliterating obsoleted node at 0x00ede328

Pass 2: ino #113, nlink 1, ic c0edbdb0, nodes c0ed3bc0

Pass 2: ino #127, nlink 1, ic c0edb3d8, nodes c0edab60

Pass 2: ino #141, nlink 1, ic c0edb4f0, nodes c0edae30

Pass 2: ino #155, nlink 1, ic c0edb608, nodes c0ed74f0

Pass 2: ino #169, nlink 1, ic c0edb720, nodes c0ed7760

Pass 2: ino #183, nlink 1, ic c0edb838, nodes c0ed7990

Pass 2: ino #197, nlink 1, ic c0efbf68, nodes c0eddd90

Pass 2: ino #211, nlink 1, ic c0efbec8, nodes c0ee28a0

Pass 2: ino #225, nlink 1, ic c0efbcfc, nodes c0ee7790

Pass 2: ino #239, nlink 1, ic c0efbe14, nodes c0ee79b0

Pass 2: ino #253, nlink 1, ic c0efbbe4, nodes c0ee9f40

Pass 2: ino #267, nlink 0, ic c0efbaa4, nodes c0ee9660

JFFS2: Removing ino #267 with nlink == zero.

obsoleting node at 0x00c7d704

obliterating obsoleted node at 0x00c7d704

Pass 2: ino #281, nlink 1, ic c0efb8b0, nodes c0ef2f80

Pass 2: ino #295, nlink 0, ic c0efb810, nodes c0ef2bd0

JFFS2: Removing ino #295 with nlink == zero.

obsoleting node at 0x00b6da40

obliterating obsoleted node at 0x00b6da40

Pass 2: ino #309, nlink 1, ic c0efb6a8, nodes c0ef5af0

Pass 2: ino #323, nlink 1, ic c0efb48c, nodes c0ef9c80

Pass 2: ino #337, nlink 1, ic c0efb5a4, nodes c0ef9f20

Pass 2: ino #351, nlink 1, ic c0efb428, nodes c0ef98d0

Pass 2: ino #365, nlink 1, ic c0efb34c, nodes c0efebd0

Pass 2: ino #379, nlink 1, ic c0f0ee14, nodes c0f00c50

Pass 2: ino #393, nlink 1, ic c0f0ef2c, nodes c0efe470

Pass 2: ino #407, nlink 0, ic c0f0ecac, nodes c0f03900

JFFS2: Removing ino #407 with nlink == zero.

obsoleting node at 0x00a05b6c

obliterating obsoleted node at 0x00a05b6c

Pass 2: ino #421, nlink 0, ic c0f0e888, nodes c0f09c40

JFFS2: Removing ino #421 with nlink == zero.

obsoleting node at 0x0096b828

obliterating obsoleted node at 0x0096b828

Pass 2: ino #435, nlink 1, ic c0f0e978, nodes c0f09dd0

Pass 2: ino #449, nlink 1, ic c0f0ea54, nodes c0f09f90

Pass 2: ino #463, nlink 1, ic c0f0eb58, nodes c0f064a0

Pass 2: ino #477, nlink 1, ic c0f0e324, nodes c0f0d6d0

Pass 2: ino #491, nlink 1, ic c0f0e4c8, nodes c0f0d9b0

Pass 2: ino #505, nlink 1, ic c0f0e644, nodes c0f0db70

Pass 2: ino #519, nlink 1, ic c0f0e798, nodes c0f0dd30

Pass 2: ino #16, nlink 1, ic c0ecb310, nodes c0ec8530

Pass 2: ino #30, nlink 1, ic c0edbf40, nodes c0ecfb00

Pass 2: ino #44, nlink 1, ic c0edbe00, nodes c0ed3e30

Pass 2: ino #58, nlink 1, ic c0edb9c8, nodes c0ed3510

Pass 2: ino #72, nlink 1, ic c0f0e734, nodes c0ed37c0

Pass 2: ino #86, nlink 1, ic c0edbbbc, nodes c0ed3890

Pass 2: ino #100, nlink 1, ic c0edbcac, nodes c0ed3a20

Pass 2: ino #114, nlink 1, ic c0edbdc4, nodes c0ed3bf0

Pass 2: ino #128, nlink 1, ic c0edb3ec, nodes c0edab90

Pass 2: ino #142, nlink 1, ic c0edb504, nodes c0edae60

Pass 2: ino #156, nlink 1, ic c0edb61c, nodes c0ed7520

Pass 2: ino #170, nlink 1, ic c0edb734, nodes c0ed7750

Pass 2: ino #184, nlink 1, ic c0edb84c, nodes c0ed79c0

Pass 2: ino #198, nlink 1, ic c0efbf7c, nodes c0ee2fd0

Pass 2: ino #212, nlink 0, ic c0efbedc, nodes c0ee28b0

JFFS2: Removing ino #212 with nlink == zero.

obsoleting node at 0x00dbae70

obliterating obsoleted node at 0x00dbae70

Pass 2: ino #226, nlink 1, ic c0efbd10, nodes c0ee77b0

Pass 2: ino #240, nlink 1, ic c0efbe28, nodes c0ee79e0

Pass 2: ino #254, nlink 1, ic c0efbbf8, nodes c0ee9fa0

Pass 2: ino #268, nlink 1, ic c0efba18, nodes c0ee96b0

Pass 2: ino #282, nlink 1, ic c0efb8c4, nodes c0ef0350

Pass 2: ino #296, nlink 1, ic c0efb824, nodes c0ef2c10

Pass 2: ino #310, nlink 1, ic c0efb6bc, nodes c0ef5ab0

Pass 2: ino #324, nlink 1, ic c0efb4a0, nodes c0ef9cb0

Pass 2: ino #338, nlink 1, ic c0efb5b8, nodes c0ef9f50

Pass 2: ino #352, nlink 1, ic c0efb43c, nodes c0ef9a40

Pass 2: ino #366, nlink 1, ic c0efb360, nodes c0efec00

Pass 2: ino #380, nlink 1, ic c0f0ee28, nodes c0f00d30

Pass 2: ino #394, nlink 1, ic c0f0ef40, nodes c0efe4f0

Pass 2: ino #408, nlink 1, ic c0f0ecc0, nodes c0f03930

Pass 2: ino #422, nlink 1, ic c0f0e89c, nodes c0f09eb0

Pass 2: ino #436, nlink 1, ic c0f0e98c, nodes c0f09df0

Pass 2: ino #450, nlink 1, ic c0f0ea68, nodes c0f09fb0

Pass 2: ino #464, nlink 1, ic c0f0eb6c, nodes c0f064c0

Pass 2: ino #478, nlink 1, ic c0f0e338, nodes c0f0d6f0

Pass 2: ino #492, nlink 1, ic c0f0e4dc, nodes c0f0d9d0

Pass 2: ino #506, nlink 1, ic c0f0e658, nodes c0f0db90

Pass 2: ino #520, nlink 1, ic c0f0e7c0, nodes c0f0dd50

Pass 2: ino #17, nlink 0, ic c0ecb324, nodes c0ec8540

JFFS2: Removing ino #17 with nlink == zero.

obsoleting node at 0x00fdc9a4

obliterating obsoleted node at 0x00fdc9a4

Pass 2: ino #31, nlink 1, ic c0edbf54, nodes c0ecfb60

Pass 2: ino #45, nlink 1, ic c0edbe14, nodes c0ed3ee0

Pass 2: ino #59, nlink 1, ic c0edb9dc, nodes c0ed3540

Pass 2: ino #73, nlink 0, ic c0edbacc, nodes c0ed3750

JFFS2: Removing ino #73 with nlink == zero.

obsoleting node at 0x00edb2ec

obliterating obsoleted node at 0x00edb2ec

Pass 2: ino #87, nlink 1, ic c0edbbd0, nodes c0ed3880

Pass 2: ino #101, nlink 1, ic c0edbcc0, nodes c0ed3a40

Pass 2: ino #115, nlink 1, ic c0edb2d4, nodes c0ed3c20

Pass 2: ino #129, nlink 1, ic c0edb400, nodes c0edabc0

Pass 2: ino #143, nlink 1, ic c0edb518, nodes c0edae90

Pass 2: ino #157, nlink 1, ic c0edb630, nodes c0ed7a90

Pass 2: ino #171, nlink 1, ic c0edb748, nodes c0ed7810

Pass 2: ino #185, nlink 1, ic c0edb860, nodes c0ed79f0

Pass 2: ino #199, nlink 1, ic c0efbf90, nodes c0edd390

Pass 2: ino #213, nlink 1, ic c0efbc0c, nodes c0ee2950

Pass 2: ino #227, nlink 1, ic c0efbd24, nodes c0ee77d0

Pass 2: ino #241, nlink 1, ic c0efbe3c, nodes c0ee7a10

Pass 2: ino #255, nlink 1, ic c0efbab8, nodes c0ee7340

Pass 2: ino #269, nlink 1, ic c0efba2c, nodes c0eeccb0

Pass 2: ino #283, nlink 1, ic c0efb8d8, nodes c0ef03a0

Pass 2: ino #297, nlink 1, ic c0efb838, nodes c0ef2c70

Pass 2: ino #311, nlink 1, ic c0efb6d0, nodes c0ef5ae0

Pass 2: ino #325, nlink 1, ic c0efb4b4, nodes c0ef9ce0

Pass 2: ino #339, nlink 1, ic c0efb5cc, nodes c0ef9f80

Pass 2: ino #353, nlink 1, ic c0f0ef90, nodes c0ef9b40

Pass 2: ino #367, nlink 1, ic c0efb374, nodes c0efec30

Pass 2: ino #381, nlink 1, ic c0f0ee3c, nodes c0f00d60

Pass 2: ino #395, nlink 1, ic c0f0ef54, nodes c0efe540

Pass 2: ino #409, nlink 1, ic c0f0e824, nodes c0f03960

Pass 2: ino #423, nlink 1, ic c0f0e4a0, nodes c0f09c80

Pass 2: ino #437, nlink 1, ic c0f0e450, nodes c0f09e20

Pass 2: ino #451, nlink 1, ic c0f0ea7c, nodes c0f09fd0

Pass 2: ino #465, nlink 1, ic c0f0eb80, nodes c0f064f0

Pass 2: ino #479, nlink 1, ic c0f0e34c, nodes c0f0d740

Pass 2: ino #493, nlink 1, ic c0f0e504, nodes c0f0d9f0

Pass 2: ino #507, nlink 1, ic c0f0e66c, nodes c0f0dbb0

Pass 2: ino #521, nlink 1, ic c0f0e7d4, nodes c0f0dd70

Pass 2: ino #18, nlink 1, ic c0edbfb8, nodes c0ec85a0

Pass 2: ino #32, nlink 1, ic c0edbf68, nodes c0ecfbe0

Pass 2: ino #46, nlink 1, ic c0edb8ec, nodes c0ecf360

Pass 2: ino #60, nlink 1, ic c0edb9f0, nodes c0ed3570

Pass 2: ino #74, nlink 0, ic c0edbae0, nodes c0ed3760

JFFS2: Removing ino #74 with nlink == zero.

obsoleting node at 0x00edb364

obliterating obsoleted node at 0x00edb364

Pass 2: ino #88, nlink 1, ic c0f0e694, nodes c0ed38c0

Pass 2: ino #102, nlink 0, ic c0edbcd4, nodes c0ed3a50

JFFS2: Removing ino #102 with nlink == zero.

obsoleting node at 0x00ede568

obliterating obsoleted node at 0x00ede568

Pass 2: ino #116, nlink 1, ic c0edb2fc, nodes c0eda960

Pass 2: ino #130, nlink 1, ic c0edb414, nodes c0edabf0

Pass 2: ino #144, nlink 1, ic c0edb52c, nodes c0edaed0

Pass 2: ino #158, nlink 1, ic c0edb644, nodes c0ed7590

Pass 2: ino #172, nlink 1, ic c0edb75c, nodes c0ed77a0

Pass 2: ino #186, nlink 1, ic c0edb874, nodes c0ed7a80

Pass 2: ino #200, nlink 1, ic c0efbfa4, nodes c0edd570

Pass 2: ino #214, nlink 1, ic c0efbc20, nodes c0ee7630

Pass 2: ino #228, nlink 1, ic c0efbd38, nodes c0ee77f0

Pass 2: ino #242, nlink 1, ic c0efbe50, nodes c0ee7a30

Pass 2: ino #256, nlink 1, ic c0efbacc, nodes c0ee97d0

Pass 2: ino #270, nlink 1, ic c0efba40, nodes c0eeccf0

Pass 2: ino #284, nlink 1, ic c0efb8ec, nodes c0ef04a0

Pass 2: ino #298, nlink 0, ic c0efb84c, nodes c0ef2c80

JFFS2: Removing ino #298 with nlink == zero.

obsoleting node at 0x00b715ec

obliterating obsoleted node at 0x00b715ec

Pass 2: ino #312, nlink 1, ic c0efb6e4, nodes c0ef5b90

Pass 2: ino #326, nlink 1, ic c0efb4c8, nodes c0ef9d10

Pass 2: ino #340, nlink 1, ic c0efb5e0, nodes c0ef9fb0

Pass 2: ino #354, nlink 1, ic c0f0efa4, nodes c0efe880

Pass 2: ino #368, nlink 1, ic c0efb388, nodes c0efec60

Pass 2: ino #382, nlink 1, ic c0f0ee50, nodes c0f00d90

Pass 2: ino #396, nlink 1, ic c0f0ef68, nodes c0efe5b0

Pass 2: ino #410, nlink 1, ic c0f0ec34, nodes c0f03ba0

Pass 2: ino #424, nlink 0, ic c0f0e8b0, nodes c0f09c70

JFFS2: Removing ino #424 with nlink == zero.

obsoleting node at 0x0096b97c

obliterating obsoleted node at 0x0096b97c

Pass 2: ino #438, nlink 0, ic c0f0e9a0, nodes c0f09e10

JFFS2: Removing ino #438 with nlink == zero.

obsoleting node at 0x0096c92c

obliterating obsoleted node at 0x0096c92c

Pass 2: ino #452, nlink 1, ic c0f0e3d8, nodes c0f06360

Pass 2: ino #466, nlink 1, ic c0f0eb94, nodes c0f06510

Pass 2: ino #480, nlink 1, ic c0f0e360, nodes c0f0d730

Pass 2: ino #494, nlink 1, ic c0f0e52c, nodes c0f0da10

Pass 2: ino #508, nlink 1, ic c0f0e680, nodes c0f0dbd0

Pass 2: ino #522, nlink 1, ic c0f0e7fc, nodes c0f0dd90

Pass 2: ino #19, nlink 1, ic c0edbfcc, nodes c0eccaf0

Pass 2: ino #33, nlink 1, ic c0edbf7c, nodes c0ecfc60

Pass 2: ino #47, nlink 1, ic c0edb900, nodes c0ed7ea0

Pass 2: ino #61, nlink 1, ic c0edba04, nodes c0ed35a0

Pass 2: ino #75, nlink 1, ic c0edbaf4, nodes c0ed3780

Pass 2: ino #89, nlink 0, ic c0edbbe4, nodes c0ed38b0

JFFS2: Removing ino #89 with nlink == zero.

obsoleting node at 0x00edbe08

obliterating obsoleted node at 0x00edbe08

Pass 2: ino #103, nlink 0, ic c0edbce8, nodes c0ed3a60

JFFS2: Removing ino #103 with nlink == zero.

obsoleting node at 0x00ede5dc

obliterating obsoleted node at 0x00ede5dc

Pass 2: ino #117, nlink 1, ic c0edb310, nodes c0eda990

Pass 2: ino #131, nlink 1, ic c0edb428, nodes c0edac20

Pass 2: ino #145, nlink 1, ic c0edb540, nodes c0edaf30

Pass 2: ino #159, nlink 1, ic c0edb658, nodes c0ed7580

Pass 2: ino #173, nlink 1, ic c0edb770, nodes c0ed77d0

Pass 2: ino #187, nlink 1, ic c0edb888, nodes c0ed7a40

Pass 2: ino #201, nlink 1, ic c0efbef0, nodes c0edd5e0

Pass 2: ino #215, nlink 1, ic c0efbc34, nodes c0ee7740

Pass 2: ino #229, nlink 1, ic c0efbd4c, nodes c0ee7810

Pass 2: ino #243, nlink 1, ic c0efbe64, nodes c0ee7a70

Pass 2: ino #257, nlink 1, ic c0efbae0, nodes c0ee9820

Pass 2: ino #271, nlink 1, ic c0efb9b4, nodes c0eecf80

Pass 2: ino #285, nlink 1, ic c0efb900, nodes c0ef0510

Pass 2: ino #299, nlink 1, ic c0efb860, nodes c0ef2cf0

Pass 2: ino #313, nlink 1, ic c0efb6f8, nodes c0ef5b50

Pass 2: ino #327, nlink 1, ic c0efb4dc, nodes c0ef9d40

Pass 2: ino #341, nlink 1, ic c0efb5f4, nodes c0ef5340

Pass 2: ino #355, nlink 1, ic c0f0efb8, nodes c0efe8b0

Pass 2: ino #369, nlink 1, ic c0efb39c, nodes c0efec90

Pass 2: ino #383, nlink 1, ic c0f0ee64, nodes c0f00dc0

Pass 2: ino #397, nlink 1, ic c0f0ef7c, nodes c0efe5f0

Pass 2: ino #411, nlink 1, ic c0f0ec48, nodes c0f06980

Pass 2: ino #425, nlink 1, ic c0f0e478, nodes c0f09db0

Pass 2: ino #439, nlink 1, ic c0f0e9b4, nodes c0f09e40

Pass 2: ino #453, nlink 0, ic c0f0ea90, nodes c0f06350

JFFS2: Removing ino #453 with nlink == zero.

obsoleting node at 0x0096f5f8

obliterating obsoleted node at 0x0096f5f8

Pass 2: ino #467, nlink 1, ic c0f0eba8, nodes c0f06560

Pass 2: ino #481, nlink 1, ic c0f0e374, nodes c0f0d760

Pass 2: ino #495, nlink 1, ic c0f0e554, nodes c0f0da30

Pass 2: ino #509, nlink 1, ic c0f0e6a8, nodes c0f0dbf0

Pass 2: ino #523, nlink 1, ic c0f0e2c0, nodes c0f0de00

Pass 2: ino #20, nlink 1, ic c0edbfe0, nodes c0eccb50

Pass 2: ino #34, nlink 1, ic c0edbe28, nodes c0ecfcc0

Pass 2: ino #48, nlink 1, ic c0edb914, nodes c0ed7ed0

Pass 2: ino #62, nlink 1, ic c0edba18, nodes c0ed35e0

Pass 2: ino #76, nlink 0, ic c0edbb08, nodes c0ed3790

JFFS2: Removing ino #76 with nlink == zero.

obsoleting node at 0x00edb4c0

obliterating obsoleted node at 0x00edb4c0

Pass 2: ino #90, nlink 1, ic c0edbbf8, nodes c0ed3900

Pass 2: ino #104, nlink 0, ic c0edbcfc, nodes c0ed3a70

JFFS2: Removing ino #104 with nlink == zero.

obsoleting node at 0x00ede650

obliterating obsoleted node at 0x00ede650

Pass 2: ino #118, nlink 1, ic c0edb324, nodes c0eda9c0

Pass 2: ino #132, nlink 1, ic c0edb43c, nodes c0edac50

Pass 2: ino #146, nlink 1, ic c0edb554, nodes c0edafa0

Pass 2: ino #160, nlink 1, ic c0edb66c, nodes c0ed75e0

Pass 2: ino #174, nlink 1, ic c0edb784, nodes c0ed7800

Pass 2: ino #188, nlink 1, ic c0edb89c, nodes c0ed7a70

Pass 2: ino #202, nlink 0, ic c0efbf04, nodes c0ee2a90

JFFS2: Removing ino #202 with nlink == zero.

obsoleting node at 0x00dc999c

obliterating obsoleted node at 0x00dc999c

Pass 2: ino #216, nlink 1, ic c0efbc48, nodes c0ee7690

Pass 2: ino #230, nlink 1, ic c0efbd60, nodes c0ee7840

Pass 2: ino #244, nlink 1, ic c0efba68, nodes c0ee7aa0

Pass 2: ino #258, nlink 1, ic c0efbaf4, nodes c0ee9860

Pass 2: ino #272, nlink 1, ic c0efb9c8, nodes c0ef0c20

Pass 2: ino #286, nlink 1, ic c0efb914, nodes c0ef05b0

Pass 2: ino #300, nlink 1, ic c0efb874, nodes c0ef2d60

Pass 2: ino #314, nlink 1, ic c0efb70c, nodes c0ef5b80

Pass 2: ino #328, nlink 1, ic c0efb4f0, nodes c0ef9d70

Pass 2: ino #342, nlink 1, ic c0efb608, nodes c0ef5370

Pass 2: ino #356, nlink 1, ic c0f0efcc, nodes c0efea20

Pass 2: ino #370, nlink 1, ic c0efb3b0, nodes c0efedf0

Pass 2: ino #384, nlink 1, ic c0f0ee78, nodes c0f00df0

Pass 2: ino #398, nlink 1, ic c0f0ecd4, nodes c0efe650

Pass 2: ino #412, nlink 1, ic c0f0ec5c, nodes c0f06a00

Pass 2: ino #426, nlink 0, ic c0f0e8c4, nodes c0f09ca0

JFFS2: Removing ino #426 with nlink == zero.

obsoleting node at 0x0096bb28

obliterating obsoleted node at 0x0096bb28

Pass 2: ino #440, nlink 1, ic c0f0e9c8, nodes c0f09e60

Pass 2: ino #454, nlink 1, ic c0f0eaa4, nodes c0f06380

Pass 2: ino #468, nlink 1, ic c0f0ebbc, nodes c0f06550

Pass 2: ino #482, nlink 1, ic c0f0e388, nodes c0f0d840

Pass 2: ino #496, nlink 1, ic c0f0e568, nodes c0f0da50

Pass 2: ino #510, nlink 1, ic c0f0e6d0, nodes c0f0dc10

Pass 2: ino #7, nlink 0, ic c0f0e7e8, nodes c0ec8550

JFFS2: Removing ino #7 with nlink == zero.

obsoleting node at 0x00fdca58

obliterating obsoleted node at 0x00fdca58

obsoleting node at 0x00fd72b0

obliterating obsoleted node at 0x00fd72b0

obsoleting node at 0x00fcdd08

obliterating obsoleted node at 0x00fcdd08

obsoleting node at 0x00fc5cc8

obliterating obsoleted node at 0x00fc5cc8

obsoleting node at 0x00faf538

obliterating obsoleted node at 0x00faf538

obsoleting node at 0x00fa694c

obliterating obsoleted node at 0x00fa694c

obsoleting node at 0x00fa4934

obliterating obsoleted node at 0x00fa4934

obsoleting node at 0x00fa26e0

obliterating obsoleted node at 0x00fa26e0

obsoleting node at 0x00f5b1c4

obliterating obsoleted node at 0x00f5b1c4

obsoleting node at 0x00f5ab04

obliterating obsoleted node at 0x00f5ab04

obsoleting node at 0x00f3d1e4

obliterating obsoleted node at 0x00f3d1e4

obsoleting node at 0x00f3973c

obliterating obsoleted node at 0x00f3973c

obsoleting node at 0x00f359d0

obliterating obsoleted node at 0x00f359d0

obsoleting node at 0x00f3391c

obliterating obsoleted node at 0x00f3391c

obsoleting node at 0x00f314b0

obliterating obsoleted node at 0x00f314b0

obsoleting node at 0x00f2be5c

obliterating obsoleted node at 0x00f2be5c

obsoleting node at 0x00f28fa8

obliterating obsoleted node at 0x00f28fa8

obsoleting node at 0x00f24434

obliterating obsoleted node at 0x00f24434

obsoleting node at 0x00f22d5c

obliterating obsoleted node at 0x00f22d5c

obsoleting node at 0x00f20b8c

obliterating obsoleted node at 0x00f20b8c

obsoleting node at 0x00f1f4a8

obliterating obsoleted node at 0x00f1f4a8

obsoleting node at 0x00f1d5b8

obliterating obsoleted node at 0x00f1d5b8

obsoleting node at 0x00f1b904

obliterating obsoleted node at 0x00f1b904

obsoleting node at 0x00f11128

obliterating obsoleted node at 0x00f11128

obsoleting node at 0x00f0dae4

obliterating obsoleted node at 0x00f0dae4

obsoleting node at 0x00f09c54

obliterating obsoleted node at 0x00f09c54

obsoleting node at 0x00f02240

obliterating obsoleted node at 0x00f02240

obsoleting node at 0x00f01820

obliterating obsoleted node at 0x00f01820

obsoleting node at 0x00ef3bac

obliterating obsoleted node at 0x00ef3bac

obsoleting node at 0x00eeece0

obliterating obsoleted node at 0x00eeece0

obsoleting node at 0x00ee280c

obliterating obsoleted node at 0x00ee280c

obsoleting node at 0x00ee0668

obliterating obsoleted node at 0x00ee0668

obsoleting node at 0x00ed3768

obliterating obsoleted node at 0x00ed3768

obsoleting node at 0x00ecfb80

obliterating obsoleted node at 0x00ecfb80

obsoleting node at 0x008b9e70

obliterating obsoleted node at 0x008b9e70

Inode #7 was a directory with children - removing those too...

Removing child "mv", ino #14

Removing child "ps", ino #15

Removing child "rm", ino #16

Removing child "sh", ino #522

Removing child "su", ino #18

Removing child "cat", ino #19

Removing child "pwd", ino #20

Removing child "sed", ino #21

Removing child "tar", ino #46

Removing child "who", ino #47

Removing child "bash", ino #22

Removing child "arch", ino #23

Removing child "date", ino #24

Removing child "echo", ino #25

Removing child "kill", ino #26

Removing child "more", ino #27

Removing child "ping", ino #28

Removing child "stty", ino #29

Removing child "sync", ino #30

Removing child "true", ino #31

Removing child "chgrp", ino #32

Removing child "chmod", ino #33

Removing child "chown", ino #34

Removing child "dmesg", ino #35

Removing child "login", ino #36

Removing child "mkdir", ino #37

Removing child "mknod", ino #38

Removing child "mount", ino #39

Removing child "pidof", ino #40

Removing child "uname", ino #41

Removing child "domainname", ino #42

Removing child "hostname", ino #43

Removing child "netstat", ino #44

Removing child "umount", ino #45

Pass 2: ino #22, nlink 0, ic c0edbf90, nodes c0ecce20

JFFS2: Removing ino #22 with nlink == zero.

obsoleting node at 0x00fbfdf8

obliterating obsoleted node at 0x00fbfdf8

obsoleting node at 0x00fbf3f4

obliterating obsoleted node at 0x00fbf3f4

obsoleting node at 0x00fbe2f8

obliterating obsoleted node at 0x00fbe2f8

obsoleting node at 0x00fbd97c

obliterating obsoleted node at 0x00fbd97c

obsoleting node at 0x00fbcc6c

obliterating obsoleted node at 0x00fbcc6c

obsoleting node at 0x00fbc2d8

obliterating obsoleted node at 0x00fbc2d8

obsoleting node at 0x00fbb97c

obliterating obsoleted node at 0x00fbb97c

obsoleting node at 0x00fba918

obliterating obsoleted node at 0x00fba918

obsoleting node at 0x00fb9f5c

obliterating obsoleted node at 0x00fb9f5c

obsoleting node at 0x00fb932c

obliterating obsoleted node at 0x00fb932c

obsoleting node at 0x00fb8d4c

obliterating obsoleted node at 0x00fb8d4c

obsoleting node at 0x00fb88a8

obliterating obsoleted node at 0x00fb88a8

obsoleting node at 0x00fb7f54

obliterating obsoleted node at 0x00fb7f54

obsoleting node at 0x00fb77e8

obliterating obsoleted node at 0x00fb77e8

obsoleting node at 0x00fb6e04

obliterating obsoleted node at 0x00fb6e04

obsoleting node at 0x00fb6668

obliterating obsoleted node at 0x00fb6668

obsoleting node at 0x00fb5edc

obliterating obsoleted node at 0x00fb5edc

obsoleting node at 0x00fb5184

obliterating obsoleted node at 0x00fb5184

obsoleting node at 0x00fb48e4

obliterating obsoleted node at 0x00fb48e4

obsoleting node at 0x00fb3e2c

obliterating obsoleted node at 0x00fb3e2c

obsoleting node at 0x00fb35f0

obliterating obsoleted node at 0x00fb35f0

obsoleting node at 0x00fb2dc8

obliterating obsoleted node at 0x00fb2dc8

obsoleting node at 0x00fb1f98

obliterating obsoleted node at 0x00fb1f98

obsoleting node at 0x00fb1764

obliterating obsoleted node at 0x00fb1764

obsoleting node at 0x00fb0cd4

obliterating obsoleted node at 0x00fb0cd4

obsoleting node at 0x00fb0518

obliterating obsoleted node at 0x00fb0518

obsoleting node at 0x00fb007c

obliterating obsoleted node at 0x00fb007c

obsoleting node at 0x00faf564

obliterating obsoleted node at 0x00faf564

obsoleting node at 0x00f9fd8c

obliterating obsoleted node at 0x00f9fd8c

obsoleting node at 0x00f9f3e8

obliterating obsoleted node at 0x00f9f3e8

obsoleting node at 0x00f9e338

obliterating obsoleted node at 0x00f9e338

obsoleting node at 0x00f9da30

obliterating obsoleted node at 0x00f9da30

obsoleting node at 0x00f9cdec

obliterating obsoleted node at 0x00f9cdec

obsoleting node at 0x00f9c438

obliterating obsoleted node at 0x00f9c438

obsoleting node at 0x00f9ba54

obliterating obsoleted node at 0x00f9ba54

obsoleting node at 0x00f9a8e4

obliterating obsoleted node at 0x00f9a8e4

obsoleting node at 0x00f99f10

obliterating obsoleted node at 0x00f99f10

obsoleting node at 0x00f99280

obliterating obsoleted node at 0x00f99280

obsoleting node at 0x00f98950

obliterating obsoleted node at 0x00f98950

obsoleting node at 0x00f98060

obliterating obsoleted node at 0x00f98060

obsoleting node at 0x00f97158

obliterating obsoleted node at 0x00f97158

obsoleting node at 0x00f967e0

obliterating obsoleted node at 0x00f967e0

obsoleting node at 0x00f95c98

obliterating obsoleted node at 0x00f95c98

obsoleting node at 0x00f952d8

obliterating obsoleted node at 0x00f952d8

obsoleting node at 0x00f94998

obliterating obsoleted node at 0x00f94998

obsoleting node at 0x00f93888

obliterating obsoleted node at 0x00f93888

obsoleting node at 0x00f92e34

obliterating obsoleted node at 0x00f92e34

obsoleting node at 0x00f9226c

obliterating obsoleted node at 0x00f9226c

obsoleting node at 0x00f91938

obliterating obsoleted node at 0x00f91938

obsoleting node at 0x00f90f44

obliterating obsoleted node at 0x00f90f44

obsoleting node at 0x00f8fe04

obliterating obsoleted node at 0x00f8fe04

obsoleting node at 0x00f8f578

obliterating obsoleted node at 0x00f8f578

obsoleting node at 0x00f8e98c

obliterating obsoleted node at 0x00f8e98c

obsoleting node at 0x00f8e044

obliterating obsoleted node at 0x00f8e044

obsoleting node at 0x00f8d718

obliterating obsoleted node at 0x00f8d718

obsoleting node at 0x00f8c5e4

obliterating obsoleted node at 0x00f8c5e4

obsoleting node at 0x00f8bd18

obliterating obsoleted node at 0x00f8bd18

obsoleting node at 0x00f8b110

obliterating obsoleted node at 0x00f8b110

obsoleting node at 0x00f8a77c

obliterating obsoleted node at 0x00f8a77c

obsoleting node at 0x00f89e38

obliterating obsoleted node at 0x00f89e38

obsoleting node at 0x00f88f80

obliterating obsoleted node at 0x00f88f80

obsoleting node at 0x00f88694

obliterating obsoleted node at 0x00f88694

obsoleting node at 0x00f87a70

obliterating obsoleted node at 0x00f87a70

obsoleting node at 0x00f8719c

obliterating obsoleted node at 0x00f8719c

obsoleting node at 0x00f86868

obliterating obsoleted node at 0x00f86868

obsoleting node at 0x00f856f8

obliterating obsoleted node at 0x00f856f8

obsoleting node at 0x00f84ce0

obliterating obsoleted node at 0x00f84ce0

obsoleting node at 0x00f84034

obliterating obsoleted node at 0x00f84034

obsoleting node at 0x00f83660

obliterating obsoleted node at 0x00f83660

obsoleting node at 0x00f82d10

obliterating obsoleted node at 0x00f82d10

obsoleting node at 0x00f81cb8

obliterating obsoleted node at 0x00f81cb8

obsoleting node at 0x00f813ec

obliterating obsoleted node at 0x00f813ec

obsoleting node at 0x00f80838

obliterating obsoleted node at 0x00f80838

obsoleting node at 0x00f8000c

obliterating obsoleted node at 0x00f8000c

obsoleting node at 0x00f7f6ec

obliterating obsoleted node at 0x00f7f6ec

obsoleting node at 0x00f7e5f0

obliterating obsoleted node at 0x00f7e5f0

obsoleting node at 0x00f7dc24

obliterating obsoleted node at 0x00f7dc24

obsoleting node at 0x00f7cf88

obliterating obsoleted node at 0x00f7cf88

obsoleting node at 0x00f7c628

obliterating obsoleted node at 0x00f7c628

obsoleting node at 0x00f7bca0

obliterating obsoleted node at 0x00f7bca0

obsoleting node at 0x00f7ac8c

obliterating obsoleted node at 0x00f7ac8c

obsoleting node at 0x00f7a360

obliterating obsoleted node at 0x00f7a360

obsoleting node at 0x00f796dc

obliterating obsoleted node at 0x00f796dc

obsoleting node at 0x00f78cc8

obliterating obsoleted node at 0x00f78cc8

obsoleting node at 0x00f78290

obliterating obsoleted node at 0x00f78290

obsoleting node at 0x00f77124

obliterating obsoleted node at 0x00f77124

obsoleting node at 0x00f767e8

obliterating obsoleted node at 0x00f767e8

obsoleting node at 0x00f75bb8

obliterating obsoleted node at 0x00f75bb8

obsoleting node at 0x00f751cc

obliterating obsoleted node at 0x00f751cc

obsoleting node at 0x00f747cc

obliterating obsoleted node at 0x00f747cc

obsoleting node at 0x00f736dc

obliterating obsoleted node at 0x00f736dc

obsoleting node at 0x00f72d10

obliterating obsoleted node at 0x00f72d10

obsoleting node at 0x00f720cc

obliterating obsoleted node at 0x00f720cc

obsoleting node at 0x00f71888

obliterating obsoleted node at 0x00f71888

obsoleting node at 0x00f70f74

obliterating obsoleted node at 0x00f70f74

obsoleting node at 0x00f6febc

obliterating obsoleted node at 0x00f6febc

obsoleting node at 0x00f6f4d4

obliterating obsoleted node at 0x00f6f4d4

obsoleting node at 0x00f6eb04

obliterating obsoleted node at 0x00f6eb04

obsoleting node at 0x00f6e17c

obliterating obsoleted node at 0x00f6e17c

obsoleting node at 0x00f6d88c

obliterating obsoleted node at 0x00f6d88c

obsoleting node at 0x00f6c8b0

obliterating obsoleted node at 0x00f6c8b0

obsoleting node at 0x00f6bfd4

obliterating obsoleted node at 0x00f6bfd4

obsoleting node at 0x00f6b620

obliterating obsoleted node at 0x00f6b620

obsoleting node at 0x00f6ace0

obliterating obsoleted node at 0x00f6ace0

obsoleting node at 0x00f6a308

obliterating obsoleted node at 0x00f6a308

obsoleting node at 0x00f691b4

obliterating obsoleted node at 0x00f691b4

obsoleting node at 0x00f68820

obliterating obsoleted node at 0x00f68820

obsoleting node at 0x00f67ba8

obliterating obsoleted node at 0x00f67ba8

obsoleting node at 0x00f671d4

obliterating obsoleted node at 0x00f671d4

obsoleting node at 0x00f66878

obliterating obsoleted node at 0x00f66878

obsoleting node at 0x00f6577c

obliterating obsoleted node at 0x00f6577c

obsoleting node at 0x00f64d80

obliterating obsoleted node at 0x00f64d80

obsoleting node at 0x00f640c0

obliterating obsoleted node at 0x00f640c0

obsoleting node at 0x00f63670

obliterating obsoleted node at 0x00f63670

obsoleting node at 0x00f62cd0

obliterating obsoleted node at 0x00f62cd0

obsoleting node at 0x00f61bbc

obliterating obsoleted node at 0x00f61bbc

obsoleting node at 0x00f612ac

obliterating obsoleted node at 0x00f612ac

obsoleting node at 0x00f60668

obliterating obsoleted node at 0x00f60668

obsoleting node at 0x00f6000c

obliterating obsoleted node at 0x00f6000c

obsoleting node at 0x00f5aa7c

obliterating obsoleted node at 0x00f5aa7c

obsoleting node at 0x00f5a768

obliterating obsoleted node at 0x00f5a768

obsoleting node at 0x00f59fd0

obliterating obsoleted node at 0x00f59fd0

obsoleting node at 0x00f59244

obliterating obsoleted node at 0x00f59244

obsoleting node at 0x00f58ab4

obliterating obsoleted node at 0x00f58ab4

obsoleting node at 0x00f580a8

obliterating obsoleted node at 0x00f580a8

obsoleting node at 0x00f57920

obliterating obsoleted node at 0x00f57920

obsoleting node at 0x00f571a0

obliterating obsoleted node at 0x00f571a0

obsoleting node at 0x00f5643c

obliterating obsoleted node at 0x00f5643c

obsoleting node at 0x00f55d64

obliterating obsoleted node at 0x00f55d64

obsoleting node at 0x00f5545c

obliterating obsoleted node at 0x00f5545c

obsoleting node at 0x00f54dfc

obliterating obsoleted node at 0x00f54dfc

obsoleting node at 0x00f54768

obliterating obsoleted node at 0x00f54768

obsoleting node at 0x00f53a24

obliterating obsoleted node at 0x00f53a24

obsoleting node at 0x00f53228

obliterating obsoleted node at 0x00f53228

obsoleting node at 0x00f527a0

obliterating obsoleted node at 0x00f527a0

obsoleting node at 0x00f51f8c

obliterating obsoleted node at 0x00f51f8c

obsoleting node at 0x00f517cc

obliterating obsoleted node at 0x00f517cc

obsoleting node at 0x00f509b4

obliterating obsoleted node at 0x00f509b4

obsoleting node at 0x00f501cc

obliterating obsoleted node at 0x00f501cc

obsoleting node at 0x00f4f8bc

obliterating obsoleted node at 0x00f4f8bc

obsoleting node at 0x00f4f208

obliterating obsoleted node at 0x00f4f208

obsoleting node at 0x00f4eb3c

obliterating obsoleted node at 0x00f4eb3c

obsoleting node at 0x00f4df18

obliterating obsoleted node at 0x00f4df18

obsoleting node at 0x00f4d7f4

obliterating obsoleted node at 0x00f4d7f4

obsoleting node at 0x00f4d338

obliterating obsoleted node at 0x00f4d338

obsoleting node at 0x00f4d274

obliterating obsoleted node at 0x00f4d274

obsoleting node at 0x00f4ce5c

obliterating obsoleted node at 0x00f4ce5c

obsoleting node at 0x00f4c9a8

obliterating obsoleted node at 0x00f4c9a8

obsoleting node at 0x00f4c868

obliterating obsoleted node at 0x00f4c868

obsoleting node at 0x00f4c08c

obliterating obsoleted node at 0x00f4c08c

obsoleting node at 0x00f4b9d0

obliterating obsoleted node at 0x00f4b9d0

obsoleting node at 0x00f4b2f0

obliterating obsoleted node at 0x00f4b2f0

obsoleting node at 0x00f4a640

obliterating obsoleted node at 0x00f4a640

obsoleting node at 0x00f49e34

obliterating obsoleted node at 0x00f49e34

obsoleting node at 0x00f4940c

obliterating obsoleted node at 0x00f4940c

obsoleting node at 0x00f48d1c

obliterating obsoleted node at 0x00f48d1c

obsoleting node at 0x00f485cc

obliterating obsoleted node at 0x00f485cc

obsoleting node at 0x00f478b4

obliterating obsoleted node at 0x00f478b4

obsoleting node at 0x00f4727c

obliterating obsoleted node at 0x00f4727c

obsoleting node at 0x00f46950

obliterating obsoleted node at 0x00f46950

obsoleting node at 0x00f46160

obliterating obsoleted node at 0x00f46160

obsoleting node at 0x00f45a04

obliterating obsoleted node at 0x00f45a04

obsoleting node at 0x00f44c64

obliterating obsoleted node at 0x00f44c64

obsoleting node at 0x00f44550

obliterating obsoleted node at 0x00f44550

obsoleting node at 0x00f43cf4

obliterating obsoleted node at 0x00f43cf4

obsoleting node at 0x00f43564

obliterating obsoleted node at 0x00f43564

obsoleting node at 0x00f42d10

obliterating obsoleted node at 0x00f42d10

obsoleting node at 0x00f41eac

obliterating obsoleted node at 0x00f41eac

obsoleting node at 0x00f415f8

obliterating obsoleted node at 0x00f415f8

obsoleting node at 0x00f40a2c

obliterating obsoleted node at 0x00f40a2c

obsoleting node at 0x00f4019c

obliterating obsoleted node at 0x00f4019c

obsoleting node at 0x00f4000c

obliterating obsoleted node at 0x00f4000c

Pass 2: ino #36, nlink 0, ic c0edbe50, nodes c0ecf4e0

JFFS2: Removing ino #36 with nlink == zero.

obsoleting node at 0x00f09bcc

obliterating obsoleted node at 0x00f09bcc

obsoleting node at 0x00f09904

obliterating obsoleted node at 0x00f09904

obsoleting node at 0x00f09578

obliterating obsoleted node at 0x00f09578

obsoleting node at 0x00f08e34

obliterating obsoleted node at 0x00f08e34

obsoleting node at 0x00f07fc0

obliterating obsoleted node at 0x00f07fc0

obsoleting node at 0x00f0763c

obliterating obsoleted node at 0x00f0763c

obsoleting node at 0x00f06b48

obliterating obsoleted node at 0x00f06b48

obsoleting node at 0x00f06238

obliterating obsoleted node at 0x00f06238

obsoleting node at 0x00f05898

obliterating obsoleted node at 0x00f05898

obsoleting node at 0x00f04908

obliterating obsoleted node at 0x00f04908

obsoleting node at 0x00f03fbc

obliterating obsoleted node at 0x00f03fbc

obsoleting node at 0x00f03460

obliterating obsoleted node at 0x00f03460

obsoleting node at 0x00f02e40

obliterating obsoleted node at 0x00f02e40

obsoleting node at 0x00f026cc

obliterating obsoleted node at 0x00f026cc

Pass 2: ino #50, nlink 1, ic c0edb928, nodes c0ed7f00

Pass 2: ino #64, nlink 1, ic c0edba40, nodes c0ed3640

Pass 2: ino #78, nlink 0, ic c0edbb30, nodes c0ed37b0

JFFS2: Removing ino #78 with nlink == zero.

obsoleting node at 0x00edb5ac

obliterating obsoleted node at 0x00edb5ac

Pass 2: ino #92, nlink 1, ic c0edbc20, nodes c0ed39c0

Pass 2: ino #106, nlink 1, ic c0edbd24, nodes c0ed3aa0

Pass 2: ino #120, nlink 1, ic c0edb34c, nodes c0edaa30

Pass 2: ino #134, nlink 1, ic c0edb464, nodes c0edacb0

Pass 2: ino #148, nlink 1, ic c0edb57c, nodes c0ed7370

Pass 2: ino #162, nlink 1, ic c0edb694, nodes c0ed7630

Pass 2: ino #176, nlink 1, ic c0edb7ac, nodes c0ed7850

Pass 2: ino #190, nlink 1, ic c0edb8c4, nodes c0ed7ae0

Pass 2: ino #204, nlink 1, ic c0efbf2c, nodes c0ee2c70

Pass 2: ino #218, nlink 1, ic c0efbc70, nodes c0ee7730

Pass 2: ino #232, nlink 1, ic c0efbd88, nodes c0ee7a40

Pass 2: ino #246, nlink 1, ic c0efbb58, nodes c0ee9b80

Pass 2: ino #260, nlink 1, ic c0efbb1c, nodes c0ee9900

Pass 2: ino #274, nlink 1, ic c0efb9f0, nodes c0ef0d30

Pass 2: ino #288, nlink 1, ic c0efb93c, nodes c0ef0640

Pass 2: ino #302, nlink 1, ic c0efb784, nodes c0ef2e80

Pass 2: ino #316, nlink 1, ic c0efb734, nodes c0ef5c50

Pass 2: ino #330, nlink 1, ic c0efb518, nodes c0ef9dd0

Pass 2: ino #344, nlink 1, ic c0efb630, nodes c0ef53d0

Pass 2: ino #358, nlink 1, ic c0efb2c0, nodes c0efea80

Pass 2: ino #372, nlink 1, ic c0efb3d8, nodes c0efef60

Pass 2: ino #386, nlink 1, ic c0f0eea0, nodes c0f00ef0

Pass 2: ino #400, nlink 1, ic c0f0ed10, nodes c0f006a0

Pass 2: ino #414, nlink 1, ic c0f0ec84, nodes c0f06ad0

Pass 2: ino #428, nlink 1, ic c0f0e8ec, nodes c0f09ce0

Pass 2: ino #442, nlink 1, ic c0f0e9f0, nodes c0f09ea0

Pass 2: ino #456, nlink 1, ic c0f0eacc, nodes c0f063b0

Pass 2: ino #470, nlink 1, ic c0f0ebe4, nodes c0f065a0

Pass 2: ino #484, nlink 1, ic c0f0e3c4, nodes c0f0d8d0

Pass 2: ino #498, nlink 1, ic c0f0e590, nodes c0f0da90

Pass 2: ino #512, nlink 1, ic c0f0e6f8, nodes c0f0dc50

Pass 2: ino #23, nlink 0, ic c0edbfa4, nodes c0ecc3b0

JFFS2: Removing ino #23 with nlink == zero.

obsoleting node at 0x00f5b13c

obliterating obsoleted node at 0x00f5b13c

obsoleting node at 0x00f5ab30

obliterating obsoleted node at 0x00f5ab30

Pass 2: ino #37, nlink 0, ic c0edbe64, nodes c0ecf570

JFFS2: Removing ino #37 with nlink == zero.

obsoleting node at 0x00f0da5c

obliterating obsoleted node at 0x00f0da5c

obsoleting node at 0x00f0d974

obliterating obsoleted node at 0x00f0d974

obsoleting node at 0x00f0d1c4

obliterating obsoleted node at 0x00f0d1c4

obsoleting node at 0x00f0c680

obliterating obsoleted node at 0x00f0c680

obsoleting node at 0x00f0bd2c

obliterating obsoleted node at 0x00f0bd2c

obsoleting node at 0x00f0b2b0

obliterating obsoleted node at 0x00f0b2b0

obsoleting node at 0x00f0a954

obliterating obsoleted node at 0x00f0a954

obsoleting node at 0x00f0a1ac

obliterating obsoleted node at 0x00f0a1ac

Pass 2: ino #51, nlink 1, ic c0edb93c, nodes c0ed7f30

Pass 2: ino #65, nlink 1, ic c0edba54, nodes c0ed3670

Pass 2: ino #79, nlink 1, ic c0f0e6bc, nodes c0ed3850

Pass 2: ino #93, nlink 1, ic c0edbc34, nodes c0ed3930

Pass 2: ino #107, nlink 1, ic c0edbd38, nodes c0ed3ac0

Pass 2: ino #121, nlink 1, ic c0edb360, nodes c0edaa50

Pass 2: ino #135, nlink 1, ic c0edb478, nodes c0edace0

Pass 2: ino #149, nlink 2, ic c0edb590, nodes c0ed73a0

Pass 2: ino #163, nlink 1, ic c0edb6a8, nodes c0ed7620

Pass 2: ino #177, nlink 1, ic c0edb7c0, nodes c0ed7880

Pass 2: ino #191, nlink 1, ic c0edb8d8, nodes c0ed7b10

Pass 2: ino #205, nlink 0, ic c0efbf40, nodes c0ee2c80

JFFS2: Removing ino #205 with nlink == zero.

obsoleting node at 0x00dd7714

obliterating obsoleted node at 0x00dd7714

Pass 2: ino #219, nlink 1, ic c0efbc84, nodes c0ee76c0

Pass 2: ino #233, nlink 1, ic c0efbd9c, nodes c0ee7890

Pass 2: ino #247, nlink 1, ic c0efbb6c, nodes c0ee9c20

Pass 2: ino #261, nlink 1, ic c0efbb30, nodes c0ee9aa0

Pass 2: ino #275, nlink 1, ic c0efba04, nodes c0ef0e60

Pass 2: ino #289, nlink 1, ic c0efb950, nodes c0ef0680

Pass 2: ino #303, nlink 0, ic c0efb798, nodes c0ef2730

JFFS2: Removing ino #303 with nlink == zero.

obsoleting node at 0x00b4a4bc

obliterating obsoleted node at 0x00b4a4bc

Pass 2: ino #317, nlink 1, ic c0efb748, nodes c0ef5c80

Pass 2: ino #331, nlink 1, ic c0efb52c, nodes c0ef9e00

Pass 2: ino #345, nlink 1, ic c0efb644, nodes c0ef5400

Pass 2: ino #359, nlink 1, ic c0efb2d4, nodes c0efeab0

Pass 2: ino #373, nlink 1, ic c0f0ed88, nodes c0ef9400

Pass 2: ino #387, nlink 1, ic c0f0eeb4, nodes c0f00f20

Pass 2: ino #401, nlink 1, ic c0f0ed24, nodes c0f006e0

Pass 2: ino #415, nlink 1, ic c0f0e810, nodes c0f06b50

Pass 2: ino #429, nlink 1, ic c0f0e900, nodes c0f09d00

Pass 2: ino #443, nlink 0, ic c0f0ea04, nodes c0f09ec0

JFFS2: Removing ino #443 with nlink == zero.

obsoleting node at 0x0096d030

obliterating obsoleted node at 0x0096d030

Pass 2: ino #457, nlink 1, ic c0f0eae0, nodes c0f063d0

Pass 2: ino #471, nlink 1, ic c0f0ebf8, nodes c0f065c0

Pass 2: ino #485, nlink 1, ic c0f0e3ec, nodes c0f0d8f0

Pass 2: ino #499, nlink 1, ic c0f0e5b8, nodes c0f0dab0

Pass 2: ino #513, nlink 1, ic c0f0e70c, nodes c0f0dc70

Pass 2: ino #24, nlink 0, ic c0edbec8, nodes c0ecc440

JFFS2: Removing ino #24 with nlink == zero.

obsoleting node at 0x00f5fd34

obliterating obsoleted node at 0x00f5fd34

obsoleting node at 0x00f5f68c

obliterating obsoleted node at 0x00f5f68c

obsoleting node at 0x00f5eeb4

obliterating obsoleted node at 0x00f5eeb4

obsoleting node at 0x00f5dfac

obliterating obsoleted node at 0x00f5dfac

obsoleting node at 0x00f5d6dc

obliterating obsoleted node at 0x00f5d6dc

obsoleting node at 0x00f5c9b4

obliterating obsoleted node at 0x00f5c9b4

obsoleting node at 0x00f5bfc4

obliterating obsoleted node at 0x00f5bfc4

obsoleting node at 0x00f5b810

obliterating obsoleted node at 0x00f5b810

obsoleting node at 0x00f20b04

obliterating obsoleted node at 0x00f20b04

obsoleting node at 0x00f207dc

obliterating obsoleted node at 0x00f207dc

obsoleting node at 0x00f2000c

obliterating obsoleted node at 0x00f2000c

Pass 2: ino #38, nlink 0, ic c0edbe78, nodes c0ecf5f0

JFFS2: Removing ino #38 with nlink == zero.

obsoleting node at 0x00f110a0

obliterating obsoleted node at 0x00f110a0

obsoleting node at 0x00f10d44

obliterating obsoleted node at 0x00f10d44

obsoleting node at 0x00f105bc

obliterating obsoleted node at 0x00f105bc

obsoleting node at 0x00f0fbe8

obliterating obsoleted node at 0x00f0fbe8

obsoleting node at 0x00f0f380

obliterating obsoleted node at 0x00f0f380

obsoleting node at 0x00f0eaf0

obliterating obsoleted node at 0x00f0eaf0

obsoleting node at 0x00f0db14

obliterating obsoleted node at 0x00f0db14

Pass 2: ino #52, nlink 1, ic c0edb950, nodes c0ed35b0

Pass 2: ino #66, nlink 1, ic c0edba68, nodes c0ed36a0

Pass 2: ino #80, nlink 0, ic c0edbb44, nodes c0ed37e0

JFFS2: Removing ino #80 with nlink == zero.

obsoleting node at 0x00edb768

obliterating obsoleted node at 0x00edb768

Pass 2: ino #94, nlink 1, ic c0edbc48, nodes c0ed3950

Pass 2: ino #108, nlink 1, ic c0edbd4c, nodes c0ed3b70

Pass 2: ino #122, nlink 1, ic c0edb374, nodes c0edaa80

Pass 2: ino #136, nlink 1, ic c0edb48c, nodes c0edad10

Pass 2: ino #150, nlink 1, ic c0edb5a4, nodes c0ed73d0

Pass 2: ino #164, nlink 1, ic c0edb6bc, nodes c0ed7710

Pass 2: ino #178, nlink 1, ic c0edb7d4, nodes c0ed78b0

Pass 2: ino #192, nlink 1, ic c0f0e5a4, nodes c0ed7b40

Pass 2: ino #206, nlink 1, ic c0efbf54, nodes c0ee2cd0

Pass 2: ino #220, nlink 1, ic c0efbc98, nodes c0ee76e0

Pass 2: ino #234, nlink 1, ic c0efbdb0, nodes c0ee78c0

Pass 2: ino #248, nlink 1, ic c0efbb80, nodes c0ee9ca0

Pass 2: ino #262, nlink 1, ic c0efba54, nodes c0ee9ae0

Pass 2: ino #276, nlink 1, ic c0efb964, nodes c0ef0e90

Pass 2: ino #290, nlink 1, ic c0efb7ac, nodes c0ef06a0

Pass 2: ino #304, nlink 1, ic c0f0e4f0, nodes c0ef2750

Pass 2: ino #318, nlink 1, ic c0f0ed9c, nodes c0ef5ce0

Pass 2: ino #332, nlink 1, ic c0efb540, nodes c0ef9e30

Pass 2: ino #346, nlink 1, ic c0efb658, nodes c0ef54e0

Pass 2: ino #360, nlink 1, ic c0efb2e8, nodes c0efeae0

Pass 2: ino #374, nlink 1, ic c0f0edb0, nodes c0f00b60

Pass 2: ino #388, nlink 1, ic c0f0eec8, nodes c0f00fc0

Pass 2: ino #402, nlink 1, ic c0f0ed38, nodes c0f00720

Pass 2: ino #416, nlink 1, ic c0f0e838, nodes c0f09b90

Pass 2: ino #430, nlink 1, ic c0f0e914, nodes c0f09d20

Pass 2: ino #444, nlink 1, ic c0f0e3b0, nodes c0f063e0

Pass 2: ino #458, nlink 1, ic c0f0eaf4, nodes c0f06610

Pass 2: ino #472, nlink 1, ic c0f0ec0c, nodes c0f065e0

Pass 2: ino #486, nlink 1, ic c0f0e414, nodes c0f0d910

Pass 2: ino #500, nlink 1, ic c0f0e5cc, nodes c0f0dad0

Pass 2: ino #514, nlink 1, ic c0f0e720, nodes c0f0dc90

Pass 2: ino #25, nlink 0, ic c0edbedc, nodes c0ecf890

JFFS2: Removing ino #25 with nlink == zero.

obsoleting node at 0x00f22cd4

obliterating obsoleted node at 0x00f22cd4

obsoleting node at 0x00f2258c

obliterating obsoleted node at 0x00f2258c

obsoleting node at 0x00f21e48

obliterating obsoleted node at 0x00f21e48

obsoleting node at 0x00f213b8

obliterating obsoleted node at 0x00f213b8

obsoleting node at 0x00f20bb8

obliterating obsoleted node at 0x00f20bb8

Pass 2: ino #39, nlink 0, ic c0edbe8c, nodes c0ecf720

JFFS2: Removing ino #39 with nlink == zero.

obsoleting node at 0x00f1b87c

obliterating obsoleted node at 0x00f1b87c

obsoleting node at 0x00f1b484

obliterating obsoleted node at 0x00f1b484

obsoleting node at 0x00f1ab78

obliterating obsoleted node at 0x00f1ab78

obsoleting node at 0x00f1a3fc

obliterating obsoleted node at 0x00f1a3fc

obsoleting node at 0x00f19bf4

obliterating obsoleted node at 0x00f19bf4

obsoleting node at 0x00f18fdc

obliterating obsoleted node at 0x00f18fdc

obsoleting node at 0x00f18650

obliterating obsoleted node at 0x00f18650

obsoleting node at 0x00f17d90

obliterating obsoleted node at 0x00f17d90

obsoleting node at 0x00f17444

obliterating obsoleted node at 0x00f17444

obsoleting node at 0x00f16ab0

obliterating obsoleted node at 0x00f16ab0

obsoleting node at 0x00f15918

obliterating obsoleted node at 0x00f15918

obsoleting node at 0x00f14f9c

obliterating obsoleted node at 0x00f14f9c

obsoleting node at 0x00f14464

obliterating obsoleted node at 0x00f14464

obsoleting node at 0x00f13b48

obliterating obsoleted node at 0x00f13b48

obsoleting node at 0x00f131d0

obliterating obsoleted node at 0x00f131d0

obsoleting node at 0x00f12104

obliterating obsoleted node at 0x00f12104

obsoleting node at 0x00f11af8

obliterating obsoleted node at 0x00f11af8

obsoleting node at 0x00f11158

obliterating obsoleted node at 0x00f11158

Pass 2: ino #53, nlink 1, ic c0edb964, nodes c0ed3420

Pass 2: ino #67, nlink 1, ic c0edba7c, nodes c0ed36d0

Pass 2: ino #81, nlink 0, ic c0edbb58, nodes c0ed37f0

JFFS2: Removing ino #81 with nlink == zero.

obsoleting node at 0x00edb7e0

obliterating obsoleted node at 0x00edb7e0

Pass 2: ino #95, nlink 1, ic c0edbc5c, nodes c0ed39b0

Pass 2: ino #109, nlink 1, ic c0edbd60, nodes c0ed3b10

Pass 2: ino #123, nlink 1, ic c0edb388, nodes c0edafb0

Pass 2: ino #137, nlink 1, ic c0edb4a0, nodes c0edad40

Pass 2: ino #151, nlink 1, ic c0edb5b8, nodes c0ed7400

Pass 2: ino #165, nlink 1, ic c0edb6d0, nodes c0ed7670

Pass 2: ino #179, nlink 1, ic c0edb7e8, nodes c0ed7a00

Pass 2: ino #193, nlink 1, ic c0edb2c0, nodes c0ed7c60

Pass 2: ino #207, nlink 1, ic c0efbe78, nodes c0ee2d90

Pass 2: ino #221, nlink 1, ic c0efbcac, nodes c0ee7700

Pass 2: ino #235, nlink 1, ic c0efbdc4, nodes c0ee78f0

Pass 2: ino #249, nlink 1, ic c0efbb94, nodes c0ee9cf0

Pass 2: ino #263, nlink 1, ic c0efba7c, nodes c0ee9600

Pass 2: ino #277, nlink 1, ic c0efb978, nodes c0ef0750

Pass 2: ino #291, nlink 1, ic c0efb7c0, nodes c0ef2ab0

Pass 2: ino #305, nlink 1, ic c0efb770, nodes c0ef29b0

Pass 2: ino #319, nlink 1, ic c0efb75c, nodes c0ef5cd0

Pass 2: ino #333, nlink 1, ic c0efb554, nodes c0ef9e60

Pass 2: ino #347, nlink 1, ic c0efb66c, nodes c0ef5710

Pass 2: ino #361, nlink 1, ic c0efb2fc, nodes c0efeb10

Pass 2: ino #375, nlink 1, ic c0f0edc4, nodes c0f00b90

Pass 2: ino #389, nlink 1, ic c0f0eedc, nodes c0f00f80

Pass 2: ino #403, nlink 1, ic c0f0ed4c, nodes c0f00760

Pass 2: ino #417, nlink 1, ic c0f0e84c, nodes c0f09be0

Pass 2: ino #431, nlink 1, ic c0f0e928, nodes c0f09d40

Pass 2: ino #445, nlink 1, ic c0f0e400, nodes c0f09f70

Pass 2: ino #459, nlink 1, ic c0f0eb08, nodes c0f06470

Pass 2: ino #473, nlink 1, ic c0f0ec20, nodes c0f06600

Pass 2: ino #487, nlink 1, ic c0f0e43c, nodes c0f0d930

Pass 2: ino #501, nlink 1, ic c0f0e5e0, nodes c0f0daf0

Pass 2: ino #515, nlink 1, ic c0f0e748, nodes c0f0dcb0

Pass 2: ino #26, nlink 0, ic c0edbef0, nodes c0ecf8e0

JFFS2: Removing ino #26 with nlink == zero.

obsoleting node at 0x00f243ac

obliterating obsoleted node at 0x00f243ac

obsoleting node at 0x00f242c4

obliterating obsoleted node at 0x00f242c4

obsoleting node at 0x00f23a24

obliterating obsoleted node at 0x00f23a24

obsoleting node at 0x00f231c8

obliterating obsoleted node at 0x00f231c8

Pass 2: ino #40, nlink 0, ic c0edbea0, nodes c0ecf770

JFFS2: Removing ino #40 with nlink == zero.

obsoleting node at 0x00f1d530

obliterating obsoleted node at 0x00f1d530

obsoleting node at 0x00f1d340

obliterating obsoleted node at 0x00f1d340

obsoleting node at 0x00f1ca0c

obliterating obsoleted node at 0x00f1ca0c

obsoleting node at 0x00f1b934

obliterating obsoleted node at 0x00f1b934

Pass 2: ino #54, nlink 1, ic c0edb978, nodes c0ed3450

Pass 2: ino #68, nlink 1, ic c0f0e7ac, nodes c0ed3730

Pass 2: ino #82, nlink 0, ic c0edbb6c, nodes c0ed3800

JFFS2: Removing ino #82 with nlink == zero.

obsoleting node at 0x00edb858

obliterating obsoleted node at 0x00edb858

Pass 2: ino #96, nlink 1, ic c0f0e5f4, nodes c0ed3ad0

Pass 2: ino #110, nlink 1, ic c0edbd74, nodes c0ed3b60

Pass 2: ino #124, nlink 1, ic c0edb39c, nodes c0edaad0

Pass 2: ino #138, nlink 1, ic c0edb4b4, nodes c0edada0

Pass 2: ino #152, nlink 1, ic c0edb5cc, nodes c0ed7440

Pass 2: ino #166, nlink 1, ic c0edb6e4, nodes c0ed76a0

Pass 2: ino #180, nlink 1, ic c0edb7fc, nodes c0ed7900

Pass 2: ino #194, nlink 1, ic c0efbfb8, nodes c0eda3d0

Pass 2: ino #208, nlink 1, ic c0efbe8c, nodes c0ee2600

Pass 2: ino #222, nlink 1, ic c0efbcc0, nodes c0ee7720

Pass 2: ino #236, nlink 1, ic c0efbdd8, nodes c0ee7920

Pass 2: ino #250, nlink 1, ic c0efbba8, nodes c0ee9db0

Pass 2: ino #264, nlink 1, ic c0efba90, nodes c0ee9630

Pass 2: ino #278, nlink 1, ic c0efb98c, nodes c0ef0850

Pass 2: ino #292, nlink 1, ic c0efb7d4, nodes c0ef2b20

Pass 2: ino #306, nlink 1, ic c0efb680, nodes c0ef25f0

Pass 2: ino #320, nlink 1, ic c0efb450, nodes c0ef5dd0

Pass 2: ino #334, nlink 1, ic c0efb568, nodes c0ef9e90

Pass 2: ino #348, nlink 1, ic c0efb3ec, nodes c0ef57b0

Pass 2: ino #362, nlink 1, ic c0efb310, nodes c0efeb40

Pass 2: ino #376, nlink 1, ic c0f0edd8, nodes c0f00bc0

Pass 2: ino #390, nlink 1, ic c0f0eef0, nodes c0f00fb0

Pass 2: ino #404, nlink 1, ic c0f0ed60, nodes c0f00790

Pass 2: ino #418, nlink 1, ic c0f0e428, nodes c0f09ed0

Pass 2: ino #432, nlink 1, ic c0f0e93c, nodes c0f09d60

Pass 2: ino #446, nlink 0, ic c0f0ea18, nodes c0f09f00

JFFS2: Removing ino #446 with nlink == zero.

obsoleting node at 0x0096d250

obliterating obsoleted node at 0x0096d250

Pass 2: ino #460, nlink 1, ic c0f0eb1c, nodes c0f06440

Pass 2: ino #474, nlink 1, ic c0f0e2e8, nodes c0f066f0

Pass 2: ino #488, nlink 1, ic c0f0e464, nodes c0f0d950

Pass 2: ino #502, nlink 1, ic c0f0e608, nodes c0f0db10

Pass 2: ino #516, nlink 1, ic c0f0e75c, nodes c0f0dcd0

Pass 2: ino #13, nlink 0, ic c0ecb2d4, nodes c0eccef0

JFFS2: Removing ino #13 with nlink == zero.

obsoleting node at 0x00fc5c40

obliterating obsoleted node at 0x00fc5c40

obsoleting node at 0x00fc58c0

obliterating obsoleted node at 0x00fc58c0

obsoleting node at 0x00fc4fb0

obliterating obsoleted node at 0x00fc4fb0

obsoleting node at 0x00fc48dc

obliterating obsoleted node at 0x00fc48dc

obsoleting node at 0x00fc4444

obliterating obsoleted node at 0x00fc4444

obsoleting node at 0x00fc3b30

obliterating obsoleted node at 0x00fc3b30

obsoleting node at 0x00fc3364

obliterating obsoleted node at 0x00fc3364

obsoleting node at 0x00fc29b4

obliterating obsoleted node at 0x00fc29b4

obsoleting node at 0x00fc2104

obliterating obsoleted node at 0x00fc2104

obsoleting node at 0x00fc18dc

obliterating obsoleted node at 0x00fc18dc

obsoleting node at 0x00fc09ac

obliterating obsoleted node at 0x00fc09ac

obsoleting node at 0x00fc000c

obliterating obsoleted node at 0x00fc000c

Pass 2: ino #27, nlink 0, ic c0edbf04, nodes c0ecf970

JFFS2: Removing ino #27 with nlink == zero.

obsoleting node at 0x00f28f20

obliterating obsoleted node at 0x00f28f20

obsoleting node at 0x00f28bf0

obliterating obsoleted node at 0x00f28bf0

obsoleting node at 0x00f281cc

obliterating obsoleted node at 0x00f281cc

obsoleting node at 0x00f26fc4

obliterating obsoleted node at 0x00f26fc4

obsoleting node at 0x00f26678

obliterating obsoleted node at 0x00f26678

obsoleting node at 0x00f25a24

obliterating obsoleted node at 0x00f25a24

obsoleting node at 0x00f25298

obliterating obsoleted node at 0x00f25298

obsoleting node at 0x00f24a80

obliterating obsoleted node at 0x00f24a80

Pass 2: ino #41, nlink 0, ic c0edbeb4, nodes c0ecf7d0

JFFS2: Removing ino #41 with nlink == zero.

obsoleting node at 0x00f1f420

obliterating obsoleted node at 0x00f1f420

obsoleting node at 0x00f1ede0

obliterating obsoleted node at 0x00f1ede0

obsoleting node at 0x00f1e71c

obliterating obsoleted node at 0x00f1e71c

obsoleting node at 0x00f1de5c

obliterating obsoleted node at 0x00f1de5c

obsoleting node at 0x00f1d5e8

obliterating obsoleted node at 0x00f1d5e8

Pass 2: ino #55, nlink 1, ic c0edb98c, nodes c0ed3480

Pass 2: ino #69, nlink 1, ic c0edba90, nodes c0ed3700

Pass 2: ino #83, nlink 1, ic c0edbb80, nodes c0ed3820

Pass 2: ino #97, nlink 0, ic c0edbc70, nodes c0ed39e0

JFFS2: Removing ino #97 with nlink == zero.

obsoleting node at 0x00ede238

obliterating obsoleted node at 0x00ede238

Pass 2: ino #111, nlink 1, ic c0edbd88, nodes c0ed3b50

Pass 2: ino #125, nlink 1, ic c0edb3b0, nodes c0edab00

Pass 2: ino #139, nlink 1, ic c0edb4c8, nodes c0edadd0

Pass 2: ino #153, nlink 1, ic c0edb5e0, nodes c0ed7470

Pass 2: ino #167, nlink 1, ic c0edb6f8, nodes c0ed76d0

Pass 2: ino #181, nlink 1, ic c0edb810, nodes c0ed7930

Pass 2: ino #195, nlink 1, ic c0efbfcc, nodes c0eddbc0

Pass 2: ino #209, nlink 1, ic c0efbea0, nodes c0ee27e0

Pass 2: ino #223, nlink 1, ic c0efbcd4, nodes c0ee7820

Pass 2: ino #237, nlink 1, ic c0efbdec, nodes c0ee7950

Pass 2: ino #251, nlink 1, ic c0efbbbc, nodes c0ee9e00

Pass 2: ino #265, nlink 1, ic c0f0e518, nodes c0ee9650

Pass 2: ino #279, nlink 1, ic c0efb9a0, nodes c0ef0a20

Pass 2: ino #293, nlink 1, ic c0efb7e8, nodes c0ef2bb0

Pass 2: ino #307, nlink 1, ic c0efb694, nodes c0ef5a10

Pass 2: ino #321, nlink 1, ic c0efb464, nodes c0ef9c20

Pass 2: ino #335, nlink 1, ic c0efb57c, nodes c0ef9ec0

Pass 2: ino #349, nlink 1, ic c0efb400, nodes c0ef9730

Pass 2: ino #363, nlink 1, ic c0efb324, nodes c0efeb70

Pass 2: ino #377, nlink 1, ic c0f0edec, nodes c0f00bf0

Pass 2: ino #391, nlink 1, ic c0f0ef04, nodes c0efe480

Pass 2: ino #405, nlink 1, ic c0f0ed74, nodes c0f007e0

Pass 2: ino #419, nlink 0, ic c0f0e860, nodes c0f09c10

JFFS2: Removing ino #419 with nlink == zero.

obsoleting node at 0x0096b67c

obliterating obsoleted node at 0x0096b67c

Pass 2: ino #433, nlink 1, ic c0f0e950, nodes c0f09d80

Pass 2: ino #447, nlink 1, ic c0f0ea2c, nodes c0f09f60

Pass 2: ino #461, nlink 1, ic c0f0eb30, nodes c0f06460

Pass 2: ino #475, nlink 1, ic c0f0e2fc, nodes c0f0d6a0

Pass 2: ino #489, nlink 1, ic c0f0e48c, nodes c0f0d970

Pass 2: ino #503, nlink 1, ic c0f0e61c, nodes c0f0db30

Pass 2: ino #517, nlink 1, ic c0f0e770, nodes c0f0dcf0

Pass 2 complete

Pass 3: ino #14, ic c0ecb2e8, nodes c0ec8360

Pass 3: ino #28, ic c0edbf18, nodes c0ecf9e0

Pass 3: ino #42, ic c0edbdd8, nodes c0ecf7f0

Pass 3: ino #56, ic c0edb9a0, nodes c0ed34b0

Pass 3: ino #70, ic c0edbaa4, nodes c0ed3710

Pass 3: ino #84, ic c0edbb94, nodes c0ed3830

Pass 3: ino #98, ic c0edbc84, nodes c0ed39f0

Pass 3: ino #112, ic c0edbd9c, nodes c0ed3ba0

Pass 3: ino #126, ic c0edb3c4, nodes c0edab30

Pass 3: ino #140, ic c0edb4dc, nodes c0edae00

Pass 3: ino #154, ic c0edb5f4, nodes c0ed74c0

Pass 3: ino #168, ic c0edb70c, nodes c0ed7700

Pass 3: ino #182, ic c0edb824, nodes c0ed7960

Pass 3: ino #196, ic c0efbfe0, nodes c0eddd00

Pass 3: ino #210, ic c0efbeb4, nodes c0ee2840

Pass 3: ino #224, ic c0efbce8, nodes c0ee7770

Pass 3: ino #238, ic c0efbe00, nodes c0ee7980

Pass 3: ino #252, ic c0efbbd0, nodes c0ee9e40

Pass 3: ino #266, ic c0f0e540, nodes c0ee9670

Pass 3: ino #280, ic c0efb89c, nodes c0ef0a90

Pass 3: ino #294, ic c0efb7fc, nodes c0ef2bc0

Pass 3: ino #308, ic c0f0ece8, nodes c0ef5ca0

Pass 3: ino #322, ic c0efb478, nodes c0ef9c50

Pass 3: ino #336, ic c0efb590, nodes c0ef9ef0

Pass 3: ino #350, ic c0efb414, nodes c0ef9760

Pass 3: ino #364, ic c0efb338, nodes c0efeba0

Pass 3: ino #378, ic c0f0ee00, nodes c0f00c20

Pass 3: ino #392, ic c0f0ef18, nodes c0efe360

Pass 3: ino #406, ic c0f0ec98, nodes c0f00ac0

Pass 3: ino #420, ic c0f0e874, nodes c0f09c30

Pass 3: ino #434, ic c0f0e964, nodes c0f09da0

Pass 3: ino #448, ic c0f0ea40, nodes c0f09f50

Pass 3: ino #462, ic c0f0eb44, nodes c0f064d0

Pass 3: ino #476, ic c0f0e310, nodes c0f0d700

Pass 3: ino #490, ic c0f0e4b4, nodes c0f0d990

Pass 3: ino #504, ic c0f0e630, nodes c0f0db50

Pass 3: ino #518, ic c0f0e784, nodes c0f0dd10

Pass 3: ino #1, ic c0f0e2d4, nodes c0ed7ee0

Pass 3: ino #15, ic c0ecb2fc, nodes c0ec8480

Pass 3: ino #29, ic c0edbf2c, nodes c0ecfaa0

Pass 3: ino #43, ic c0edbdec, nodes c0ed3cc0

Pass 3: ino #57, ic c0edb9b4, nodes c0ed34e0

Pass 3: ino #71, ic c0edbab8, nodes c0ed3720

Pass 3: ino #85, ic c0edbba8, nodes c0ed3840

Pass 3: ino #99, ic c0edbc98, nodes c0ed3a00

Pass 3: ino #113, ic c0edbdb0, nodes c0ed3bc0

Pass 3: ino #127, ic c0edb3d8, nodes c0edab60

Pass 3: ino #141, ic c0edb4f0, nodes c0edae30

Pass 3: ino #155, ic c0edb608, nodes c0ed74f0

Pass 3: ino #169, ic c0edb720, nodes c0ed7760

Pass 3: ino #183, ic c0edb838, nodes c0ed7990

Pass 3: ino #197, ic c0efbf68, nodes c0eddd90

Pass 3: ino #211, ic c0efbec8, nodes c0ee28a0

Pass 3: ino #225, ic c0efbcfc, nodes c0ee7790

Pass 3: ino #239, ic c0efbe14, nodes c0ee79b0

Pass 3: ino #253, ic c0efbbe4, nodes c0ee9f40

Pass 3: ino #267, ic c0efbaa4, nodes c0ee9660

Pass 3: ino #281, ic c0efb8b0, nodes c0ef2f80

Pass 3: ino #295, ic c0efb810, nodes c0ef2bd0

Pass 3: ino #309, ic c0efb6a8, nodes c0ef5af0

Pass 3: ino #323, ic c0efb48c, nodes c0ef9c80

Pass 3: ino #337, ic c0efb5a4, nodes c0ef9f20

Pass 3: ino #351, ic c0efb428, nodes c0ef98d0

Pass 3: ino #365, ic c0efb34c, nodes c0efebd0

Pass 3: ino #379, ic c0f0ee14, nodes c0f00c50

Pass 3: ino #393, ic c0f0ef2c, nodes c0efe470

Pass 3: ino #407, ic c0f0ecac, nodes c0f03900

Pass 3: ino #421, ic c0f0e888, nodes c0f09c40

Pass 3: ino #435, ic c0f0e978, nodes c0f09dd0

Pass 3: ino #449, ic c0f0ea54, nodes c0f09f90

Pass 3: ino #463, ic c0f0eb58, nodes c0f064a0

Pass 3: ino #477, ic c0f0e324, nodes c0f0d6d0

Pass 3: ino #491, ic c0f0e4c8, nodes c0f0d9b0

Pass 3: ino #505, ic c0f0e644, nodes c0f0db70

Pass 3: ino #519, ic c0f0e798, nodes c0f0dd30

Pass 3: ino #16, ic c0ecb310, nodes c0ec8530

Pass 3: ino #30, ic c0edbf40, nodes c0ecfb00

Pass 3: ino #44, ic c0edbe00, nodes c0ed3e30

Pass 3: ino #58, ic c0edb9c8, nodes c0ed3510

Pass 3: ino #72, ic c0f0e734, nodes c0ed37c0

Pass 3: ino #86, ic c0edbbbc, nodes c0ed3890

Pass 3: ino #100, ic c0edbcac, nodes c0ed3a20

Pass 3: ino #114, ic c0edbdc4, nodes c0ed3bf0

Pass 3: ino #128, ic c0edb3ec, nodes c0edab90

Pass 3: ino #142, ic c0edb504, nodes c0edae60

Pass 3: ino #156, ic c0edb61c, nodes c0ed7520

Pass 3: ino #170, ic c0edb734, nodes c0ed7750

Pass 3: ino #184, ic c0edb84c, nodes c0ed79c0

Pass 3: ino #198, ic c0efbf7c, nodes c0ee2fd0

Pass 3: ino #212, ic c0efbedc, nodes c0ee28b0

Pass 3: ino #226, ic c0efbd10, nodes c0ee77b0

Pass 3: ino #240, ic c0efbe28, nodes c0ee79e0

Pass 3: ino #254, ic c0efbbf8, nodes c0ee9fa0

Pass 3: ino #268, ic c0efba18, nodes c0ee96b0

Pass 3: ino #282, ic c0efb8c4, nodes c0ef0350

Pass 3: ino #296, ic c0efb824, nodes c0ef2c10

Pass 3: ino #310, ic c0efb6bc, nodes c0ef5ab0

Pass 3: ino #324, ic c0efb4a0, nodes c0ef9cb0

Pass 3: ino #338, ic c0efb5b8, nodes c0ef9f50

Pass 3: ino #352, ic c0efb43c, nodes c0ef9a40

Pass 3: ino #366, ic c0efb360, nodes c0efec00

Pass 3: ino #380, ic c0f0ee28, nodes c0f00d30

Pass 3: ino #394, ic c0f0ef40, nodes c0efe4f0

Pass 3: ino #408, ic c0f0ecc0, nodes c0f03930

Pass 3: ino #422, ic c0f0e89c, nodes c0f09eb0

Pass 3: ino #436, ic c0f0e98c, nodes c0f09df0

Pass 3: ino #450, ic c0f0ea68, nodes c0f09fb0

Pass 3: ino #464, ic c0f0eb6c, nodes c0f064c0

Pass 3: ino #478, ic c0f0e338, nodes c0f0d6f0

Pass 3: ino #492, ic c0f0e4dc, nodes c0f0d9d0

Pass 3: ino #506, ic c0f0e658, nodes c0f0db90

Pass 3: ino #520, ic c0f0e7c0, nodes c0f0dd50

Pass 3: ino #17, ic c0ecb324, nodes c0ec8540

Pass 3: ino #31, ic c0edbf54, nodes c0ecfb60

Pass 3: ino #45, ic c0edbe14, nodes c0ed3ee0

Pass 3: ino #59, ic c0edb9dc, nodes c0ed3540

Pass 3: ino #73, ic c0edbacc, nodes c0ed3750

Pass 3: ino #87, ic c0edbbd0, nodes c0ed3880

Pass 3: ino #101, ic c0edbcc0, nodes c0ed3a40

Pass 3: ino #115, ic c0edb2d4, nodes c0ed3c20

Pass 3: ino #129, ic c0edb400, nodes c0edabc0

Pass 3: ino #143, ic c0edb518, nodes c0edae90

Pass 3: ino #157, ic c0edb630, nodes c0ed7a90

Pass 3: ino #171, ic c0edb748, nodes c0ed7810

Pass 3: ino #185, ic c0edb860, nodes c0ed79f0

Pass 3: ino #199, ic c0efbf90, nodes c0edd390

Pass 3: ino #213, ic c0efbc0c, nodes c0ee2950

Pass 3: ino #227, ic c0efbd24, nodes c0ee77d0

Pass 3: ino #241, ic c0efbe3c, nodes c0ee7a10

Pass 3: ino #255, ic c0efbab8, nodes c0ee7340

Pass 3: ino #269, ic c0efba2c, nodes c0eeccb0

Pass 3: ino #283, ic c0efb8d8, nodes c0ef03a0

Pass 3: ino #297, ic c0efb838, nodes c0ef2c70

Pass 3: ino #311, ic c0efb6d0, nodes c0ef5ae0

Pass 3: ino #325, ic c0efb4b4, nodes c0ef9ce0

Pass 3: ino #339, ic c0efb5cc, nodes c0ef9f80

Pass 3: ino #353, ic c0f0ef90, nodes c0ef9b40

Pass 3: ino #367, ic c0efb374, nodes c0efec30

Pass 3: ino #381, ic c0f0ee3c, nodes c0f00d60

Pass 3: ino #395, ic c0f0ef54, nodes c0efe540

Pass 3: ino #409, ic c0f0e824, nodes c0f03960

Pass 3: ino #423, ic c0f0e4a0, nodes c0f09c80

Pass 3: ino #437, ic c0f0e450, nodes c0f09e20

Pass 3: ino #451, ic c0f0ea7c, nodes c0f09fd0

Pass 3: ino #465, ic c0f0eb80, nodes c0f064f0

Pass 3: ino #479, ic c0f0e34c, nodes c0f0d740

Pass 3: ino #493, ic c0f0e504, nodes c0f0d9f0

Pass 3: ino #507, ic c0f0e66c, nodes c0f0dbb0

Pass 3: ino #521, ic c0f0e7d4, nodes c0f0dd70

Pass 3: ino #18, ic c0edbfb8, nodes c0ec85a0

Pass 3: ino #32, ic c0edbf68, nodes c0ecfbe0

Pass 3: ino #46, ic c0edb8ec, nodes c0ecf360

Pass 3: ino #60, ic c0edb9f0, nodes c0ed3570

Pass 3: ino #74, ic c0edbae0, nodes c0ed3760

Pass 3: ino #88, ic c0f0e694, nodes c0ed38c0

Pass 3: ino #102, ic c0edbcd4, nodes c0ed3a50

Pass 3: ino #116, ic c0edb2fc, nodes c0eda960

Pass 3: ino #130, ic c0edb414, nodes c0edabf0

Pass 3: ino #144, ic c0edb52c, nodes c0edaed0

Pass 3: ino #158, ic c0edb644, nodes c0ed7590

Pass 3: ino #172, ic c0edb75c, nodes c0ed77a0

Pass 3: ino #186, ic c0edb874, nodes c0ed7a80

Pass 3: ino #200, ic c0efbfa4, nodes c0edd570

Pass 3: ino #214, ic c0efbc20, nodes c0ee7630

Pass 3: ino #228, ic c0efbd38, nodes c0ee77f0

Pass 3: ino #242, ic c0efbe50, nodes c0ee7a30

Pass 3: ino #256, ic c0efbacc, nodes c0ee97d0

Pass 3: ino #270, ic c0efba40, nodes c0eeccf0

Pass 3: ino #284, ic c0efb8ec, nodes c0ef04a0

Pass 3: ino #298, ic c0efb84c, nodes c0ef2c80

Pass 3: ino #312, ic c0efb6e4, nodes c0ef5b90

Pass 3: ino #326, ic c0efb4c8, nodes c0ef9d10

Pass 3: ino #340, ic c0efb5e0, nodes c0ef9fb0

Pass 3: ino #354, ic c0f0efa4, nodes c0efe880

Pass 3: ino #368, ic c0efb388, nodes c0efec60

Pass 3: ino #382, ic c0f0ee50, nodes c0f00d90

Pass 3: ino #396, ic c0f0ef68, nodes c0efe5b0

Pass 3: ino #410, ic c0f0ec34, nodes c0f03ba0

Pass 3: ino #424, ic c0f0e8b0, nodes c0f09c70

Pass 3: ino #438, ic c0f0e9a0, nodes c0f09e10

Pass 3: ino #452, ic c0f0e3d8, nodes c0f06360

Pass 3: ino #466, ic c0f0eb94, nodes c0f06510

Pass 3: ino #480, ic c0f0e360, nodes c0f0d730

Pass 3: ino #494, ic c0f0e52c, nodes c0f0da10

Pass 3: ino #508, ic c0f0e680, nodes c0f0dbd0

Pass 3: ino #522, ic c0f0e7fc, nodes c0f0dd90

Pass 3: ino #19, ic c0edbfcc, nodes c0eccaf0

Pass 3: ino #33, ic c0edbf7c, nodes c0ecfc60

Pass 3: ino #47, ic c0edb900, nodes c0ed7ea0

Pass 3: ino #61, ic c0edba04, nodes c0ed35a0

Pass 3: ino #75, ic c0edbaf4, nodes c0ed3780

Pass 3: ino #89, ic c0edbbe4, nodes c0ed38b0

Pass 3: ino #103, ic c0edbce8, nodes c0ed3a60

Pass 3: ino #117, ic c0edb310, nodes c0eda990

Pass 3: ino #131, ic c0edb428, nodes c0edac20

Pass 3: ino #145, ic c0edb540, nodes c0edaf30

Pass 3: ino #159, ic c0edb658, nodes c0ed7580

Pass 3: ino #173, ic c0edb770, nodes c0ed77d0

Pass 3: ino #187, ic c0edb888, nodes c0ed7a40

Pass 3: ino #201, ic c0efbef0, nodes c0edd5e0

Pass 3: ino #215, ic c0efbc34, nodes c0ee7740

Pass 3: ino #229, ic c0efbd4c, nodes c0ee7810

Pass 3: ino #243, ic c0efbe64, nodes c0ee7a70

Pass 3: ino #257, ic c0efbae0, nodes c0ee9820

Pass 3: ino #271, ic c0efb9b4, nodes c0eecf80

Pass 3: ino #285, ic c0efb900, nodes c0ef0510

Pass 3: ino #299, ic c0efb860, nodes c0ef2cf0

Pass 3: ino #313, ic c0efb6f8, nodes c0ef5b50

Pass 3: ino #327, ic c0efb4dc, nodes c0ef9d40

Pass 3: ino #341, ic c0efb5f4, nodes c0ef5340

Pass 3: ino #355, ic c0f0efb8, nodes c0efe8b0

Pass 3: ino #369, ic c0efb39c, nodes c0efec90

Pass 3: ino #383, ic c0f0ee64, nodes c0f00dc0

Pass 3: ino #397, ic c0f0ef7c, nodes c0efe5f0

Pass 3: ino #411, ic c0f0ec48, nodes c0f06980

Pass 3: ino #425, ic c0f0e478, nodes c0f09db0

Pass 3: ino #439, ic c0f0e9b4, nodes c0f09e40

Pass 3: ino #453, ic c0f0ea90, nodes c0f06350

Pass 3: ino #467, ic c0f0eba8, nodes c0f06560

Pass 3: ino #481, ic c0f0e374, nodes c0f0d760

Pass 3: ino #495, ic c0f0e554, nodes c0f0da30

Pass 3: ino #509, ic c0f0e6a8, nodes c0f0dbf0

Pass 3: ino #523, ic c0f0e2c0, nodes c0f0de00

Pass 3: ino #20, ic c0edbfe0, nodes c0eccb50

Pass 3: ino #34, ic c0edbe28, nodes c0ecfcc0

Pass 3: ino #48, ic c0edb914, nodes c0ed7ed0

Pass 3: ino #62, ic c0edba18, nodes c0ed35e0

Pass 3: ino #76, ic c0edbb08, nodes c0ed3790

Pass 3: ino #90, ic c0edbbf8, nodes c0ed3900

Pass 3: ino #104, ic c0edbcfc, nodes c0ed3a70

Pass 3: ino #118, ic c0edb324, nodes c0eda9c0

Pass 3: ino #132, ic c0edb43c, nodes c0edac50

Pass 3: ino #146, ic c0edb554, nodes c0edafa0

Pass 3: ino #160, ic c0edb66c, nodes c0ed75e0

Pass 3: ino #174, ic c0edb784, nodes c0ed7800

Pass 3: ino #188, ic c0edb89c, nodes c0ed7a70

Pass 3: ino #202, ic c0efbf04, nodes c0ee2a90

Pass 3: ino #216, ic c0efbc48, nodes c0ee7690

Pass 3: ino #230, ic c0efbd60, nodes c0ee7840

Pass 3: ino #244, ic c0efba68, nodes c0ee7aa0

Pass 3: ino #258, ic c0efbaf4, nodes c0ee9860

Pass 3: ino #272, ic c0efb9c8, nodes c0ef0c20

Pass 3: ino #286, ic c0efb914, nodes c0ef05b0

Pass 3: ino #300, ic c0efb874, nodes c0ef2d60

Pass 3: ino #314, ic c0efb70c, nodes c0ef5b80

Pass 3: ino #328, ic c0efb4f0, nodes c0ef9d70

Pass 3: ino #342, ic c0efb608, nodes c0ef5370

Pass 3: ino #356, ic c0f0efcc, nodes c0efea20

Pass 3: ino #370, ic c0efb3b0, nodes c0efedf0

Pass 3: ino #384, ic c0f0ee78, nodes c0f00df0

Pass 3: ino #398, ic c0f0ecd4, nodes c0efe650

Pass 3: ino #412, ic c0f0ec5c, nodes c0f06a00

Pass 3: ino #426, ic c0f0e8c4, nodes c0f09ca0

Pass 3: ino #440, ic c0f0e9c8, nodes c0f09e60

Pass 3: ino #454, ic c0f0eaa4, nodes c0f06380

Pass 3: ino #468, ic c0f0ebbc, nodes c0f06550

Pass 3: ino #482, ic c0f0e388, nodes c0f0d840

Pass 3: ino #496, ic c0f0e568, nodes c0f0da50

Pass 3: ino #510, ic c0f0e6d0, nodes c0f0dc10

Pass 3: ino #7, ic c0f0e7e8, nodes c0ec8550

Pass 3: ino #21, ic c0ecb2c0, nodes c0eccc50

Pass 3: ino #35, ic c0edbe3c, nodes c0ecf3f0

Pass 3: ino #49, ic c0edb2e8, nodes c0ed3c00

Pass 3: ino #63, ic c0edba2c, nodes c0ed3610

Pass 3: ino #77, ic c0edbb1c, nodes c0ed37a0

Pass 3: ino #91, ic c0edbc0c, nodes c0ed38f0

Pass 3: ino #105, ic c0edbd10, nodes c0ed3a80

Pass 3: ino #119, ic c0edb338, nodes c0eda9f0

Pass 3: ino #133, ic c0edb450, nodes c0edac80

Pass 3: ino #147, ic c0edb568, nodes c0ed7340

Pass 3: ino #161, ic c0edb680, nodes c0ed75d0

Pass 3: ino #175, ic c0edb798, nodes c0ed78c0

Pass 3: ino #189, ic c0edb8b0, nodes c0ed7ab0

Pass 3: ino #203, ic c0efbf18, nodes c0ee2b80

Pass 3: ino #217, ic c0efbc5c, nodes c0ee7680

Pass 3: ino #231, ic c0efbd74, nodes c0ee7a80

Pass 3: ino #245, ic c0efbb44, nodes c0ee7b20

Pass 3: ino #259, ic c0efbb08, nodes c0ee98b0

Pass 3: ino #273, ic c0efb9dc, nodes c0ef0cd0

Pass 3: ino #287, ic c0efb928, nodes c0ef05f0

Pass 3: ino #301, ic c0efb888, nodes c0ef2df0

Pass 3: ino #315, ic c0efb720, nodes c0ef5c90

Pass 3: ino #329, ic c0efb504, nodes c0ef9da0

Pass 3: ino #343, ic c0efb61c, nodes c0ef53a0

Pass 3: ino #357, ic c0f0efe0, nodes c0efea50

Pass 3: ino #371, ic c0efb3c4, nodes c0efef30

Pass 3: ino #385, ic c0f0ee8c, nodes c0f00e20

Pass 3: ino #399, ic c0f0ecfc, nodes c0f00610

Pass 3: ino #413, ic c0f0ec70, nodes c0f06a40

Pass 3: ino #427, ic c0f0e8d8, nodes c0f09cc0

Pass 3: ino #441, ic c0f0e9dc, nodes c0f09e80

Pass 3: ino #455, ic c0f0eab8, nodes c0f06390

Pass 3: ino #469, ic c0f0ebd0, nodes c0f06580

Pass 3: ino #483, ic c0f0e39c, nodes c0f0d8b0

Pass 3: ino #497, ic c0f0e57c, nodes c0f0da70

Pass 3: ino #511, ic c0f0e6e4, nodes c0f0dc30

Pass 3: ino #22, ic c0edbf90, nodes c0ecce20

Pass 3: ino #36, ic c0edbe50, nodes c0ecf4e0

Pass 3: ino #50, ic c0edb928, nodes c0ed7f00

Pass 3: ino #64, ic c0edba40, nodes c0ed3640

Pass 3: ino #78, ic c0edbb30, nodes c0ed37b0

Pass 3: ino #92, ic c0edbc20, nodes c0ed39c0

Pass 3: ino #106, ic c0edbd24, nodes c0ed3aa0

Pass 3: ino #120, ic c0edb34c, nodes c0edaa30

Pass 3: ino #134, ic c0edb464, nodes c0edacb0

Pass 3: ino #148, ic c0edb57c, nodes c0ed7370

Pass 3: ino #162, ic c0edb694, nodes c0ed7630

Pass 3: ino #176, ic c0edb7ac, nodes c0ed7850

Pass 3: ino #190, ic c0edb8c4, nodes c0ed7ae0

Pass 3: ino #204, ic c0efbf2c, nodes c0ee2c70

Pass 3: ino #218, ic c0efbc70, nodes c0ee7730

Pass 3: ino #232, ic c0efbd88, nodes c0ee7a40

Pass 3: ino #246, ic c0efbb58, nodes c0ee9b80

Pass 3: ino #260, ic c0efbb1c, nodes c0ee9900

Pass 3: ino #274, ic c0efb9f0, nodes c0ef0d30

Pass 3: ino #288, ic c0efb93c, nodes c0ef0640

Pass 3: ino #302, ic c0efb784, nodes c0ef2e80

Pass 3: ino #316, ic c0efb734, nodes c0ef5c50

Pass 3: ino #330, ic c0efb518, nodes c0ef9dd0

Pass 3: ino #344, ic c0efb630, nodes c0ef53d0

Pass 3: ino #358, ic c0efb2c0, nodes c0efea80

Pass 3: ino #372, ic c0efb3d8, nodes c0efef60

Pass 3: ino #386, ic c0f0eea0, nodes c0f00ef0

Pass 3: ino #400, ic c0f0ed10, nodes c0f006a0

Pass 3: ino #414, ic c0f0ec84, nodes c0f06ad0

Pass 3: ino #428, ic c0f0e8ec, nodes c0f09ce0

Pass 3: ino #442, ic c0f0e9f0, nodes c0f09ea0

Pass 3: ino #456, ic c0f0eacc, nodes c0f063b0

Pass 3: ino #470, ic c0f0ebe4, nodes c0f065a0

Pass 3: ino #484, ic c0f0e3c4, nodes c0f0d8d0

Pass 3: ino #498, ic c0f0e590, nodes c0f0da90

Pass 3: ino #512, ic c0f0e6f8, nodes c0f0dc50

Pass 3: ino #23, ic c0edbfa4, nodes c0ecc3b0

Pass 3: ino #37, ic c0edbe64, nodes c0ecf570

Pass 3: ino #51, ic c0edb93c, nodes c0ed7f30

Pass 3: ino #65, ic c0edba54, nodes c0ed3670

Pass 3: ino #79, ic c0f0e6bc, nodes c0ed3850

Pass 3: ino #93, ic c0edbc34, nodes c0ed3930

Pass 3: ino #107, ic c0edbd38, nodes c0ed3ac0

Pass 3: ino #121, ic c0edb360, nodes c0edaa50

Pass 3: ino #135, ic c0edb478, nodes c0edace0

Pass 3: ino #149, ic c0edb590, nodes c0ed73a0

Pass 3: ino #163, ic c0edb6a8, nodes c0ed7620

Pass 3: ino #177, ic c0edb7c0, nodes c0ed7880

Pass 3: ino #191, ic c0edb8d8, nodes c0ed7b10

Pass 3: ino #205, ic c0efbf40, nodes c0ee2c80

Pass 3: ino #219, ic c0efbc84, nodes c0ee76c0

Pass 3: ino #233, ic c0efbd9c, nodes c0ee7890

Pass 3: ino #247, ic c0efbb6c, nodes c0ee9c20

Pass 3: ino #261, ic c0efbb30, nodes c0ee9aa0

Pass 3: ino #275, ic c0efba04, nodes c0ef0e60

Pass 3: ino #289, ic c0efb950, nodes c0ef0680

Pass 3: ino #303, ic c0efb798, nodes c0ef2730

Pass 3: ino #317, ic c0efb748, nodes c0ef5c80

Pass 3: ino #331, ic c0efb52c, nodes c0ef9e00

Pass 3: ino #345, ic c0efb644, nodes c0ef5400

Pass 3: ino #359, ic c0efb2d4, nodes c0efeab0

Pass 3: ino #373, ic c0f0ed88, nodes c0ef9400

Pass 3: ino #387, ic c0f0eeb4, nodes c0f00f20

Pass 3: ino #401, ic c0f0ed24, nodes c0f006e0

Pass 3: ino #415, ic c0f0e810, nodes c0f06b50

Pass 3: ino #429, ic c0f0e900, nodes c0f09d00

Pass 3: ino #443, ic c0f0ea04, nodes c0f09ec0

Pass 3: ino #457, ic c0f0eae0, nodes c0f063d0

Pass 3: ino #471, ic c0f0ebf8, nodes c0f065c0

Pass 3: ino #485, ic c0f0e3ec, nodes c0f0d8f0

Pass 3: ino #499, ic c0f0e5b8, nodes c0f0dab0

Pass 3: ino #513, ic c0f0e70c, nodes c0f0dc70

Pass 3: ino #24, ic c0edbec8, nodes c0ecc440

Pass 3: ino #38, ic c0edbe78, nodes c0ecf5f0

Pass 3: ino #52, ic c0edb950, nodes c0ed35b0

Pass 3: ino #66, ic c0edba68, nodes c0ed36a0

Pass 3: ino #80, ic c0edbb44, nodes c0ed37e0

Pass 3: ino #94, ic c0edbc48, nodes c0ed3950

Pass 3: ino #108, ic c0edbd4c, nodes c0ed3b70

Pass 3: ino #122, ic c0edb374, nodes c0edaa80

Pass 3: ino #136, ic c0edb48c, nodes c0edad10

Pass 3: ino #150, ic c0edb5a4, nodes c0ed73d0

Pass 3: ino #164, ic c0edb6bc, nodes c0ed7710

Pass 3: ino #178, ic c0edb7d4, nodes c0ed78b0

Pass 3: ino #192, ic c0f0e5a4, nodes c0ed7b40

Pass 3: ino #206, ic c0efbf54, nodes c0ee2cd0

Pass 3: ino #220, ic c0efbc98, nodes c0ee76e0

Pass 3: ino #234, ic c0efbdb0, nodes c0ee78c0

Pass 3: ino #248, ic c0efbb80, nodes c0ee9ca0

Pass 3: ino #262, ic c0efba54, nodes c0ee9ae0

Pass 3: ino #276, ic c0efb964, nodes c0ef0e90

Pass 3: ino #290, ic c0efb7ac, nodes c0ef06a0

Pass 3: ino #304, ic c0f0e4f0, nodes c0ef2750

Pass 3: ino #318, ic c0f0ed9c, nodes c0ef5ce0

Pass 3: ino #332, ic c0efb540, nodes c0ef9e30

Pass 3: ino #346, ic c0efb658, nodes c0ef54e0

Pass 3: ino #360, ic c0efb2e8, nodes c0efeae0

Pass 3: ino #374, ic c0f0edb0, nodes c0f00b60

Pass 3: ino #388, ic c0f0eec8, nodes c0f00fc0

Pass 3: ino #402, ic c0f0ed38, nodes c0f00720

Pass 3: ino #416, ic c0f0e838, nodes c0f09b90

Pass 3: ino #430, ic c0f0e914, nodes c0f09d20

Pass 3: ino #444, ic c0f0e3b0, nodes c0f063e0

Pass 3: ino #458, ic c0f0eaf4, nodes c0f06610

Pass 3: ino #472, ic c0f0ec0c, nodes c0f065e0

Pass 3: ino #486, ic c0f0e414, nodes c0f0d910

Pass 3: ino #500, ic c0f0e5cc, nodes c0f0dad0

Pass 3: ino #514, ic c0f0e720, nodes c0f0dc90

Pass 3: ino #25, ic c0edbedc, nodes c0ecf890

Pass 3: ino #39, ic c0edbe8c, nodes c0ecf720

Pass 3: ino #53, ic c0edb964, nodes c0ed3420

Pass 3: ino #67, ic c0edba7c, nodes c0ed36d0

Pass 3: ino #81, ic c0edbb58, nodes c0ed37f0

Pass 3: ino #95, ic c0edbc5c, nodes c0ed39b0

Pass 3: ino #109, ic c0edbd60, nodes c0ed3b10

Pass 3: ino #123, ic c0edb388, nodes c0edafb0

Pass 3: ino #137, ic c0edb4a0, nodes c0edad40

Pass 3: ino #151, ic c0edb5b8, nodes c0ed7400

Pass 3: ino #165, ic c0edb6d0, nodes c0ed7670

Pass 3: ino #179, ic c0edb7e8, nodes c0ed7a00

Pass 3: ino #193, ic c0edb2c0, nodes c0ed7c60

Pass 3: ino #207, ic c0efbe78, nodes c0ee2d90

Pass 3: ino #221, ic c0efbcac, nodes c0ee7700

Pass 3: ino #235, ic c0efbdc4, nodes c0ee78f0

Pass 3: ino #249, ic c0efbb94, nodes c0ee9cf0

Pass 3: ino #263, ic c0efba7c, nodes c0ee9600

Pass 3: ino #277, ic c0efb978, nodes c0ef0750

Pass 3: ino #291, ic c0efb7c0, nodes c0ef2ab0

Pass 3: ino #305, ic c0efb770, nodes c0ef29b0

Pass 3: ino #319, ic c0efb75c, nodes c0ef5cd0

Pass 3: ino #333, ic c0efb554, nodes c0ef9e60

Pass 3: ino #347, ic c0efb66c, nodes c0ef5710

Pass 3: ino #361, ic c0efb2fc, nodes c0efeb10

Pass 3: ino #375, ic c0f0edc4, nodes c0f00b90

Pass 3: ino #389, ic c0f0eedc, nodes c0f00f80

Pass 3: ino #403, ic c0f0ed4c, nodes c0f00760

Pass 3: ino #417, ic c0f0e84c, nodes c0f09be0

Pass 3: ino #431, ic c0f0e928, nodes c0f09d40

Pass 3: ino #445, ic c0f0e400, nodes c0f09f70

Pass 3: ino #459, ic c0f0eb08, nodes c0f06470

Pass 3: ino #473, ic c0f0ec20, nodes c0f06600

Pass 3: ino #487, ic c0f0e43c, nodes c0f0d930

Pass 3: ino #501, ic c0f0e5e0, nodes c0f0daf0

Pass 3: ino #515, ic c0f0e748, nodes c0f0dcb0

Pass 3: ino #26, ic c0edbef0, nodes c0ecf8e0

Pass 3: ino #40, ic c0edbea0, nodes c0ecf770

Pass 3: ino #54, ic c0edb978, nodes c0ed3450

Pass 3: ino #68, ic c0f0e7ac, nodes c0ed3730

Pass 3: ino #82, ic c0edbb6c, nodes c0ed3800

Pass 3: ino #96, ic c0f0e5f4, nodes c0ed3ad0

Pass 3: ino #110, ic c0edbd74, nodes c0ed3b60

Pass 3: ino #124, ic c0edb39c, nodes c0edaad0

Pass 3: ino #138, ic c0edb4b4, nodes c0edada0

Pass 3: ino #152, ic c0edb5cc, nodes c0ed7440

Pass 3: ino #166, ic c0edb6e4, nodes c0ed76a0

Pass 3: ino #180, ic c0edb7fc, nodes c0ed7900

Pass 3: ino #194, ic c0efbfb8, nodes c0eda3d0

Pass 3: ino #208, ic c0efbe8c, nodes c0ee2600

Pass 3: ino #222, ic c0efbcc0, nodes c0ee7720

Pass 3: ino #236, ic c0efbdd8, nodes c0ee7920

Pass 3: ino #250, ic c0efbba8, nodes c0ee9db0

Pass 3: ino #264, ic c0efba90, nodes c0ee9630

Pass 3: ino #278, ic c0efb98c, nodes c0ef0850

Pass 3: ino #292, ic c0efb7d4, nodes c0ef2b20

Pass 3: ino #306, ic c0efb680, nodes c0ef25f0

Pass 3: ino #320, ic c0efb450, nodes c0ef5dd0

Pass 3: ino #334, ic c0efb568, nodes c0ef9e90

Pass 3: ino #348, ic c0efb3ec, nodes c0ef57b0

Pass 3: ino #362, ic c0efb310, nodes c0efeb40

Pass 3: ino #376, ic c0f0edd8, nodes c0f00bc0

Pass 3: ino #390, ic c0f0eef0, nodes c0f00fb0

Pass 3: ino #404, ic c0f0ed60, nodes c0f00790

Pass 3: ino #418, ic c0f0e428, nodes c0f09ed0

Pass 3: ino #432, ic c0f0e93c, nodes c0f09d60

Pass 3: ino #446, ic c0f0ea18, nodes c0f09f00

Pass 3: ino #460, ic c0f0eb1c, nodes c0f06440

Pass 3: ino #474, ic c0f0e2e8, nodes c0f066f0

Pass 3: ino #488, ic c0f0e464, nodes c0f0d950

Pass 3: ino #502, ic c0f0e608, nodes c0f0db10

Pass 3: ino #516, ic c0f0e75c, nodes c0f0dcd0

Pass 3: ino #13, ic c0ecb2d4, nodes c0eccef0

Pass 3: ino #27, ic c0edbf04, nodes c0ecf970

Pass 3: ino #41, ic c0edbeb4, nodes c0ecf7d0

Pass 3: ino #55, ic c0edb98c, nodes c0ed3480

Pass 3: ino #69, ic c0edba90, nodes c0ed3700

Pass 3: ino #83, ic c0edbb80, nodes c0ed3820

Pass 3: ino #97, ic c0edbc70, nodes c0ed39e0

Pass 3: ino #111, ic c0edbd88, nodes c0ed3b50

Pass 3: ino #125, ic c0edb3b0, nodes c0edab00

Pass 3: ino #139, ic c0edb4c8, nodes c0edadd0

Pass 3: ino #153, ic c0edb5e0, nodes c0ed7470

Pass 3: ino #167, ic c0edb6f8, nodes c0ed76d0

Pass 3: ino #181, ic c0edb810, nodes c0ed7930

Pass 3: ino #195, ic c0efbfcc, nodes c0eddbc0

Pass 3: ino #209, ic c0efbea0, nodes c0ee27e0

Pass 3: ino #223, ic c0efbcd4, nodes c0ee7820

Pass 3: ino #237, ic c0efbdec, nodes c0ee7950

Pass 3: ino #251, ic c0efbbbc, nodes c0ee9e00

Pass 3: ino #265, ic c0f0e518, nodes c0ee9650

Pass 3: ino #279, ic c0efb9a0, nodes c0ef0a20

Pass 3: ino #293, ic c0efb7e8, nodes c0ef2bb0

Pass 3: ino #307, ic c0efb694, nodes c0ef5a10

Pass 3: ino #321, ic c0efb464, nodes c0ef9c20

Pass 3: ino #335, ic c0efb57c, nodes c0ef9ec0

Pass 3: ino #349, ic c0efb400, nodes c0ef9730

Pass 3: ino #363, ic c0efb324, nodes c0efeb70

Pass 3: ino #377, ic c0f0edec, nodes c0f00bf0

Pass 3: ino #391, ic c0f0ef04, nodes c0efe480

Pass 3: ino #405, ic c0f0ed74, nodes c0f007e0

Pass 3: ino #419, ic c0f0e860, nodes c0f09c10

Pass 3: ino #433, ic c0f0e950, nodes c0f09d80

Pass 3: ino #447, ic c0f0ea2c, nodes c0f09f60

Pass 3: ino #461, ic c0f0eb30, nodes c0f06460

Pass 3: ino #475, ic c0f0e2fc, nodes c0f0d6a0

Pass 3: ino #489, ic c0f0e48c, nodes c0f0d970

Pass 3: ino #503, ic c0f0e61c, nodes c0f0db30

Pass 3: ino #517, ic c0f0e770, nodes c0f0dcf0

Pass 3 complete

Rotating clean_list by 2

Erase block at front of clean_list is at 00820000

Rotating dirty_list by 24

Erase block at front of dirty_list is at 00ca0000

Not rotating empty erasable_list

Not rotating empty erase_pending_list

Rotating free_list by 28

Erase block at front of free_list is at 00440000

jffs2_do_fill_super(): Getting root inode

jffs2_read_inode(): inode->i_ino == 1

jffs2_do_read_inode(): ino #1 nlink is 1

jffs2_get_inode_nodes(): ino #1

Node at 00ed392c is a dirent node

Adding fd "etc", ino #49

jffs2_add_fd_to_list( c01eade0, c01fdd20 (->00000000))

Dirent "etc" (hash 0x0024a603, ino #49

Node at 00ed37f0 is a dirent node

Adding fd "dev", ino #48

jffs2_add_fd_to_list( c01eadc0, c01fdd20 (->c01eade0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Node at 00eb60d0 is a dirent node

Adding fd "lib", ino #192

jffs2_add_fd_to_list( c01eaf80, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Node at 00cdad48 is a dirent node

Adding fd "sbin", ino #244

jffs2_add_fd_to_list( c01eafa0, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "sbin" (hash 0x01c000e1, ino #244

Node at 00cd8adc is a dirent node

Adding fd "root", ino #231

jffs2_add_fd_to_list( c01eaf60, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Node at 00cd89a0 is a dirent node

Adding fd "proc", ino #230

jffs2_add_fd_to_list( c01eaf40, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Node at 00cd80f8 is a dirent node

Adding fd "opt", ino #223

jffs2_add_fd_to_list( c01ead40, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Node at 00cd7704 is a dirent node

Adding fd "nfs", ino #215

jffs2_add_fd_to_list( c01eaf20, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Node at 00c7d668 is a dirent node

Adding fd "usr", ino #265

jffs2_add_fd_to_list( c01eaee0, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Node at 00c7d4e8 is a dirent node

Adding fd "tmp", ino #264

jffs2_add_fd_to_list( c01eafe0, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Node at 009712d4 is a dirent node

Adding fd "zImage", ino #474

jffs2_add_fd_to_list( c01eafc0, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Node at 0096fd40 is a dirent node

Adding fd "var", ino #458

jffs2_add_fd_to_list( c01eaec0, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Node at 008b4f4c is a dirent node

Adding fd "BOM-v1.0a-REL_04_19-md5sum", ino #483

jffs2_add_fd_to_list( c01e8ce0, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Node at 008b2364 is a dirent node

Adding fd "BOM-v1.0a-REL_04_19-ls", ino #482

jffs2_add_fd_to_list( c01e88a0, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

Node at 008b2298 is a dirent node

Adding fd "mirrors", ino #481

jffs2_add_fd_to_list( c01eaea0, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

Node at 008b2060 is a dirent node

Adding fd "home", ino #479

jffs2_add_fd_to_list( c01eae60, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

Node at 008b1d60 is a dirent node

Adding fd "nobackup", ino #476

jffs2_add_fd_to_list( c01e88e0, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

Node at 008b1bf4 is a dirent node

Adding fd "kernel_cmdline", ino #475

jffs2_add_fd_to_list( c01e8920, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

Node at 00818218 is a dirent node

Adding fd "zImageN", ino #0

jffs2_add_fd_to_list( c01eae20, c01fdd20 (->c01eadc0))

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

Node at 008181ec is a dirent node

Adding fd "z", ino #523

jffs2_add_fd_to_list( c01ead80, c01fdd20 (->c01eadc0))

Dirent "z" (hash 0x0000542d, ino #523

Dirent "dev" (hash 0x0023ee05, ino #48

Dirent "etc" (hash 0x0024a603, ino #49

Dirent "lib" (hash 0x002697fa, ino #192

Dirent "nfs" (hash 0x00273365, ino #215

Dirent "opt" (hash 0x0027d35e, ino #223

Dirent "tmp" (hash 0x00295e98, ino #264

Dirent "var" (hash 0x0029ab98, ino #458

Dirent "usr" (hash 0x0029e101, ino #265

Dirent "home" (hash 0x019cc780, ino #479

Dirent "proc" (hash 0x01baa5b4, ino #230

Dirent "sbin" (hash 0x01c000e1, ino #244

Dirent "root" (hash 0x01c0d8cc, ino #231

Dirent "kernel_cmdline" (hash 0x64b5b4d8, ino #475

Dirent "zImageN" (hash 0x717ca1a5, ino #0

Dirent "mirrors" (hash 0xb607dc6a, ino #481

Dirent "BOM-v1.0a-REL_04_19-md5sum" (hash 0xc65dccd1, ino #483

Dirent "zImage" (hash 0xdbc57e2b, ino #474

Dirent "nobackup" (hash 0xf056f0f4, ino #476

Dirent "BOM-v1.0a-REL_04_19-ls" (hash 0xff66cbf3, ino #482

jffs2_read_inode() returning

jffs2_do_fill_super(): d_alloc_root()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d0d6c

jffs2_garbage_collect_thread sleeping...

JFFS2: Garbage collect thread is pid 8

VFS: Mounted root (jffs2 filesystem).

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 48

jffs2_do_read_inode(): ino #48 nlink is 1

jffs2_get_inode_nodes(): ino #48

Node at 00ed38a4 is a data node

version 4, highest_version now 4

dnode @00ed38a4: ver 4, offset 0000, dsize 0000

metadata @00ed38a4: ver 4

jffs2_read_inode() returning

Mounted devfs on /dev

Freeing init memory: 56K

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 244

jffs2_do_read_inode(): ino #244 nlink is 1

jffs2_get_inode_nodes(): ino #244

Node at 00cdadb8 is a dirent node

Adding fd "arp", ino #245

jffs2_add_fd_to_list( c01eae40, c01fdb8c (->00000000))

Dirent "arp" (hash 0x0023531e, ino #245

Node at 00cbe928 is a dirent node

Adding fd "pump", ino #255

jffs2_add_fd_to_list( c0f0b980, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "pump" (hash 0x01bb991f, ino #255

Node at 00cbc3f0 is a dirent node

Adding fd "shutdown", ino #254

jffs2_add_fd_to_list( c01e8c60, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "shutdown" (hash 0x9c5240de, ino #254

Node at 00cb46c0 is a dirent node

Adding fd "ifconfig", ino #253

jffs2_add_fd_to_list( c01e8c20, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Node at 00cb3478 is a dirent node

Adding fd "swapoff", ino #252

jffs2_add_fd_to_list( c0f0b6e0, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Node at 00cb1cd4 is a dirent node

Adding fd "sulogin", ino #251

jffs2_add_fd_to_list( c0f0b360, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Node at 00cab964 is a dirent node

Adding fd "route", ino #250

jffs2_add_fd_to_list( c0f0be60, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Node at 00caa614 is a dirent node

Adding fd "rdate", ino #249

jffs2_add_fd_to_list( c0f0b4c0, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Node at 00ca72dc is a dirent node

Adding fd "klogd", ino #248

jffs2_add_fd_to_list( c0f0bb60, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Node at 00ca270c is a dirent node

Adding fd "init", ino #247

jffs2_add_fd_to_list( c0f0b4a0, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Node at 00ca1184 is a dirent node

Adding fd "halt", ino #246

jffs2_add_fd_to_list( c0f0b940, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Node at 00c9e160 is a dirent node

Adding fd "insmod", ino #262

jffs2_add_fd_to_list( c0f0b6c0, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Node at 00c8e790 is a dirent node

Adding fd "rmmod", ino #261

jffs2_add_fd_to_list( c0f0b300, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Node at 00c8ce24 is a dirent node

Adding fd "killall5", ino #260

jffs2_add_fd_to_list( c01e8da0, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Node at 00c8b160 is a dirent node

Adding fd "portmap", ino #259

jffs2_add_fd_to_list( c0f0be20, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "portmap" (hash 0xf91b16c4, ino #259

Node at 00c89e54 is a dirent node

Adding fd "swapon", ino #258

jffs2_add_fd_to_list( c0f0b280, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

Node at 00c88634 is a dirent node

Adding fd "reboot", ino #257

jffs2_add_fd_to_list( c0f0bc00, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

Node at 00c861c8 is a dirent node

Adding fd "agetty", ino #256

jffs2_add_fd_to_list( c0f0b3e0, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

Node at 00c7d460 is a data node

version 23, highest_version now 23

dnode @00c7d460: ver 23, offset 0000, dsize 0000

Node at 00c6dc2c is a dirent node

Adding fd "lsmod", ino #263

jffs2_add_fd_to_list( c0f0b420, c01fdb8c (->c01eae40))

Dirent "arp" (hash 0x0023531e, ino #245

Dirent "halt" (hash 0x01983dab, ino #246

Dirent "init" (hash 0x019ff37b, ino #247

Dirent "pump" (hash 0x01bb991f, ino #255

Dirent "klogd" (hash 0x1228c8e2, ino #248

Dirent "lsmod" (hash 0x1268ef53, ino #263

Dirent "rdate" (hash 0x131db826, ino #249

Dirent "rmmod" (hash 0x1341a2fd, ino #261

Dirent "route" (hash 0x134b8ec9, ino #250

Dirent "killall5" (hash 0x2e1a819f, ino #260

Dirent "sulogin" (hash 0x3a17d316, ino #251

Dirent "swapoff" (hash 0x3bce9f37, ino #252

Dirent "ifconfig" (hash 0x4eec2f70, ino #253

Dirent "shutdown" (hash 0x9c5240de, ino #254

Dirent "agetty" (hash 0xb5f83c9f, ino #256

Dirent "insmod" (hash 0xc4bf50b9, ino #262

Dirent "reboot" (hash 0xd270c4ec, ino #257

Dirent "swapon" (hash 0xd6e43c1f, ino #258

Dirent "portmap" (hash 0xf91b16c4, ino #259

metadata @00c7d460: ver 23

jffs2_read_inode() returning

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 247

jffs2_do_read_inode(): ino #247 nlink is 1

jffs2_get_inode_nodes(): ino #247

Node at 00ca7254 is a data node

version 14, highest_version now 14

dnode @00ca7254: ver 14, offset 0000, dsize 0000

Node at 00ca715c is a data node

version 12, highest_version now 14

dnode @00ca715c: ver 12, offset 7000, dsize 00e8

Node at 00ca6a88 is a data node

version 11, highest_version now 14

dnode @00ca6a88: ver 11, offset 6000, dsize 1000

Node at 00ca5e0c is a data node

version 9, highest_version now 14

dnode @00ca5e0c: ver 9, offset 5000, dsize 1000

Node at 00ca540c is a data node

version 8, highest_version now 14

dnode @00ca540c: ver 8, offset 4000, dsize 1000

Node at 00ca49fc is a data node

version 7, highest_version now 14

dnode @00ca49fc: ver 7, offset 3000, dsize 1000

Node at 00ca3844 is a data node

version 5, highest_version now 14

dnode @00ca3844: ver 5, offset 2000, dsize 1000

Node at 00ca30c4 is a data node

version 4, highest_version now 14

dnode @00ca30c4: ver 4, offset 1000, dsize 1000

Node at 00ca2738 is a data node

version 2, highest_version now 14

dnode @00ca2738: ver 2, offset 0000, dsize 1000

jffs2_add_full_dnode_to_inode(ino #247, f c00333a0, fn c0f0c7f0)

jffs2_add_full_dnode_to_inode(ino #247, f c00333a0, fn c0f0c800)

jffs2_add_full_dnode_to_inode(ino #247, f c00333a0, fn c0f0c810)

jffs2_add_full_dnode_to_inode(ino #247, f c00333a0, fn c0f0c820)

jffs2_add_full_dnode_to_inode(ino #247, f c00333a0, fn c0f0c830)

jffs2_add_full_dnode_to_inode(ino #247, f c00333a0, fn c0f0c400)

jffs2_add_full_dnode_to_inode(ino #247, f c00333a0, fn c0f0c4e0)

jffs2_add_full_dnode_to_inode(ino #247, f c00333a0, fn c0f0c5c0)

metadata @00ca7254: ver 14

Truncating fraglist to 0x000070e8 bytes

jffs2_read_inode() returning

jffs2_do_readpage_nolock(): ino #247, page at offset 0x0

jffs2_read_inode_range: ino #247, range 0x00000000-0x00001000

Reading 0-4096 from node at 0xca2738

Node read from 00ca2738: node_crc 1eab41ec, calculated CRC 1eab41ec. dsize 1000, csize 75a, offset 0, buf c0032000

readpage finished

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 192

jffs2_do_read_inode(): ino #192 nlink is 1

jffs2_get_inode_nodes(): ino #192

Node at 00eb6140 is a dirent node

Adding fd "libm.so.6", ino #193

jffs2_add_fd_to_list( c01e8d60, c01fda3c (->00000000))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Node at 00e5daf0 is a dirent node

Adding fd "libwrap.so.0", ino #194

jffs2_add_fd_to_list( c01e8760, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Node at 00e3c498 is a dirent node

Adding fd "libncurses.so.5", ino #197

jffs2_add_fd_to_list( c01e87a0, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Node at 00e312a8 is a dirent node

Adding fd "libresolv.so.2", ino #196

jffs2_add_fd_to_list( c01e8fa0, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Node at 00e2a978 is a dirent node

Adding fd "libnss_files.so.2", ino #195

jffs2_add_fd_to_list( c01e8e20, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Node at 00dfd614 is a dirent node

Adding fd "libnsl-2.2.4.so", ino #201

jffs2_add_fd_to_list( c01e87e0, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Node at 00df1d28 is a dirent node

Adding fd "libpthread.so.0", ino #200

jffs2_add_fd_to_list( c01e8820, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Node at 00def358 is a dirent node

Adding fd "libnss_dns-2.2.4.so", ino #199

jffs2_add_fd_to_list( c01e8860, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Node at 00de88b0 is a dirent node

Adding fd "libproc.so.2.0.7", ino #198

jffs2_add_fd_to_list( c01e8a20, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Node at 00dd9250 is a dirent node

Adding fd "libnss_compat.so.2", ino #207

jffs2_add_fd_to_list( c01e8a60, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Node at 00dd77d0 is a dirent node

Adding fd "libutil.so.1", ino #206

jffs2_add_fd_to_list( c01e8aa0, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Node at 00dd0a80 is a dirent node

Adding fd "libnss_nis-2.2.4.so", ino #204

jffs2_add_fd_to_list( c01e8ae0, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Node at 00dc9a5c is a dirent node

Adding fd "libnss_nisplus-2.2.4.so", ino #203

jffs2_add_fd_to_list( c01e89e0, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Node at 00dbaf34 is a dirent node

Adding fd "libc.so.6", ino #213

jffs2_add_fd_to_list( c01e8de0, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Node at 00db86b0 is a dirent node

Adding fd "libnss_dns.so.2", ino #211

jffs2_add_fd_to_list( c01e8ca0, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Node at 00db6998 is a dirent node

Adding fd "libdl.so.2", ino #210

jffs2_add_fd_to_list( c01e8560, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Node at 00da4ae8 is a dirent node

Adding fd "ld-linux.so.2", ino #209

jffs2_add_fd_to_list( c01e8b20, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Node at 00da0c2c is a dirent node

Adding fd "libcrypt.so.1", ino #208

jffs2_add_fd_to_list( c01e8b60, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Node at 00cd767c is a data node

version 26, highest_version now 26

dnode @00cd767c: ver 26, offset 0000, dsize 0000

Node at 00cd2a58 is a dirent node

Adding fd "librt.so.1", ino #214

jffs2_add_fd_to_list( c01e8ba0, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

Node at 008b87bc is a dirent node

Adding fd "libnss_nis.so.2", ino #501

jffs2_add_fd_to_list( c01e8be0, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

Node at 008b86a4 is a dirent node

Adding fd "libnsl.so.1", ino #500

jffs2_add_fd_to_list( c01e86e0, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

Node at 008b8584 is a dirent node

Adding fd "libnss_nisplus.so.2", ino #499

jffs2_add_fd_to_list( c01e8660, c01fda3c (->c01e8d60))

Dirent "libm.so.6" (hash 0x03eddac2, ino #193

Dirent "libwrap.so.0" (hash 0x117c7ff5, ino #194

Dirent "libnss_files.so.2" (hash 0x13e1ddd4, ino #195

Dirent "libresolv.so.2" (hash 0x14d7d50f, ino #196

Dirent "libncurses.so.5" (hash 0x2d11aa98, ino #197

Dirent "libproc.so.2.0.7" (hash 0x34aae68a, ino #198

Dirent "libnss_dns-2.2.4.so" (hash 0x5c6cc3ec, ino #199

Dirent "libpthread.so.0" (hash 0x6f494099, ino #200

Dirent "libnsl-2.2.4.so" (hash 0x73ed8715, ino #201

Dirent "libnss_nis.so.2" (hash 0x829e0364, ino #501

Dirent "libnss_nisplus-2.2.4.so" (hash 0x8d01a893, ino #203

Dirent "libnss_nis-2.2.4.so" (hash 0x95baf49c, ino #204

Dirent "libnsl.so.1" (hash 0x9b139e7d, ino #500

Dirent "libutil.so.1" (hash 0xa6ba167c, ino #206

Dirent "libnss_compat.so.2" (hash 0xb96990f5, ino #207

Dirent "libcrypt.so.1" (hash 0xdc98062a, ino #208

Dirent "ld-linux.so.2" (hash 0xe25dbf22, ino #209

Dirent "libdl.so.2" (hash 0xe29ff928, ino #210

Dirent "libnss_dns.so.2" (hash 0xe340f3b4, ino #211

Dirent "libnss_nisplus.so.2" (hash 0xeffc790b, ino #499

Dirent "libc.so.6" (hash 0xf308c122, ino #213

Dirent "librt.so.1" (hash 0xf596f984, ino #214

metadata @00cd767c: ver 26

jffs2_read_inode() returning

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 209

jffs2_do_read_inode(): ino #209 nlink is 1

jffs2_get_inode_nodes(): ino #209

Node at 00db6910 is a data node

version 42, highest_version now 42

dnode @00db6910: ver 42, offset 0000, dsize 0000

Node at 00db6258 is a data node

version 40, highest_version now 42

dnode @00db6258: ver 40, offset 1b000, dsize 0eda

Node at 00db5a5c is a data node

version 39, highest_version now 42

dnode @00db5a5c: ver 39, offset 1a000, dsize 1000

Node at 00db5280 is a data node

version 37, highest_version now 42

dnode @00db5280: ver 37, offset 19000, dsize 1000

Node at 00db4f68 is a data node

version 36, highest_version now 42

dnode @00db4f68: ver 36, offset 18000, dsize 1000

Node at 00db489c is a data node

version 35, highest_version now 42

dnode @00db489c: ver 35, offset 17000, dsize 1000

Node at 00db3cc8 is a data node

version 33, highest_version now 42

dnode @00db3cc8: ver 33, offset 16000, dsize 1000

Node at 00db34e8 is a data node

version 32, highest_version now 42

dnode @00db34e8: ver 32, offset 15000, dsize 1000

Node at 00db2900 is a data node

version 30, highest_version now 42

dnode @00db2900: ver 30, offset 14000, dsize 1000

Node at 00db1e9c is a data node

version 29, highest_version now 42

dnode @00db1e9c: ver 29, offset 13000, dsize 1000

Node at 00db161c is a data node

version 28, highest_version now 42

dnode @00db161c: ver 28, offset 12000, dsize 1000

Node at 00db071c is a data node

version 26, highest_version now 42

dnode @00db071c: ver 26, offset 11000, dsize 1000

Node at 00dafca0 is a data node

version 25, highest_version now 42

dnode @00dafca0: ver 25, offset 10000, dsize 1000

Node at 00daefa0 is a data node

version 23, highest_version now 42

dnode @00daefa0: ver 23, offset f000, dsize 1000

Node at 00dae5d8 is a data node

version 22, highest_version now 42

dnode @00dae5d8: ver 22, offset e000, dsize 1000

Node at 00dadc00 is a data node

version 21, highest_version now 42

dnode @00dadc00: ver 21, offset d000, dsize 1000

Node at 00dacb7c is a data node

version 19, highest_version now 42

dnode @00dacb7c: ver 19, offset c000, dsize 1000

Node at 00dac104 is a data node

version 18, highest_version now 42

dnode @00dac104: ver 18, offset b000, dsize 1000

Node at 00dab568 is a data node

version 16, highest_version now 42

dnode @00dab568: ver 16, offset a000, dsize 1000

Node at 00daabc0 is a data node

version 15, highest_version now 42

dnode @00daabc0: ver 15, offset 9000, dsize 1000

Node at 00daa1b4 is a data node

version 14, highest_version now 42

dnode @00daa1b4: ver 14, offset 8000, dsize 1000

Node at 00da911c is a data node

version 12, highest_version now 42

dnode @00da911c: ver 12, offset 7000, dsize 1000

Node at 00da8684 is a data node

version 11, highest_version now 42

dnode @00da8684: ver 11, offset 6000, dsize 1000

Node at 00da7b20 is a data node

version 9, highest_version now 42

dnode @00da7b20: ver 9, offset 5000, dsize 1000

Node at 00da7130 is a data node

version 8, highest_version now 42

dnode @00da7130: ver 8, offset 4000, dsize 1000

Node at 00da67a8 is a data node

version 7, highest_version now 42

dnode @00da67a8: ver 7, offset 3000, dsize 1000

Node at 00da5a84 is a data node

version 5, highest_version now 42

dnode @00da5a84: ver 5, offset 2000, dsize 1000

Node at 00da53ac is a data node

version 4, highest_version now 42

dnode @00da53ac: ver 4, offset 1000, dsize 1000

Node at 00da4b20 is a data node

version 2, highest_version now 42

dnode @00da4b20: ver 2, offset 0000, dsize 1000

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c970)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c980)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c990)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c9a0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c9b0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c9c0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c9d0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c9e0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c9f0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c6a0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c6b0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c6c0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c6d0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c6e0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c6f0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c700)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c710)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c720)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c730)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c740)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c750)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c760)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c770)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c780)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c790)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c7a0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c7b0)

jffs2_add_full_dnode_to_inode(ino #209, f c00337a0, fn c0f0c7c0)

metadata @00db6910: ver 42

Truncating fraglist to 0x0001beda bytes

jffs2_read_inode() returning

jffs2_do_readpage_nolock(): ino #209, page at offset 0x0

jffs2_read_inode_range: ino #209, range 0x00000000-0x00001000

Reading 0-4096 from node at 0xda4b20

Node read from 00da4b20: node_crc 4e38fa1b, calculated CRC 4e38fa1b. dsize 1000, csize 6d1, offset 0, buf c002f000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x10000

jffs2_read_inode_range: ino #209, range 0x00010000-0x00011000

Reading 65536-69632 from node at 0xdafca0

Node read from 00dafca0: node_crc 07ef22ad, calculated CRC 07ef22ad. dsize 1000, csize a36, offset 10000, buf c0ebf000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x11000

jffs2_read_inode_range: ino #209, range 0x00011000-0x00012000

Reading 69632-73728 from node at 0xdb071c

Node read from 00db071c: node_crc d5dda599, calculated CRC d5dda599. dsize 1000, csize 8ea, offset 11000, buf c0ebd000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x12000

jffs2_read_inode_range: ino #209, range 0x00012000-0x00013000

Reading 73728-77824 from node at 0xdb161c

Node read from 00db161c: node_crc b8758818, calculated CRC b8758818. dsize 1000, csize 83c, offset 12000, buf c0ebc000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x13000

jffs2_read_inode_range: ino #209, range 0x00013000-0x00014000

Reading 77824-81920 from node at 0xdb1e9c

Node read from 00db1e9c: node_crc 61ab9f3a, calculated CRC 61ab9f3a. dsize 1000, csize a20, offset 13000, buf c0ebb000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x14000

jffs2_read_inode_range: ino #209, range 0x00014000-0x00015000

Reading 81920-86016 from node at 0xdb2900

Node read from 00db2900: node_crc 924a122a, calculated CRC 924a122a. dsize 1000, csize a1b, offset 14000, buf c0eba000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x15000

jffs2_read_inode_range: ino #209, range 0x00015000-0x00016000

Reading 86016-90112 from node at 0xdb34e8

Node read from 00db34e8: node_crc f3acb5e5, calculated CRC f3acb5e5. dsize 1000, csize 79a, offset 15000, buf c0eb9000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x16000

jffs2_read_inode_range: ino #209, range 0x00016000-0x00017000

Reading 90112-94208 from node at 0xdb3cc8

Node read from 00db3cc8: node_crc ea086aa8, calculated CRC ea086aa8. dsize 1000, csize 711, offset 16000, buf c0eb8000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x17000

jffs2_read_inode_range: ino #209, range 0x00017000-0x00018000

Reading 94208-98304 from node at 0xdb489c

Node read from 00db489c: node_crc 408ca528, calculated CRC 408ca528. dsize 1000, csize 687, offset 17000, buf c0eb7000

readpage finished

jffs2_do_readpage_nolock(): ino #247, page at offset 0x1000

jffs2_read_inode_range: ino #247, range 0x00001000-0x00002000

Reading 4096-8192 from node at 0xca30c4

Node read from 00ca30c4: node_crc 88a41776, calculated CRC 88a41776. dsize 1000, csize 73c, offset 1000, buf c0eb5000

readpage finished

jffs2_do_readpage_nolock(): ino #247, page at offset 0x2000

jffs2_read_inode_range: ino #247, range 0x00002000-0x00003000

Reading 8192-12288 from node at 0xca3844

Node read from 00ca3844: node_crc c376e33d, calculated CRC c376e33d. dsize 1000, csize 9b7, offset 2000, buf c0eb4000

readpage finished

jffs2_do_readpage_nolock(): ino #247, page at offset 0x3000

jffs2_read_inode_range: ino #247, range 0x00003000-0x00004000

Reading 12288-16384 from node at 0xca49fc

Node read from 00ca49fc: node_crc 14ee6970, calculated CRC 14ee6970. dsize 1000, csize 9cb, offset 3000, buf c0eb3000

readpage finished

jffs2_do_readpage_nolock(): ino #247, page at offset 0x4000

jffs2_read_inode_range: ino #247, range 0x00004000-0x00005000

Reading 16384-20480 from node at 0xca540c

Node read from 00ca540c: node_crc 68554dd8, calculated CRC 68554dd8. dsize 1000, csize 9b9, offset 4000, buf c0eb2000

readpage finished

jffs2_do_readpage_nolock(): ino #247, page at offset 0x5000

jffs2_read_inode_range: ino #247, range 0x00005000-0x00006000

Reading 20480-24576 from node at 0xca5e0c

Node read from 00ca5e0c: node_crc 2296296e, calculated CRC 2296296e. dsize 1000, csize 9c7, offset 5000, buf c0eb1000

readpage finished

jffs2_do_readpage_nolock(): ino #247, page at offset 0x6000

jffs2_read_inode_range: ino #247, range 0x00006000-0x00007000

Reading 24576-28672 from node at 0xca6a88

Node read from 00ca6a88: node_crc 6a2d0ccc, calculated CRC 6a2d0ccc. dsize 1000, csize 68e, offset 6000, buf c0eb0000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x1000

jffs2_read_inode_range: ino #209, range 0x00001000-0x00002000

Reading 4096-8192 from node at 0xda53ac

Node read from 00da53ac: node_crc c3004c06, calculated CRC c3004c06. dsize 1000, csize 693, offset 1000, buf c0eae000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x2000

jffs2_read_inode_range: ino #209, range 0x00002000-0x00003000

Reading 8192-12288 from node at 0xda5a84

Node read from 00da5a84: node_crc d0c6b822, calculated CRC d0c6b822. dsize 1000, csize 6b7, offset 2000, buf c0ead000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x3000

jffs2_read_inode_range: ino #209, range 0x00003000-0x00004000

Reading 12288-16384 from node at 0xda67a8

Node read from 00da67a8: node_crc f26ddfb7, calculated CRC f26ddfb7. dsize 1000, csize 943, offset 3000, buf c0eac000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x4000

jffs2_read_inode_range: ino #209, range 0x00004000-0x00005000

Reading 16384-20480 from node at 0xda7130

Node read from 00da7130: node_crc 939bdd0d, calculated CRC 939bdd0d. dsize 1000, csize 9aa, offset 4000, buf c0eab000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x5000

jffs2_read_inode_range: ino #209, range 0x00005000-0x00006000

Reading 20480-24576 from node at 0xda7b20

Node read from 00da7b20: node_crc 97c1ccad, calculated CRC 97c1ccad. dsize 1000, csize 93c, offset 5000, buf c0eaa000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x6000

jffs2_read_inode_range: ino #209, range 0x00006000-0x00007000

Reading 24576-28672 from node at 0xda8684

Node read from 00da8684: node_crc ce579b4f, calculated CRC ce579b4f. dsize 1000, csize a51, offset 6000, buf c0ea9000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x7000

jffs2_read_inode_range: ino #209, range 0x00007000-0x00008000

Reading 28672-32768 from node at 0xda911c

Node read from 00da911c: node_crc 46259c7f, calculated CRC 46259c7f. dsize 1000, csize 9f5, offset 7000, buf c0ea8000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x8000

jffs2_read_inode_range: ino #209, range 0x00008000-0x00009000

Reading 32768-36864 from node at 0xdaa1b4

Node read from 00daa1b4: node_crc 3e567c56, calculated CRC 3e567c56. dsize 1000, csize 9c8, offset 8000, buf c0ea6000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0x9000

jffs2_read_inode_range: ino #209, range 0x00009000-0x0000a000

Reading 36864-40960 from node at 0xdaabc0

Node read from 00daabc0: node_crc c412b393, calculated CRC c412b393. dsize 1000, csize 964, offset 9000, buf c0ea5000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0xa000

jffs2_read_inode_range: ino #209, range 0x0000a000-0x0000b000

Reading 40960-45056 from node at 0xdab568

Node read from 00dab568: node_crc 07a7e0bf, calculated CRC 07a7e0bf. dsize 1000, csize 96b, offset a000, buf c0ea4000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0xb000

jffs2_read_inode_range: ino #209, range 0x0000b000-0x0000c000

Reading 45056-49152 from node at 0xdac104

Node read from 00dac104: node_crc 267205fb, calculated CRC 267205fb. dsize 1000, csize a34, offset b000, buf c0ea3000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0xc000

jffs2_read_inode_range: ino #209, range 0x0000c000-0x0000d000

Reading 49152-53248 from node at 0xdacb7c

Node read from 00dacb7c: node_crc 11458e38, calculated CRC 11458e38. dsize 1000, csize 9a4, offset c000, buf c0ea2000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0xd000

jffs2_read_inode_range: ino #209, range 0x0000d000-0x0000e000

Reading 53248-57344 from node at 0xdadc00

Node read from 00dadc00: node_crc ccaf505e, calculated CRC ccaf505e. dsize 1000, csize 991, offset d000, buf c0ea1000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0xe000

jffs2_read_inode_range: ino #209, range 0x0000e000-0x0000f000

Reading 57344-61440 from node at 0xdae5d8

Node read from 00dae5d8: node_crc eb880b35, calculated CRC eb880b35. dsize 1000, csize 982, offset e000, buf c0ea0000

readpage finished

jffs2_do_readpage_nolock(): ino #209, page at offset 0xf000

jffs2_read_inode_range: ino #209, range 0x0000f000-0x00010000

Reading 61440-65536 from node at 0xdaefa0

Node read from 00daefa0: node_crc c9b98aa3, calculated CRC c9b98aa3. dsize 1000, csize abe, offset f000, buf c0e9f000

readpage finished

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 49

jffs2_do_read_inode(): ino #49 nlink is 1

jffs2_get_inode_nodes(): ino #49

Node at 00edf39c is a dirent node

Adding fd "services", ino #115

jffs2_add_fd_to_list( c01e8720, c01fdccc (->00000000))

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edf214 is a dirent node

Adding fd "ld.so.conf", ino #114

jffs2_add_fd_to_list( c01e8620, c01fdccc (->c01e8720))

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edf114 is a dirent node

Adding fd ".pwd.lock", ino #113

jffs2_add_fd_to_list( c01e86a0, c01fdccc (->c01e8620))

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edefac is a dirent node

Adding fd "shadow-", ino #112

jffs2_add_fd_to_list( c0f0bba0, c01fdccc (->c01e86a0))

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edea1c is a dirent node

Adding fd "sysconfig", ino #108

jffs2_add_fd_to_list( c01e8ea0, c01fdccc (->c0f0bba0))

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00ede208 is a dirent node

Adding fd "rcS.d", ino #96

jffs2_add_fd_to_list( c0f0b700, c01fdccc (->c01e8ea0))

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edc1b4 is a dirent node

Adding fd "rc6.d", ino #92

jffs2_add_fd_to_list( c0f0b740, c01fdccc (->c0f0b700))

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edbf90 is a dirent node

Adding fd "rc5.d", ino #90

jffs2_add_fd_to_list( c0f0b9e0, c01fdccc (->c0f0b740))

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edbdd8 is a dirent node

Adding fd "rc4.d", ino #88

jffs2_add_fd_to_list( c0f0b920, c01fdccc (->c0f0b9e0))

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edbbb4 is a dirent node

Adding fd "rc3.d", ino #86

jffs2_add_fd_to_list( c0f0b680, c01fdccc (->c0f0b920))

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edb738 is a dirent node

Adding fd "rc2.d", ino #79

jffs2_add_fd_to_list( c0f0b2a0, c01fdccc (->c0f0b680))

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edb2bc is a dirent node

Adding fd "rc1.d", ino #72

jffs2_add_fd_to_list( c0f0b220, c01fdccc (->c0f0b2a0))

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edafb0 is a dirent node

Adding fd "rc0.d", ino #68

jffs2_add_fd_to_list( c0f0b200, c01fdccc (->c0f0b220))

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edadcc is a dirent node

Adding fd "syslog.conf", ino #67

jffs2_add_fd_to_list( c01e8e60, c01fdccc (->c0f0b200))

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edac18 is a dirent node

Adding fd "hosts", ino #66

jffs2_add_fd_to_list( c0f0bde0, c01fdccc (->c0f0b200))

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00edaa6c is a dirent node

Adding fd "group", ino #65

jffs2_add_fd_to_list( c0f0bb40, c01fdccc (->c0f0bde0))

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00eda818 is a dirent node

Adding fd "fstab", ino #64

jffs2_add_fd_to_list( c0f0b8e0, c01fdccc (->c0f0bb40))

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00eda26c is a dirent node

Adding fd "fdprm", ino #63

jffs2_add_fd_to_list( c0f0b660, c01fdccc (->c0f0b8e0))

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00eda11c is a dirent node

Adding fd "defaultdomain", ino #62

jffs2_add_fd_to_list( c01e8f20, c01fdccc (->c0f0b660))

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00ed3f2c is a dirent node

Adding fd "ssh", ino #52

jffs2_add_fd_to_list( c0f0b240, c01fdccc (->c01e8f20))

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00ed3ad8 is a dirent node

Adding fd "rpc", ino #51

jffs2_add_fd_to_list( c0f0bda0, c01fdccc (->c0f0b240))

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00ed399c is a dirent node

Adding fd "opt", ino #50

jffs2_add_fd_to_list( c0f0bb00, c01fdccc (->c0f0bda0))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00eb6048 is a data node

version 49, highest_version now 49

dnode @00eb6048: ver 49, offset 0000, dsize 0000

Node at 00eb5e80 is a dirent node

Adding fd "pump.conf", ino #191

jffs2_add_fd_to_list( c01e8f60, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Node at 00eb5d34 is a dirent node

Adding fd "profile", ino #190

jffs2_add_fd_to_list( c0f0b460, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00eb5c74 is a dirent node

Adding fd "mtab", ino #189

jffs2_add_fd_to_list( c0f0b620, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00eb0100 is a dirent node

Adding fd "terminfo", ino #157

jffs2_add_fd_to_list( c01e8ee0, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00eb008c is a dirent node

Adding fd "timezone", ino #149

jffs2_add_fd_to_list( c0eff620, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00eaff44 is a dirent node

Adding fd "resolv.conf", ino #156

jffs2_add_fd_to_list( c0eff5e0, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00eafa3c is a dirent node

Adding fd "protocols", ino #155

jffs2_add_fd_to_list( c0eff520, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00eadf90 is a dirent node

Adding fd "login.defs", ino #154

jffs2_add_fd_to_list( c0eff560, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00eade30 is a dirent node

Adding fd "host.conf", ino #153

jffs2_add_fd_to_list( c0effc20, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00ead670 is a dirent node

Adding fd "ld.so.cache", ino #152

jffs2_add_fd_to_list( c0effbe0, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00ead4f0 is a dirent node

Adding fd "passwd-", ino #151

jffs2_add_fd_to_list( c0f0b8c0, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00eacfe4 is a dirent node

Adding fd "login.access", ino #150

jffs2_add_fd_to_list( c0effba0, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00eace8c is a dirent node

Adding fd "localtime", ino #149

jffs2_add_fd_to_list( c0effb60, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00eacd24 is a dirent node

Adding fd "shadow", ino #148

jffs2_add_fd_to_list( c0f0b640, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00eacba4 is a dirent node

Adding fd "passwd", ino #147

jffs2_add_fd_to_list( c0f0b1e0, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00ea27fc is a dirent node

Adding fd "init.d", ino #123

jffs2_add_fd_to_list( c0f0bd60, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00ea2510 is a dirent node

Adding fd "limits", ino #122

jffs2_add_fd_to_list( c0f0baa0, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00ea23d0 is a dirent node

Adding fd "rcY.d", ino #121

jffs2_add_fd_to_list( c0f0b820, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00ea220c is a dirent node

Adding fd "ioctl.save", ino #120

jffs2_add_fd_to_list( c0eff3e0, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00ea1f68 is a dirent node

Adding fd "yp.conf", ino #119

jffs2_add_fd_to_list( c0f0b880, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00ea1d84 is a dirent node

Adding fd "nsswitch.conf", ino #118

jffs2_add_fd_to_list( c0eff1e0, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00ea18bc is a dirent node

Adding fd "inittab", ino #117

jffs2_add_fd_to_list( c0f0b8a0, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

Node at 00ea1480 is a dirent node

Adding fd "inetd.conf", ino #116

jffs2_add_fd_to_list( c0eff820, c01fdccc (->c0f0bb00))

Dirent "opt" (hash 0x0027d35e, ino #50

Dirent "rpc" (hash 0x0028c666, ino #51

Dirent "ssh" (hash 0x002933b6, ino #52

Dirent "mtab" (hash 0x01afef23, ino #189

Dirent "defaultdomain" (hash 0x02125f90, ino #62

Dirent "fdprm" (hash 0x11484a2e, ino #63

Dirent "fstab" (hash 0x117ee576, ino #64

Dirent "group" (hash 0x11a1a057, ino #65

Dirent "hosts" (hash 0x11bf4c19, ino #66

Dirent "rc0.d" (hash 0x130814e0, ino #68

Dirent "rc1.d" (hash 0x13086810, ino #72

Dirent "rc2.d" (hash 0x1308bb40, ino #79

Dirent "rc3.d" (hash 0x13090e70, ino #86

Dirent "rc4.d" (hash 0x130961a0, ino #88

Dirent "rc5.d" (hash 0x1309b4d0, ino #90

Dirent "rc6.d" (hash 0x130a0800, ino #92

Dirent "rcS.d" (hash 0x13137ed6, ino #96

Dirent "rcY.d" (hash 0x131571f6, ino #121

Dirent "sysconfig" (hash 0x17415541, ino #108

Dirent "syslog.conf" (hash 0x19361da5, ino #67

Dirent "shadow-" (hash 0x22312c5a, ino #112

Dirent "pump.conf" (hash 0x26a2d98b, ino #191

Dirent "terminfo" (hash 0x2ae8f58a, ino #157

Dirent ".pwd.lock" (hash 0x5163008e, ino #113

Dirent "ld.so.conf" (hash 0x5a711acb, ino #114

Dirent "services" (hash 0x5fdbfbf0, ino #115

Dirent "timezone" (hash 0x6bb4c9e2, ino #149

Dirent "inetd.conf" (hash 0x70b1b7ef, ino #116

Dirent "inittab" (hash 0x72c7e2ae, ino #117

Dirent "nsswitch.conf" (hash 0x8039cdd4, ino #118

Dirent "yp.conf" (hash 0x976f276a, ino #119

Dirent "ioctl.save" (hash 0xae464cd9, ino #120

Dirent "init.d" (hash 0xc49bb6f7, ino #123

Dirent "limits" (hash 0xc8f5784c, ino #122

Dirent "passwd" (hash 0xceb0fa2e, ino #147

Dirent "shadow" (hash 0xd490187c, ino #148

Dirent "localtime" (hash 0xd662d853, ino #149

Dirent "login.access" (hash 0xd841b778, ino #150

Dirent "passwd-" (hash 0xe19adf00, ino #151

Dirent "ld.so.cache" (hash 0xe2a6dd9b, ino #152

Dirent "host.conf" (hash 0xf474c442, ino #153

Dirent "login.defs" (hash 0xf52348e7, ino #154

Dirent "protocols" (hash 0xf74c85f2, ino #155

Dirent "resolv.conf" (hash 0xfaacc495, ino #156

Dirent "profile" (hash 0xfd9bf736, ino #190

metadata @00eb6048: ver 49

jffs2_read_inode() returning

jffs2_lookup()

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 152

jffs2_do_read_inode(): ino #152 nlink is 1

jffs2_get_inode_nodes(): ino #152

Node at 00eadda8 is a data node

version 5, highest_version now 5

dnode @00eadda8: ver 5, offset 0000, dsize 0000

Node at 00eadb3c is a data node

version 3, highest_version now 5

dnode @00eadb3c: ver 3, offset 1000, dsize 07bd

Node at 00ead6a4 is a data node

version 2, highest_version now 5

dnode @00ead6a4: ver 2, offset 0000, dsize 1000

jffs2_add_full_dnode_to_inode(ino #152, f c0033ba0, fn c0f0c930)

jffs2_add_full_dnode_to_inode(ino #152, f c0033ba0, fn c0f0c940)

metadata @00eadda8: ver 5

Truncating fraglist to 0x000017bd bytes

jffs2_read_inode() returning

jffs2_do_readpage_nolock(): ino #152, page at offset 0x0

jffs2_read_inode_range: ino #152, range 0x00000000-0x00001000

Reading 0-4096 from node at 0xead6a4

Node read from 00ead6a4: node_crc 443f5c3b, calculated CRC 443f5c3b. dsize 1000, csize 451, offset 0, buf c0e9e000

readpage finished

jffs2_do_readpage_nolock(): ino #152, page at offset 0x1000

jffs2_read_inode_range: ino #152, range 0x00001000-0x00002000

Reading 4096-6077 from node at 0xeadb3c

Node read from 00eadb3c: node_crc aaae8489, calculated CRC aaae8489. dsize 7bd, csize 1e3, offset 1000, buf c0e9d000

Filling non-frag hole from 6077-8192

readpage finished

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 213

jffs2_do_read_inode(): ino #213 nlink is 1

jffs2_get_inode_nodes(): ino #213

Node at 00dbfa74 is a data node

version 13, highest_version now 13

dnode @00dbfa74: ver 13, offset 8000, dsize 0924

Node at 00dbf1f8 is a data node

version 12, highest_version now 13

dnode @00dbf1f8: ver 12, offset 7000, dsize 1000

Node at 00dbe634 is a data node

version 10, highest_version now 13

dnode @00dbe634: ver 10, offset 6000, dsize 1000

Node at 00dbddf0 is a data node

version 9, highest_version now 13

dnode @00dbddf0: ver 9, offset 5000, dsize 1000

Node at 00dbd59c is a data node

version 8, highest_version now 13

dnode @00dbd59c: ver 8, offset 4000, dsize 1000

Node at 00dbc6a0 is a data node

version 6, highest_version now 13

dnode @00dbc6a0: ver 6, offset 3000, dsize 1000

Node at 00dbbf1c is a data node

version 5, highest_version now 13

dnode @00dbbf1c: ver 5, offset 2000, dsize 1000

Node at 00dbb7d4 is a data node

version 3, highest_version now 13

dnode @00dbb7d4: ver 3, offset 1000, dsize 1000

Node at 00dbaf68 is a data node

version 2, highest_version now 13

dnode @00dbaf68: ver 2, offset 0000, dsize 1000

Node at 00d9fbe8 is a data node

version 86, highest_version now 86

dnode @00d9fbe8: ver 86, offset 3b000, dsize 059b

Node at 00d9eda8 is a data node

version 84, highest_version now 86

dnode @00d9eda8: ver 84, offset 3a000, dsize 1000

Node at 00d9e598 is a data node

version 83, highest_version now 86

dnode @00d9e598: ver 83, offset 39000, dsize 1000

Node at 00d9d988 is a data node

version 81, highest_version now 86

dnode @00d9d988: ver 81, offset 38000, dsize 1000

Node at 00d9cfec is a data node

version 80, highest_version now 86

dnode @00d9cfec: ver 80, offset 37000, dsize 1000

Node at 00d9c72c is a data node

version 79, highest_version now 86

dnode @00d9c72c: ver 79, offset 36000, dsize 1000

Node at 00d9b600 is a data node

version 77, highest_version now 86

dnode @00d9b600: ver 77, offset 35000, dsize 1000

Node at 00d9ad84 is a data node

version 76, highest_version now 86

dnode @00d9ad84: ver 76, offset 34000, dsize 1000

Node at 00d99f98 is a data node

version 74, highest_version now 86

dnode @00d99f98: ver 74, offset 33000, dsize 1000

Node at 00d9966c is a data node

version 73, highest_version now 86

dnode @00d9966c: ver 73, offset 32000, dsize 1000

Node at 00d98c18 is a data node

version 72, highest_version now 86

dnode @00d98c18: ver 72, offset 31000, dsize 1000

Node at 00d9797c is a data node

version 70, highest_version now 86

dnode @00d9797c: ver 70, offset 30000, dsize 1000

Node at 00d96f5c is a data node

version 69, highest_version now 86

dnode @00d96f5c: ver 69, offset 2f000, dsize 1000

Node at 00d96324 is a data node

version 67, highest_version now 86

dnode @00d96324: ver 67, offset 2e000, dsize 1000

Node at 00d95a24 is a data node

version 66, highest_version now 86

dnode @00d95a24: ver 66, offset 2d000, dsize 1000

Node at 00d94fd0 is a data node

version 65, highest_version now 86

dnode @00d94fd0: ver 65, offset 2c000, dsize 1000

Node at 00d93c58 is a data node

version 63, highest_version now 86

dnode @00d93c58: ver 63, offset 2b000, dsize 1000

Node at 00d931a8 is a data node

version 62, highest_version now 86

dnode @00d931a8: ver 62, offset 2a000, dsize 1000

Node at 00d92390 is a data node

version 60, highest_version now 86

dnode @00d92390: ver 60, offset 29000, dsize 1000

Node at 00d91a38 is a data node

version 59, highest_version now 86

dnode @00d91a38: ver 59, offset 28000, dsize 1000

Node at 00d910a0 is a data node

version 58, highest_version now 86

dnode @00d910a0: ver 58, offset 27000, dsize 1000

Node at 00d8feb0 is a data node

version 56, highest_version now 86

dnode @00d8feb0: ver 56, offset 26000, dsize 1000

Node at 00d8f554 is a data node

version 55, highest_version now 86

dnode @00d8f554: ver 55, offset 25000, dsize 1000

Node at 00d8e86c is a data node

version 53, highest_version now 86

dnode @00d8e86c: ver 53, offset 24000, dsize 1000

Node at 00d8df44 is a data node

version 52, highest_version now 86

dnode @00d8df44: ver 52, offset 23000, dsize 1000

Node at 00d8d588 is a data node

version 51, highest_version now 86

dnode @00d8d588: ver 51, offset 22000, dsize 1000

Node at 00d8c284 is a data node

version 49, highest_version now 86

dnode @00d8c284: ver 49, offset 21000, dsize 1000

Node at 00d8bce4 is a data node

version 48, highest_version now 86

dnode @00d8bce4: ver 48, offset 20000, dsize 1000

Node at 00d8b960 is a data node

version 46, highest_version now 86

dnode @00d8b960: ver 46, offset 1f000, dsize 1000

Node at 00d8b2b8 is a data node

version 45, highest_version now 86

dnode @00d8b2b8: ver 45, offset 1e000, dsize 1000

Node at 00d8ab04 is a data node

version 44, highest_version now 86

dnode @00d8ab04: ver 44, offset 1d000, dsize 1000

Node at 00d8a114 is a data node

version 42, highest_version now 86

dnode @00d8a114: ver 42, offset 1c000, dsize 1000

Node at 00d89de0 is a data node

version 41, highest_version now 86

dnode @00d89de0: ver 41, offset 1b000, dsize 1000

Node at 00d89914 is a data node

version 39, highest_version now 86

dnode @00d89914: ver 39, offset 1a000, dsize 1000

Node at 00d895d8 is a data node

version 38, highest_version now 86

dnode @00d895d8: ver 38, offset 19000, dsize 1000

Node at 00d89274 is a data node

version 37, highest_version now 86

dnode @00d89274: ver 37, offset 18000, dsize 1000

Node at 00d88c28 is a data node

version 35, highest_version now 86

dnode @00d88c28: ver 35, offset 17000, dsize 1000

Node at 00d888e4 is a data node

version 34, highest_version now 86

dnode @00d888e4: ver 34, offset 16000, dsize 1000

Node at 00d88278 is a data node

version 32, highest_version now 86

dnode @00d88278: ver 32, offset 15000, dsize 1000

Node at 00d87b88 is a data node

version 31, highest_version now 86

dnode @00d87b88: ver 31, offset 14000, dsize 1000

Node at 00d87364 is a data node

version 30, highest_version now 86

dnode @00d87364: ver 30, offset 13000, dsize 1000

Node at 00d86408 is a data node

version 28, highest_version now 86

dnode @00d86408: ver 28, offset 12000, dsize 1000

Node at 00d85bdc is a data node

version 27, highest_version now 86

dnode @00d85bdc: ver 27, offset 11000, dsize 1000

Node at 00d85044 is a data node

version 25, highest_version now 86

dnode @00d85044: ver 25, offset 10000, dsize 1000

Node at 00d84828 is a data node

version 24, highest_version now 86

dnode @00d84828: ver 24, offset f000, dsize 1000

Node at 00d8402c is a data node

version 23, highest_version now 86

dnode @00d8402c: ver 23, offset e000, dsize 1000

Node at 00d8310c is a data node

version 21, highest_version now 86

dnode @00d8310c: ver 21, offset d000, dsize 1000

Node at 00d82910 is a data node

version 20, highest_version now 86

dnode @00d82910: ver 20, offset c000, dsize 1000

Node at 00d81cc4 is a data node

version 18, highest_version now 86

dnode @00d81cc4: ver 18, offset b000, dsize 1000

Node at 00d81450 is a data node

version 17, highest_version now 86

dnode @00d81450: ver 17, offset a000, dsize 1000

Node at 00d80bb4 is a data node

version 16, highest_version now 86

dnode @00d80bb4: ver 16, offset 9000, dsize 1000

Node at 00d8000c is a data node

version 14, highest_version now 86

dnode @00d8000c: ver 14, offset 8924, dsize 06dc

Node at 00d7f478 is a data node

version 148, highest_version now 148

dnode @00d7f478: ver 148, offset 67000, dsize 1000

Node at 00d7ecd8 is a data node

version 147, highest_version now 148

dnode @00d7ecd8: ver 147, offset 66000, dsize 1000

Node at 00d7e088 is a data node

version 145, highest_version now 148

dnode @00d7e088: ver 145, offset 65000, dsize 1000

Node at 00d7d6a4 is a data node

version 144, highest_version now 148

dnode @00d7d6a4: ver 144, offset 64000, dsize 1000

Node at 00d7cd40 is a data node

version 143, highest_version now 148

dnode @00d7cd40: ver 143, offset 63000, dsize 1000

Node at 00d7bb54 is a data node

version 141, highest_version now 148

dnode @00d7bb54: ver 141, offset 62000, dsize 1000

Node at 00d7b230 is a data node

version 140, highest_version now 148

dnode @00d7b230: ver 140, offset 61000, dsize 1000

Node at 00d7a5d4 is a data node

version 138, highest_version now 148

dnode @00d7a5d4: ver 138, offset 60000, dsize 1000

Node at 00d79c3c is a data node

version 137, highest_version now 148

dnode @00d79c3c: ver 137, offset 5f000, dsize 1000

Node at 00d793e0 is a data node

version 136, highest_version now 148

dnode @00d793e0: ver 136, offset 5e000, dsize 1000

Node at 00d785b8 is a data node

version 134, highest_version now 148

dnode @00d785b8: ver 134, offset 5d000, dsize 1000

Node at 00d77ec0 is a data node

version 133, highest_version now 148

dnode @00d77ec0: ver 133, offset 5c000, dsize 1000

Node at 00d77340 is a data node

version 131, highest_version now 148

dnode @00d77340: ver 131, offset 5b000, dsize 1000

Node at 00d76a00 is a data node

version 130, highest_version now 148

dnode @00d76a00: ver 130, offset 5a000, dsize 1000

Node at 00d76230 is a data node

version 129, highest_version now 148

dnode @00d76230: ver 129, offset 59000, dsize 1000

Node at 00d7520c is a data node

version 127, highest_version now 148

dnode @00d7520c: ver 127, offset 58000, dsize 1000

Node at 00d74820 is a data node

version 126, highest_version now 148

dnode @00d74820: ver 126, offset 57000, dsize 1000

Node at 00d73a00 is a data node

version 124, highest_version now 148

dnode @00d73a00: ver 124, offset 56000, dsize 1000

Node at 00d73094 is a data node

version 123, highest_version now 148

dnode @00d73094: ver 123, offset 55000, dsize 1000

Node at 00d72790 is a data node

version 122, highest_version now 148

dnode @00d72790: ver 122, offset 54000, dsize 1000

Node at 00d71574 is a data node

version 120, highest_version now 148

dnode @00d71574: ver 120, offset 53000, dsize 1000

Node at 00d70c14 is a data node

version 119, highest_version now 148

dnode @00d70c14: ver 119, offset 52000, dsize 1000

Node at 00d6ff98 is a data node

version 117, highest_version now 148

dnode @00d6ff98: ver 117, offset 51000, dsize 1000

Node at 00d6f70c is a data node

version 116, highest_version now 148

dnode @00d6f70c: ver 116, offset 50000, dsize 1000

Node at 00d6ed14 is a data node

version 115, highest_version now 148

dnode @00d6ed14: ver 115, offset 4f000, dsize 1000

Node at 00d6db2c is a data node

version 113, highest_version now 148

dnode @00d6db2c: ver 113, offset 4e000, dsize 1000

Node at 00d6d24c is a data node

version 112, highest_version now 148

dnode @00d6d24c: ver 112, offset 4d000, dsize 1000

Node at 00d6c4fc is a data node

version 110, highest_version now 148

dnode @00d6c4fc: ver 110, offset 4c000, dsize 1000

Node at 00d6bc14 is a data node

version 109, highest_version now 148

dnode @00d6bc14: ver 109, offset 4b000, dsize 1000

Node at 00d6b1bc is a data node

version 108, highest_version now 148

dnode @00d6b1bc: ver 108, offset 4a000, dsize 1000

Node at 00d69f54 is a data node

version 106, highest_version now 148

dnode @00d69f54: ver 106, offset 49000, dsize 1000

Node at 00d695c0 is a data node

version 105, highest_version now 148

dnode @00d695c0: ver 105, offset 48000, dsize 1000

Node at 00d68858 is a data node

version 103, highest_version now 148

dnode @00d68858: ver 103, offset 47000, dsize 1000

Node at 00d67e3c is a data node

version 102, highest_version now 148

dnode @00d67e3c: ver 102, offset 46000, dsize 1000

Node at 00d674f0 is a data node

version 101, highest_version now 148

dnode @00d674f0: ver 101, offset 45000, dsize 1000

Node at 00d6636c is a data node

version 99, highest_version now 148

dnode @00d6636c: ver 99, offset 44000, dsize 1000

Node at 00d659d4 is a data node

version 98, highest_version now 148

dnode @00d659d4: ver 98, offset 43000, dsize 1000

Node at 00d64c6c is a data node

version 96, highest_version now 148

dnode @00d64c6c: ver 96, offset 42000, dsize 1000

Node at 00d642ac is a data node

version 95, highest_version now 148

dnode @00d642ac: ver 95, offset 41000, dsize 1000

Node at 00d6397c is a data node

version 94, highest_version now 148

dnode @00d6397c: ver 94, offset 40000, dsize 1000

Node at 00d626cc is a data node

version 92, highest_version now 148

dnode @00d626cc: ver 92, offset 3f000, dsize 1000

Node at 00d61dc8 is a data node

version 91, highest_version now 148

dnode @00d61dc8: ver 91, offset 3e000, dsize 1000

Node at 00d60ff8 is a data node

version 89, highest_version now 148

dnode @00d60ff8: ver 89, offset 3d000, dsize 1000

Node at 00d60690 is a data node

version 88, highest_version now 148

dnode @00d60690: ver 88, offset 3c000, dsize 1000

Node at 00d6000c is a data node

version 87, highest_version now 148

dnode @00d6000c: ver 87, offset 3b59b, dsize 0a65

Node at 00d5fa60 is a data node

version 212, highest_version now 212

dnode @00d5fa60: ver 212, offset 94000, dsize 083e

Node at 00d5f00c is a data node

version 211, highest_version now 212

dnode @00d5f00c: ver 211, offset 93000, dsize 1000

Node at 00d5e28c is a data node

version 209, highest_version now 212

dnode @00d5e28c: ver 209, offset 92000, dsize 1000

Node at 00d5d8e0 is a data node

version 208, highest_version now 212

dnode @00d5d8e0: ver 208, offset 91000, dsize 1000

Node at 00d5cf30 is a data node

version 207, highest_version now 212

dnode @00d5cf30: ver 207, offset 90000, dsize 1000

Node at 00d5be44 is a data node

version 205, highest_version now 212

dnode @00d5be44: ver 205, offset 8f000, dsize 1000

Node at 00d5b650 is a data node

version 204, highest_version now 212

dnode @00d5b650: ver 204, offset 8e000, dsize 1000

Node at 00d5a854 is a data node

version 202, highest_version now 212

dnode @00d5a854: ver 202, offset 8d000, dsize 1000

Node at 00d59f78 is a data node

version 201, highest_version now 212

dnode @00d59f78: ver 201, offset 8c000, dsize 1000

Node at 00d5950c is a data node

version 200, highest_version now 212

dnode @00d5950c: ver 200, offset 8b000, dsize 1000

Node at 00d582a4 is a data node

version 198, highest_version now 212

dnode @00d582a4: ver 198, offset 8a000, dsize 1000

Node at 00d57908 is a data node

version 197, highest_version now 212

dnode @00d57908: ver 197, offset 89000, dsize 1000

Node at 00d56aa4 is a data node

version 195, highest_version now 212

dnode @00d56aa4: ver 195, offset 88000, dsize 1000

Node at 00d562e0 is a data node

version 194, highest_version now 212

dnode @00d562e0: ver 194, offset 87000, dsize 1000

Node at 00d55b70 is a data node

version 193, highest_version now 212

dnode @00d55b70: ver 193, offset 86000, dsize 1000

Node at 00d54c38 is a data node

version 191, highest_version now 212

dnode @00d54c38: ver 191, offset 85000, dsize 1000

Node at 00d54444 is a data node

version 190, highest_version now 212

dnode @00d54444: ver 190, offset 84000, dsize 1000

Node at 00d537b4 is a data node

version 188, highest_version now 212

dnode @00d537b4: ver 188, offset 83000, dsize 1000

Node at 00d52dfc is a data node

version 187, highest_version now 212

dnode @00d52dfc: ver 187, offset 82000, dsize 1000

Node at 00d524d0 is a data node

version 186, highest_version now 212

dnode @00d524d0: ver 186, offset 81000, dsize 1000

Node at 00d5141c is a data node

version 184, highest_version now 212

dnode @00d5141c: ver 184, offset 80000, dsize 1000

Node at 00d50a94 is a data node

version 183, highest_version now 212

dnode @00d50a94: ver 183, offset 7f000, dsize 1000

Node at 00d4fe00 is a data node

version 181, highest_version now 212

dnode @00d4fe00: ver 181, offset 7e000, dsize 1000

Node at 00d4f514 is a data node

version 180, highest_version now 212

dnode @00d4f514: ver 180, offset 7d000, dsize 1000

Node at 00d4ebac is a data node

version 179, highest_version now 212

dnode @00d4ebac: ver 179, offset 7c000, dsize 1000

Node at 00d4d9d8 is a data node

version 177, highest_version now 212

dnode @00d4d9d8: ver 177, offset 7b000, dsize 1000

Node at 00d4d05c is a data node

version 176, highest_version now 212

dnode @00d4d05c: ver 176, offset 7a000, dsize 1000

Node at 00d4c288 is a data node

version 174, highest_version now 212

dnode @00d4c288: ver 174, offset 79000, dsize 1000

Node at 00d4b8a8 is a data node

version 173, highest_version now 212

dnode @00d4b8a8: ver 173, offset 78000, dsize 1000

Node at 00d4aebc is a data node

version 172, highest_version now 212

dnode @00d4aebc: ver 172, offset 77000, dsize 1000

Node at 00d49cec is a data node

version 170, highest_version now 212

dnode @00d49cec: ver 170, offset 76000, dsize 1000

Node at 00d49444 is a data node

version 169, highest_version now 212

dnode @00d49444: ver 169, offset 75000, dsize 1000

Node at 00d486c4 is a data node

version 167, highest_version now 212

dnode @00d486c4: ver 167, offset 74000, dsize 1000

Node at 00d47d28 is a data node

version 166, highest_version now 212

dnode @00d47d28: ver 166, offset 73000, dsize 1000

Node at 00d474a0 is a data node

version 165, highest_version now 212

dnode @00d474a0: ver 165, offset 72000, dsize 1000

Node at 00d463a0 is a data node

version 163, highest_version now 212

dnode @00d463a0: ver 163, offset 71000, dsize 1000

Node at 00d45ac4 is a data node

version 162, highest_version now 212

dnode @00d45ac4: ver 162, offset 70000, dsize 1000

Node at 00d44d4c is a data node

version 160, highest_version now 212

dnode @00d44d4c: ver 160, offset 6f000, dsize 1000

Node at 00d443d8 is a data node

version 159, highest_version now 212

dnode @00d443d8: ver 159, offset 6e000, dsize 1000

Node at 00d43aac is a data node

version 158, highest_version now 212

dnode @00d43aac: ver 158, offset 6d000, dsize 1000

Node at 00d42a50 is a data node

version 156, highest_version now 212

dnode @00d42a50: ver 156, offset 6c000, dsize 1000

Node at 00d42184 is a data node

version 155, highest_version now 212

dnode @00d42184: ver 155, offset 6b000, dsize 1000

Node at 00d413f0 is a data node

version 153, highest_version now 212

dnode @00d413f0: ver 153, offset 6a000, dsize 1000

Node at 00d40a78 is a data node

version 152, highest_version now 212

dnode @00d40a78: ver 152, offset 69000, dsize 1000

Node at 00d40314 is a data node

version 151, highest_version now 212

dnode @00d40314: ver 151, offset 68000, dsize 1000

Node at 00d3fc5c is a data node

version 276, highest_version now 276

dnode @00d3fc5c: ver 276, offset c1000, dsize 04b0

Node at 00d3f254 is a data node

version 275, highest_version now 276

dnode @00d3f254: ver 275, offset c0000, dsize 1000

Node at 00d3e638 is a data node

version 273, highest_version now 276

dnode @00d3e638: ver 273, offset bf000, dsize 1000

Node at 00d3dc50 is a data node

version 272, highest_version now 276

dnode @00d3dc50: ver 272, offset be000, dsize 1000

Node at 00d3d21c is a data node

version 271, highest_version now 276

dnode @00d3d21c: ver 271, offset bd000, dsize 1000

Node at 00d3c2b4 is a data node

version 269, highest_version now 276

dnode @00d3c2b4: ver 269, offset bc000, dsize 1000

Node at 00d3b8f0 is a data node

version 268, highest_version now 276

dnode @00d3b8f0: ver 268, offset bb000, dsize 1000

Node at 00d3ac30 is a data node

version 266, highest_version now 276

dnode @00d3ac30: ver 266, offset ba000, dsize 1000

Node at 00d3a430 is a data node

version 265, highest_version now 276

dnode @00d3a430: ver 265, offset b9000, dsize 1000

Node at 00d39a88 is a data node

version 264, highest_version now 276

dnode @00d39a88: ver 264, offset b8000, dsize 1000

Node at 00d38728 is a data node

version 262, highest_version now 276

dnode @00d38728: ver 262, offset b7000, dsize 1000

Node at 00d37ce8 is a data node

version 261, highest_version now 276

dnode @00d37ce8: ver 261, offset b6000, dsize 1000

Node at 00d3727c is a data node

version 259, highest_version now 276

dnode @00d3727c: ver 259, offset b5000, dsize 1000

Node at 00d36a0c is a data node

version 258, highest_version now 276

dnode @00d36a0c: ver 258, offset b4000, dsize 1000

Node at 00d36180 is a data node

version 257, highest_version now 276

dnode @00d36180: ver 257, offset b3000, dsize 1000

Node at 00d35318 is a data node

version 255, highest_version now 276

dnode @00d35318: ver 255, offset b2000, dsize 1000

Node at 00d34930 is a data node

version 254, highest_version now 276

dnode @00d34930: ver 254, offset b1000, dsize 1000

Node at 00d33b40 is a data node

version 252, highest_version now 276

dnode @00d33b40: ver 252, offset b0000, dsize 1000

Node at 00d33138 is a data node

version 251, highest_version now 276

dnode @00d33138: ver 251, offset af000, dsize 1000

Node at 00d327d0 is a data node

version 250, highest_version now 276

dnode @00d327d0: ver 250, offset ae000, dsize 1000

Node at 00d31594 is a data node

version 248, highest_version now 276

dnode @00d31594: ver 248, offset ad000, dsize 1000

Node at 00d30b4c is a data node

version 247, highest_version now 276

dnode @00d30b4c: ver 247, offset ac000, dsize 1000

Node at 00d2fc94 is a data node

version 245, highest_version now 276

dnode @00d2fc94: ver 245, offset ab000, dsize 1000

Node at 00d2f218 is a data node

version 244, highest_version now 276

dnode @00d2f218: ver 244, offset aa000, dsize 1000

Node at 00d2e9cc is a data node

version 243, highest_version now 276

dnode @00d2e9cc: ver 243, offset a9000, dsize 1000

Node at 00d2da50 is a data node

version 241, highest_version now 276

dnode @00d2da50: ver 241, offset a8000, dsize 1000

Node at 00d2d344 is a data node

version 240, highest_version now 276

dnode @00d2d344: ver 240, offset a7000, dsize 1000

Node at 00d2c814 is a data node

version 238, highest_version now 276

dnode @00d2c814: ver 238, offset a6000, dsize 1000

Node at 00d2bf38 is a data node

version 237, highest_version now 276

dnode @00d2bf38: ver 237, offset a5000, dsize 1000

Node at 00d2b5e4 is a data node

version 236, highest_version now 276

dnode @00d2b5e4: ver 236, offset a4000, dsize 1000

Node at 00d2a444 is a data node

version 234, highest_version now 276

dnode @00d2a444: ver 234, offset a3000, dsize 1000

Node at 00d29bf8 is a data node

version 233, highest_version now 276

dnode @00d29bf8: ver 233, offset a2000, dsize 1000

Node at 00d290e8 is a data node

version 231, highest_version now 276

dnode @00d290e8: ver 231, offset a1000, dsize 1000

Node at 00d28aec is a data node

version 230, highest_version now 276

dnode @00d28aec: ver 230, offset a0000, dsize 1000

Node at 00d284a0 is a data node

version 229, highest_version now 276

dnode @00d284a0: ver 229, offset 9f000, dsize 1000

Node at 00d27454 is a data node

version 227, highest_version now 276

dnode @00d27454: ver 227, offset 9e000, dsize 1000

Node at 00d26a4c is a data node

version 226, highest_version now 276

dnode @00d26a4c: ver 226, offset 9d000, dsize 1000

Node at 00d25c08 is a data node

version 224, highest_version now 276

dnode @00d25c08: ver 224, offset 9c000, dsize 1000

Node at 00d253cc is a data node

version 223, highest_version now 276

dnode @00d253cc: ver 223, offset 9b000, dsize 1000

Node at 00d24aa0 is a data node

version 222, highest_version now 276

dnode @00d24aa0: ver 222, offset 9a000, dsize 1000

Node at 00d23828 is a data node

version 220, highest_version now 276

dnode @00d23828: ver 220, offset 99000, dsize 1000

Node at 00d22e94 is a data node

version 219, highest_version now 276

dnode @00d22e94: ver 219, offset 98000, dsize 1000

Node at 00d220a4 is a data node

version 217, highest_version now 276

dnode @00d220a4: ver 217, offset 97000, dsize 1000

Node at 00d21730 is a data node

version 216, highest_version now 276

dnode @00d21730: ver 216, offset 96000, dsize 1000

Node at 00d20d98 is a data node

version 215, highest_version now 276

dnode @00d20d98: ver 215, offset 95000, dsize 1000

Node at 00d2000c is a data node

version 213, highest_version now 276

dnode @00d2000c: ver 213, offset 9483e, dsize 07c2

Node at 00d1fed4 is a data node

version 342, highest_version now 342

dnode @00d1fed4: ver 342, offset ef000, dsize 0102

Node at 00d1ec74 is a data node

version 340, highest_version now 342

dnode @00d1ec74: ver 340, offset ee000, dsize 1000

Node at 00d1e278 is a data node

version 339, highest_version now 342

dnode @00d1e278: ver 339, offset ed000, dsize 1000

Node at 00d1d65c is a data node

version 337, highest_version now 342

dnode @00d1d65c: ver 337, offset ec000, dsize 1000

Node at 00d1d05c is a data node

version 336, highest_version now 342

dnode @00d1d05c: ver 336, offset eb000, dsize 1000

Node at 00d1c8fc is a data node

version 335, highest_version now 342

dnode @00d1c8fc: ver 335, offset ea000, dsize 1000

Node at 00d1ba3c is a data node

version 333, highest_version now 342

dnode @00d1ba3c: ver 333, offset e9000, dsize 1000

Node at 00d1b10c is a data node

version 332, highest_version now 342

dnode @00d1b10c: ver 332, offset e8000, dsize 1000

Node at 00d1a514 is a data node

version 330, highest_version now 342

dnode @00d1a514: ver 330, offset e7000, dsize 1000

Node at 00d19bf4 is a data node

version 329, highest_version now 342

dnode @00d19bf4: ver 329, offset e6000, dsize 1000

Node at 00d19268 is a data node

version 328, highest_version now 342

dnode @00d19268: ver 328, offset e5000, dsize 1000

Node at 00d18028 is a data node

version 326, highest_version now 342

dnode @00d18028: ver 326, offset e4000, dsize 1000

Node at 00d1760c is a data node

version 325, highest_version now 342

dnode @00d1760c: ver 325, offset e3000, dsize 1000

Node at 00d167ac is a data node

version 323, highest_version now 342

dnode @00d167ac: ver 323, offset e2000, dsize 1000

Node at 00d15ef0 is a data node

version 322, highest_version now 342

dnode @00d15ef0: ver 322, offset e1000, dsize 1000

Node at 00d155f0 is a data node

version 321, highest_version now 342

dnode @00d155f0: ver 321, offset e0000, dsize 1000

Node at 00d144d8 is a data node

version 319, highest_version now 342

dnode @00d144d8: ver 319, offset df000, dsize 1000

Node at 00d13b94 is a data node

version 318, highest_version now 342

dnode @00d13b94: ver 318, offset de000, dsize 1000

Node at 00d12e90 is a data node

version 316, highest_version now 342

dnode @00d12e90: ver 316, offset dd000, dsize 1000

Node at 00d1290c is a data node

version 315, highest_version now 342

dnode @00d1290c: ver 315, offset dc000, dsize 1000

Node at 00d12390 is a data node

version 314, highest_version now 342

dnode @00d12390: ver 314, offset db000, dsize 1000

Node at 00d1145c is a data node

version 312, highest_version now 342

dnode @00d1145c: ver 312, offset da000, dsize 1000

Node at 00d10be8 is a data node

version 311, highest_version now 342

dnode @00d10be8: ver 311, offset d9000, dsize 1000

Node at 00d100d4 is a data node

version 309, highest_version now 342

dnode @00d100d4: ver 309, offset d8000, dsize 1000

Node at 00d0f85c is a data node

version 308, highest_version now 342

dnode @00d0f85c: ver 308, offset d7000, dsize 1000

Node at 00d0ef20 is a data node

version 307, highest_version now 342

dnode @00d0ef20: ver 307, offset d6000, dsize 1000

Node at 00d0df10 is a data node

version 305, highest_version now 342

dnode @00d0df10: ver 305, offset d5000, dsize 1000

Node at 00d0d520 is a data node

version 304, highest_version now 342

dnode @00d0d520: ver 304, offset d4000, dsize 1000

Node at 00d0c908 is a data node

version 302, highest_version now 342

dnode @00d0c908: ver 302, offset d3000, dsize 1000

Node at 00d0c028 is a data node

version 301, highest_version now 342

dnode @00d0c028: ver 301, offset d2000, dsize 1000

Node at 00d0b728 is a data node

version 300, highest_version now 342

dnode @00d0b728: ver 300, offset d1000, dsize 1000

Node at 00d0a524 is a data node

version 298, highest_version now 342

dnode @00d0a524: ver 298, offset d0000, dsize 1000

Node at 00d09b40 is a data node

version 297, highest_version now 342

dnode @00d09b40: ver 297, offset cf000, dsize 1000

Node at 00d08dc8 is a data node

version 295, highest_version now 342

dnode @00d08dc8: ver 295, offset ce000, dsize 1000

Node at 00d084c0 is a data node

version 294, highest_version now 342

dnode @00d084c0: ver 294, offset cd000, dsize 1000

Node at 00d07bcc is a data node

version 293, highest_version now 342

dnode @00d07bcc: ver 293, offset cc000, dsize 1000

Node at 00d06a14 is a data node

version 291, highest_version now 342

dnode @00d06a14: ver 291, offset cb000, dsize 1000

Node at 00d06410 is a data node

version 290, highest_version now 342

dnode @00d06410: ver 290, offset ca000, dsize 1000

Node at 00d05b04 is a data node

version 288, highest_version now 342

dnode @00d05b04: ver 288, offset c9000, dsize 1000

Node at 00d052fc is a data node

version 287, highest_version now 342

dnode @00d052fc: ver 287, offset c8000, dsize 1000

Node at 00d04978 is a data node

version 286, highest_version now 342

dnode @00d04978: ver 286, offset c7000, dsize 1000

Node at 00d037a0 is a data node

version 284, highest_version now 342

dnode @00d037a0: ver 284, offset c6000, dsize 1000

Node at 00d02e14 is a data node

version 283, highest_version now 342

dnode @00d02e14: ver 283, offset c5000, dsize 1000

Node at 00d02064 is a data node

version 281, highest_version now 342

dnode @00d02064: ver 281, offset c4000, dsize 1000

Node at 00d016c4 is a data node

version 280, highest_version now 342

dnode @00d016c4: ver 280, offset c3000, dsize 1000

Node at 00d00e68 is a data node

version 279, highest_version now 342

dnode @00d00e68: ver 279, offset c2000, dsize 1000

Node at 00d0000c is a data node

version 277, highest_version now 342

dnode @00d0000c: ver 277, offset c14b0, dsize 0b50

Node at 00cff8c8 is a data node

version 436, highest_version now 436

dnode @00cff8c8: ver 436, offset 132000, dsize 0f91

Node at 00cff394 is a data node

version 435, highest_version now 436

dnode @00cff394: ver 435, offset 131000, dsize 1000

Node at 00cff1bc is a data node

version 434, highest_version now 436

dnode @00cff1bc: ver 434, offset 130000, dsize 1000

Node at 00cfef94 is a data node

version 432, highest_version now 436

dnode @00cfef94: ver 432, offset 12f000, dsize 1000

Node at 00cfeee0 is a data node

version 431, highest_version now 436

dnode @00cfeee0: ver 431, offset 12e000, dsize 1000

Node at 00cfed98 is a data node

version 429, highest_version now 436

dnode @00cfed98: ver 429, offset 12d000, dsize 1000

Node at 00cfece4 is a data node

version 428, highest_version now 436

dnode @00cfece4: ver 428, offset 12c000, dsize 1000

Node at 00cfec30 is a data node

version 427, highest_version now 436

dnode @00cfec30: ver 427, offset 12b000, dsize 1000

Node at 00cfead0 is a data node

version 425, highest_version now 436

dnode @00cfead0: ver 425, offset 12a000, dsize 1000

Node at 00cfea1c is a data node

version 424, highest_version now 436

dnode @00cfea1c: ver 424, offset 129000, dsize 1000

Node at 00cfe8d4 is a data node

version 422, highest_version now 436

dnode @00cfe8d4: ver 422, offset 128000, dsize 1000

Node at 00cfe820 is a data node

version 421, highest_version now 436

dnode @00cfe820: ver 421, offset 127000, dsize 1000

Node at 00cfe76c is a data node

version 420, highest_version now 436

dnode @00cfe76c: ver 420, offset 126000, dsize 1000

Node at 00cfe60c is a data node

version 418, highest_version now 436

dnode @00cfe60c: ver 418, offset 125000, dsize 1000

Node at 00cfe2fc is a data node

version 417, highest_version now 436

dnode @00cfe2fc: ver 417, offset 124000, dsize 1000

Node at 00cfd8c8 is a data node

version 415, highest_version now 436

dnode @00cfd8c8: ver 415, offset 123000, dsize 1000

Node at 00cfd2a4 is a data node

version 414, highest_version now 436

dnode @00cfd2a4: ver 414, offset 122000, dsize 1000

Node at 00cfccc8 is a data node

version 413, highest_version now 436

dnode @00cfccc8: ver 413, offset 121000, dsize 1000

Node at 00cfc37c is a data node

version 411, highest_version now 436

dnode @00cfc37c: ver 411, offset 120000, dsize 1000

Node at 00cfbe44 is a data node

version 410, highest_version now 436

dnode @00cfbe44: ver 410, offset 11f000, dsize 1000

Node at 00cfb5a4 is a data node

version 408, highest_version now 436

dnode @00cfb5a4: ver 408, offset 11e000, dsize 1000

Node at 00cfaf58 is a data node

version 407, highest_version now 436

dnode @00cfaf58: ver 407, offset 11d000, dsize 1000

Node at 00cfa8a0 is a data node

version 406, highest_version now 436

dnode @00cfa8a0: ver 406, offset 11c000, dsize 1000

Node at 00cf9ad0 is a data node

version 404, highest_version now 436

dnode @00cf9ad0: ver 404, offset 11b000, dsize 1000

Node at 00cf93b4 is a data node

version 403, highest_version now 436

dnode @00cf93b4: ver 403, offset 11a000, dsize 1000

Node at 00cf8ae4 is a data node

version 401, highest_version now 436

dnode @00cf8ae4: ver 401, offset 119000, dsize 1000

Node at 00cf8574 is a data node

version 400, highest_version now 436

dnode @00cf8574: ver 400, offset 118000, dsize 1000

Node at 00cf7e30 is a data node

version 399, highest_version now 436

dnode @00cf7e30: ver 399, offset 117000, dsize 1000

Node at 00cf7074 is a data node

version 397, highest_version now 436

dnode @00cf7074: ver 397, offset 116000, dsize 1000

Node at 00cf6850 is a data node

version 396, highest_version now 436

dnode @00cf6850: ver 396, offset 115000, dsize 1000

Node at 00cf60d8 is a data node

version 394, highest_version now 436

dnode @00cf60d8: ver 394, offset 114000, dsize 1000

Node at 00cf5dd8 is a data node

version 393, highest_version now 436

dnode @00cf5dd8: ver 393, offset 113000, dsize 1000

Node at 00cf5cd0 is a data node

version 392, highest_version now 436

dnode @00cf5cd0: ver 392, offset 112000, dsize 1000

Node at 00cf5a88 is a data node

version 390, highest_version now 436

dnode @00cf5a88: ver 390, offset 111000, dsize 1000

Node at 00cf57a0 is a data node

version 389, highest_version now 436

dnode @00cf57a0: ver 389, offset 110000, dsize 1000

Node at 00cf53b4 is a data node

version 387, highest_version now 436

dnode @00cf53b4: ver 387, offset 10f000, dsize 1000

Node at 00cf4dc8 is a data node

version 386, highest_version now 436

dnode @00cf4dc8: ver 386, offset 10e000, dsize 1000

Node at 00cf4890 is a data node

version 385, highest_version now 436

dnode @00cf4890: ver 385, offset 10d000, dsize 1000

Node at 00cf4078 is a data node

version 383, highest_version now 436

dnode @00cf4078: ver 383, offset 10c000, dsize 1000

Node at 00cf3c68 is a data node

version 382, highest_version now 436

dnode @00cf3c68: ver 382, offset 10b000, dsize 1000

Node at 00cf34b4 is a data node

version 380, highest_version now 436

dnode @00cf34b4: ver 380, offset 10a000, dsize 1000

Node at 00cf2ed4 is a data node

version 379, highest_version now 436

dnode @00cf2ed4: ver 379, offset 109000, dsize 1000

Node at 00cf2614 is a data node

version 378, highest_version now 436

dnode @00cf2614: ver 378, offset 108000, dsize 1000

Node at 00cf1610 is a data node

version 376, highest_version now 436

dnode @00cf1610: ver 376, offset 107000, dsize 1000

Node at 00cf0cd0 is a data node

version 375, highest_version now 436

dnode @00cf0cd0: ver 375, offset 106000, dsize 1000

Node at 00ceff70 is a data node

version 373, highest_version now 436

dnode @00ceff70: ver 373, offset 105000, dsize 1000

Node at 00cef62c is a data node

version 372, highest_version now 436

dnode @00cef62c: ver 372, offset 104000, dsize 1000

Node at 00ceebec is a data node

version 371, highest_version now 436

dnode @00ceebec: ver 371, offset 103000, dsize 1000

Node at 00ced8e0 is a data node

version 369, highest_version now 436

dnode @00ced8e0: ver 369, offset 102000, dsize 1000

Node at 00cecf78 is a data node

version 368, highest_version now 436

dnode @00cecf78: ver 368, offset 101000, dsize 1000

Node at 00cec300 is a data node

version 366, highest_version now 436

dnode @00cec300: ver 366, offset 100000, dsize 1000

Node at 00ceba78 is a data node

version 365, highest_version now 436

dnode @00ceba78: ver 365, offset ff000, dsize 1000

Node at 00ceb068 is a data node

version 364, highest_version now 436

dnode @00ceb068: ver 364, offset fe000, dsize 1000

Node at 00ce9d00 is a data node

version 362, highest_version now 436

dnode @00ce9d00: ver 362, offset fd000, dsize 1000

Node at 00ce9464 is a data node

version 361, highest_version now 436

dnode @00ce9464: ver 361, offset fc000, dsize 1000

Node at 00ce8710 is a data node

version 359, highest_version now 436

dnode @00ce8710: ver 359, offset fb000, dsize 1000

Node at 00ce7e7c is a data node

version 358, highest_version now 436

dnode @00ce7e7c: ver 358, offset fa000, dsize 1000

Node at 00ce75f8 is a data node

version 357, highest_version now 436

dnode @00ce75f8: ver 357, offset f9000, dsize 1000

Node at 00ce65c8 is a data node

version 355, highest_version now 436

dnode @00ce65c8: ver 355, offset f8000, dsize 1000

Node at 00ce5c14 is a data node

version 354, highest_version now 436

dnode @00ce5c14: ver 354, offset f7000, dsize 1000

Node at 00ce4ebc is a data node

version 352, highest_version now 436

dnode @00ce4ebc: ver 352, offset f6000, dsize 1000

Node at 00ce45f8 is a data node

version 351, highest_version now 436

dnode @00ce45f8: ver 351, offset f5000, dsize 1000

Node at 00ce3c6c is a data node

version 350, highest_version now 436

dnode @00ce3c6c: ver 350, offset f4000, dsize 1000

Node at 00ce2a08 is a data node

version 348, highest_version now 436

dnode @00ce2a08: ver 348, offset f3000, dsize 1000

Node at 00ce2068 is a data node

version 347, highest_version now 436

dnode @00ce2068: ver 347, offset f2000, dsize 1000

Node at 00ce1234 is a data node

version 345, highest_version now 436

dnode @00ce1234: ver 345, offset f1000, dsize 1000

Node at 00ce0858 is a data node

version 344, highest_version now 436

dnode @00ce0858: ver 344, offset f0000, dsize 1000

Node at 00ce000c is a data node

version 343, highest_version now 436

dnode @00ce000c: ver 343, offset ef102, dsize 0efe

Node at 00cd29d0 is a data node

version 484, highest_version now 484

dnode @00cd29d0: ver 484, offset 0000, dsize 0000

Node at 00cd27ec is a data node

version 482, highest_version now 484

dnode @00cd27ec: ver 482, offset 152000, dsize 0216

Node at 00cd2004 is a data node

version 481, highest_version now 484

dnode @00cd2004: ver 481, offset 151000, dsize 1000

Node at 00cd14b8 is a data node

version 479, highest_version now 484

dnode @00cd14b8: ver 479, offset 150000, dsize 1000

Node at 00cd0cc8 is a data node

version 478, highest_version now 484

dnode @00cd0cc8: ver 478, offset 14f000, dsize 1000

Node at 00cd04e4 is a data node

version 477, highest_version now 484

dnode @00cd04e4: ver 477, offset 14e000, dsize 1000

Node at 00ccf5dc is a data node

version 475, highest_version now 484

dnode @00ccf5dc: ver 475, offset 14d000, dsize 1000

Node at 00ccee3c is a data node

version 474, highest_version now 484

dnode @00ccee3c: ver 474, offset 14c000, dsize 1000

Node at 00cce2f4 is a data node

version 472, highest_version now 484

dnode @00cce2f4: ver 472, offset 14b000, dsize 1000

Node at 00ccdb88 is a data node

version 471, highest_version now 484

dnode @00ccdb88: ver 471, offset 14a000, dsize 1000

Node at 00ccd41c is a data node

version 470, highest_version now 484

dnode @00ccd41c: ver 470, offset 149000, dsize 1000

Node at 00ccc624 is a data node

version 468, highest_version now 484

dnode @00ccc624: ver 468, offset 148000, dsize 1000

Node at 00ccbf68 is a data node

version 467, highest_version now 484

dnode @00ccbf68: ver 467, offset 147000, dsize 1000

Node at 00ccb578 is a data node

version 465, highest_version now 484

dnode @00ccb578: ver 465, offset 146000, dsize 1000

Node at 00ccaea8 is a data node

version 464, highest_version now 484

dnode @00ccaea8: ver 464, offset 145000, dsize 1000

Node at 00cca66c is a data node

version 463, highest_version now 484

dnode @00cca66c: ver 463, offset 144000, dsize 1000

Node at 00cc96a4 is a data node

version 461, highest_version now 484

dnode @00cc96a4: ver 461, offset 143000, dsize 1000

Node at 00cc8e3c is a data node

version 460, highest_version now 484

dnode @00cc8e3c: ver 460, offset 142000, dsize 1000

Node at 00cc826c is a data node

version 458, highest_version now 484

dnode @00cc826c: ver 458, offset 141000, dsize 1000

Node at 00cc7a44 is a data node

version 457, highest_version now 484

dnode @00cc7a44: ver 457, offset 140000, dsize 1000

Node at 00cc7204 is a data node

version 456, highest_version now 484

dnode @00cc7204: ver 456, offset 13f000, dsize 1000

Node at 00cc62a0 is a data node

version 454, highest_version now 484

dnode @00cc62a0: ver 454, offset 13e000, dsize 1000

Node at 00cc5a5c is a data node

version 453, highest_version now 484

dnode @00cc5a5c: ver 453, offset 13d000, dsize 1000

Node at 00cc4f20 is a data node

version 451, highest_version now 484

dnode @00cc4f20: ver 451, offset 13c000, dsize 1000

Node at 00cc46ec is a data node

version 450, highest_version now 484

dnode @00cc46ec: ver 450, offset 13b000, dsize 1000

Node at 00cc3ec0 is a data node

version 449, highest_version now 484

dnode @00cc3ec0: ver 449, offset 13a000, dsize 1000

Node at 00cc2f70 is a data node

version 447, highest_version now 484

dnode @00cc2f70: ver 447, offset 139000, dsize 1000

Node at 00cc27e4 is a data node

version 446, highest_version now 484

dnode @00cc27e4: ver 446, offset 138000, dsize 1000

Node at 00cc1dec is a data node

version 444, highest_version now 484

dnode @00cc1dec: ver 444, offset 137000, dsize 1000

Node at 00cc180c is a data node

version 443, highest_version now 484

dnode @00cc180c: ver 443, offset 136000, dsize 1000

Node at 00cc1394 is a data node

version 442, highest_version now 484

dnode @00cc1394: ver 442, offset 135000, dsize 1000

Node at 00cc0a80 is a data node

version 440, highest_version now 484

dnode @00cc0a80: ver 440, offset 134000, dsize 1000

Node at 00cc03c0 is a data node

version 439, highest_version now 484

dnode @00cc03c0: ver 439, offset 133000, dsize 1000

Node at 00cc000c is a data node

version 437, highest_version now 484

dnode @00cc000c: ver 437, offset 132f91, dsize 006f

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c8a0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c8b0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c8c0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c8d0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c8e0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c8f0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c900)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c910)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c920)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cc40)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cc50)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cc60)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cc70)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cc80)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cc90)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cca0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ccb0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ccc0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ccd0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cce0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ccf0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cd00)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cd10)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cd20)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cd30)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cd40)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cd50)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cd60)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ca00)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ca10)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ca20)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ca30)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ca40)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ca50)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ca60)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ca70)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ca80)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ca90)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0caa0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cab0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cac0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cad0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cae0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0caf0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cb00)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cb10)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cb20)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cb30)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cb40)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cb50)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cb60)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cb70)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cb80)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cb90)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cba0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c840)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c850)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c860)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c870)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c880)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c890)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c3d0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c4b0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c590)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c3e0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c4c0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c5a0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c3f0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c4d0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c5b0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cd70)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cd80)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cd90)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cda0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cdb0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cdc0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cdd0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cde0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cdf0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ce00)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ce10)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ce20)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ce30)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ce40)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ce50)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ce60)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ce70)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ce80)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ce90)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cea0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ceb0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cec0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ced0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cee0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cef0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cf00)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cf10)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cbb0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cbc0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cbd0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cbe0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cbf0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cc00)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cc10)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cc20)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cc30)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c440)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c520)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c600)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c450)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c530)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c610)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c460)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c540)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c620)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c470)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c550)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c630)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c640)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c650)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c660)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c670)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c680)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c690)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c350)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c340)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c480)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c560)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c3b0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c360)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c370)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c380)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c390)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c3a0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c490)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c570)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c3c0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c4a0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c580)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cfd0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cf20)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cf30)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cf40)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cf50)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cf60)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cf70)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cf80)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cf90)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cfa0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cfb0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0cfc0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f430)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f440)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f450)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f460)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f470)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f480)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f490)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f4a0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f4b0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f4c0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ff30)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ff40)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ff50)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ff60)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ff70)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ff80)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ff90)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ffa0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ffb0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ffc0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0ffd0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fea0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fda0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fdb0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fdc0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fdd0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fde0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fdf0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fe00)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fe10)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fe20)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fe30)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fe40)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fe50)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fe60)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fe70)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fe80)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fe90)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fec0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0feb0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c420)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c500)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c5e0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c430)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c510)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0c5f0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f510)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f520)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f530)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f540)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f550)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f560)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f570)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f580)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f590)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f5a0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f5b0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f5c0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f5d0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f5e0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f5f0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f600)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f610)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f620)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f630)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f640)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f650)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f660)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f670)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f680)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f690)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f6a0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f6b0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f6c0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f6d0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f6e0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f6f0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f700)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f340)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f350)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f360)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f370)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f380)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f390)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f3a0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f3b0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f3c0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f3d0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f3e0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f3f0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f400)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f410)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f420)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f9a0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f9b0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f9c0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f9d0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f9e0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f9f0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fa00)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fa10)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fa20)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fa30)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fa40)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fa50)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fa60)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fa70)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fa80)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fa90)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0faa0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fab0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fac0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fad0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fae0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0faf0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fb00)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fb10)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fb20)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fb30)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fb40)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fb50)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f710)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f720)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f730)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f740)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f750)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f760)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f770)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f780)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f790)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f7a0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f7b0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f7c0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f7d0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f7e0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f7f0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f800)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f810)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f820)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f830)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f840)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f850)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f860)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f870)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f880)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f890)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f8a0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f8b0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f8c0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f8d0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f8e0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f8f0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f900)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f910)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f920)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f930)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f940)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f4d0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f4e0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f4f0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f500)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fbd0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fbe0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fbf0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fc00)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fc10)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fc20)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fc30)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fc40)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fc50)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fc60)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fc70)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fc80)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fc90)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fca0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fcb0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fcc0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fcd0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fce0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fcf0)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fd00)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fd10)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fd20)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fd30)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fd40)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fd50)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fd60)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fd70)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fd80)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0fd90)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f950)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f960)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f970)

jffs2_add_full_dnode_to_inode(ino #213, f c0033da0, fn c0f0f980)

metadata @00cd29d0: ver 484

Truncating fraglist to 0x00152216 bytes

jffs2_read_inode() returning

jffs2_do_readpage_nolock(): ino #213, page at offset 0x0

jffs2_read_inode_range: ino #213, range 0x00000000-0x00001000

Reading 0-4096 from node at 0xdbaf68

Node read from 00dbaf68: node_crc d65a1594, calculated CRC d65a1594. dsize 1000, csize 828, offset 0, buf c0e9c000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x120000

jffs2_read_inode_range: ino #213, range 0x00120000-0x00121000

Reading 1179648-1183744 from node at 0xcfc37c

Node read from 00cfc37c: node_crc fae6e361, calculated CRC fae6e361. dsize 1000, csize 32f, offset 120000, buf c0e9a000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x121000

jffs2_read_inode_range: ino #213, range 0x00121000-0x00122000

Reading 1183744-1187840 from node at 0xcfccc8

Node read from 00cfccc8: node_crc aa74d525, calculated CRC aa74d525. dsize 1000, csize 596, offset 121000, buf c0e99000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x122000

jffs2_read_inode_range: ino #213, range 0x00122000-0x00123000

Reading 1187840-1191936 from node at 0xcfd2a4

Node read from 00cfd2a4: node_crc 3da29556, calculated CRC 3da29556. dsize 1000, csize 5e0, offset 122000, buf c0e98000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x123000

jffs2_read_inode_range: ino #213, range 0x00123000-0x00124000

Reading 1191936-1196032 from node at 0xcfd8c8

Node read from 00cfd8c8: node_crc 526c8f44, calculated CRC 526c8f44. dsize 1000, csize 6ff, offset 123000, buf c0e97000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x124000

jffs2_read_inode_range: ino #213, range 0x00124000-0x00125000

Reading 1196032-1200128 from node at 0xcfe2fc

Node read from 00cfe2fc: node_crc 95a088f7, calculated CRC 95a088f7. dsize 1000, csize 2cc, offset 124000, buf c0e96000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x10000

jffs2_read_inode_range: ino #213, range 0x00010000-0x00011000

Reading 65536-69632 from node at 0xd85044

Node read from 00d85044: node_crc eb1b69e2, calculated CRC eb1b69e2. dsize 1000, csize 7c2, offset 10000, buf c0e93000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x11000

jffs2_read_inode_range: ino #213, range 0x00011000-0x00012000

Reading 69632-73728 from node at 0xd85bdc

Node read from 00d85bdc: node_crc e0dd2481, calculated CRC e0dd2481. dsize 1000, csize 7e8, offset 11000, buf c0e92000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x12000

jffs2_read_inode_range: ino #213, range 0x00012000-0x00013000

Reading 73728-77824 from node at 0xd86408

Node read from 00d86408: node_crc 9d823065, calculated CRC 9d823065. dsize 1000, csize 7cf, offset 12000, buf c0e91000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x13000

jffs2_read_inode_range: ino #213, range 0x00013000-0x00014000

Reading 77824-81920 from node at 0xd87364

Node read from 00d87364: node_crc fce7d7ce, calculated CRC fce7d7ce. dsize 1000, csize 7de, offset 13000, buf c0e90000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x14000

jffs2_read_inode_range: ino #213, range 0x00014000-0x00015000

Reading 81920-86016 from node at 0xd87b88

Node read from 00d87b88: node_crc d82fdd5b, calculated CRC d82fdd5b. dsize 1000, csize 6aa, offset 14000, buf c0e8f000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x15000

jffs2_read_inode_range: ino #213, range 0x00015000-0x00016000

Reading 86016-90112 from node at 0xd88278

Node read from 00d88278: node_crc 78ef0228, calculated CRC 78ef0228. dsize 1000, csize 48b, offset 15000, buf c0e8e000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x16000

jffs2_read_inode_range: ino #213, range 0x00016000-0x00017000

Reading 90112-94208 from node at 0xd888e4

Node read from 00d888e4: node_crc 36088040, calculated CRC 36088040. dsize 1000, csize 300, offset 16000, buf c0e8d000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x17000

jffs2_read_inode_range: ino #213, range 0x00017000-0x00018000

Reading 94208-98304 from node at 0xd88c28

Node read from 00d88c28: node_crc b832f41f, calculated CRC b832f41f. dsize 1000, csize 2f9, offset 17000, buf c0e8c000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x118000

jffs2_read_inode_range: ino #213, range 0x00118000-0x00119000

Reading 1146880-1150976 from node at 0xcf8574

Node read from 00cf8574: node_crc 615180c9, calculated CRC 615180c9. dsize 1000, csize 529, offset 118000, buf c0e8b000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x119000

jffs2_read_inode_range: ino #213, range 0x00119000-0x0011a000

Reading 1150976-1155072 from node at 0xcf8ae4

Node read from 00cf8ae4: node_crc 9865c418, calculated CRC 9865c418. dsize 1000, csize 536, offset 119000, buf c0e8a000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x11a000

jffs2_read_inode_range: ino #213, range 0x0011a000-0x0011b000

Reading 1155072-1159168 from node at 0xcf93b4

Node read from 00cf93b4: node_crc 48052f04, calculated CRC 48052f04. dsize 1000, csize 6d5, offset 11a000, buf c0e89000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x11b000

jffs2_read_inode_range: ino #213, range 0x0011b000-0x0011c000

Reading 1159168-1163264 from node at 0xcf9ad0

Node read from 00cf9ad0: node_crc f2b309fe, calculated CRC f2b309fe. dsize 1000, csize 776, offset 11b000, buf c0e88000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x11c000

jffs2_read_inode_range: ino #213, range 0x0011c000-0x0011d000

Reading 1163264-1167360 from node at 0xcfa8a0

Node read from 00cfa8a0: node_crc fbd718c9, calculated CRC fbd718c9. dsize 1000, csize 671, offset 11c000, buf c0e87000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x11d000

jffs2_read_inode_range: ino #213, range 0x0011d000-0x0011e000

Reading 1167360-1171456 from node at 0xcfaf58

Node read from 00cfaf58: node_crc 5b23941e, calculated CRC 5b23941e. dsize 1000, csize 605, offset 11d000, buf c0e86000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x11e000

jffs2_read_inode_range: ino #213, range 0x0011e000-0x0011f000

Reading 1171456-1175552 from node at 0xcfb5a4

Node read from 00cfb5a4: node_crc f269c7b7, calculated CRC f269c7b7. dsize 1000, csize 5ed, offset 11e000, buf c0e85000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x11f000

jffs2_read_inode_range: ino #213, range 0x0011f000-0x00120000

Reading 1175552-1179648 from node at 0xcfbe44

Node read from 00cfbe44: node_crc e122785e, calculated CRC e122785e. dsize 1000, csize 4f2, offset 11f000, buf c0e82000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x18000

jffs2_read_inode_range: ino #213, range 0x00018000-0x00019000

Reading 98304-102400 from node at 0xd89274

Node read from 00d89274: node_crc 687a2503, calculated CRC 687a2503. dsize 1000, csize 31d, offset 18000, buf c0e7f000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x19000

jffs2_read_inode_range: ino #213, range 0x00019000-0x0001a000

Reading 102400-106496 from node at 0xd895d8

Node read from 00d895d8: node_crc aa2ac8a3, calculated CRC aa2ac8a3. dsize 1000, csize 2f8, offset 19000, buf c0e7e000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x1a000

jffs2_read_inode_range: ino #213, range 0x0001a000-0x0001b000

Reading 106496-110592 from node at 0xd89914

Node read from 00d89914: node_crc 41fe941c, calculated CRC 41fe941c. dsize 1000, csize 2ee, offset 1a000, buf c0e7d000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x1b000

jffs2_read_inode_range: ino #213, range 0x0001b000-0x0001c000

Reading 110592-114688 from node at 0xd89de0

Node read from 00d89de0: node_crc e228240d, calculated CRC e228240d. dsize 1000, csize 2ed, offset 1b000, buf c0e7c000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x1c000

jffs2_read_inode_range: ino #213, range 0x0001c000-0x0001d000

Reading 114688-118784 from node at 0xd8a114

Node read from 00d8a114: node_crc efd77778, calculated CRC efd77778. dsize 1000, csize 2ec, offset 1c000, buf c0e7b000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x1d000

jffs2_read_inode_range: ino #213, range 0x0001d000-0x0001e000

Reading 118784-122880 from node at 0xd8ab04

Node read from 00d8ab04: node_crc d8b9f958, calculated CRC d8b9f958. dsize 1000, csize 76f, offset 1d000, buf c0e7a000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x1e000

jffs2_read_inode_range: ino #213, range 0x0001e000-0x0001f000

Reading 122880-126976 from node at 0xd8b2b8

Node read from 00d8b2b8: node_crc 8f6933d5, calculated CRC 8f6933d5. dsize 1000, csize 662, offset 1e000, buf c0e79000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x1f000

jffs2_read_inode_range: ino #213, range 0x0001f000-0x00020000

Reading 126976-131072 from node at 0xd8b960

Node read from 00d8b960: node_crc a5dd5d92, calculated CRC a5dd5d92. dsize 1000, csize 1fc, offset 1f000, buf c0e78000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x1000

jffs2_read_inode_range: ino #213, range 0x00001000-0x00002000

Reading 4096-8192 from node at 0xdbb7d4

Node read from 00dbb7d4: node_crc 325bcef9, calculated CRC 325bcef9. dsize 1000, csize 403, offset 1000, buf c0e75000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x2000

jffs2_read_inode_range: ino #213, range 0x00002000-0x00003000

Reading 8192-12288 from node at 0xdbbf1c

Node read from 00dbbf1c: node_crc a4411026, calculated CRC a4411026. dsize 1000, csize 740, offset 2000, buf c0e74000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x3000

jffs2_read_inode_range: ino #213, range 0x00003000-0x00004000

Reading 12288-16384 from node at 0xdbc6a0

Node read from 00dbc6a0: node_crc ea06826e, calculated CRC ea06826e. dsize 1000, csize 75d, offset 3000, buf c0e73000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x4000

jffs2_read_inode_range: ino #213, range 0x00004000-0x00005000

Reading 16384-20480 from node at 0xdbd59c

Node read from 00dbd59c: node_crc acf9fdf5, calculated CRC acf9fdf5. dsize 1000, csize 80e, offset 4000, buf c0e72000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x5000

jffs2_read_inode_range: ino #213, range 0x00005000-0x00006000

Reading 20480-24576 from node at 0xdbddf0

Node read from 00dbddf0: node_crc fc34d17b, calculated CRC fc34d17b. dsize 1000, csize 7fe, offset 5000, buf c0e71000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x6000

jffs2_read_inode_range: ino #213, range 0x00006000-0x00007000

Reading 24576-28672 from node at 0xdbe634

Node read from 00dbe634: node_crc a699c3e2, calculated CRC a699c3e2. dsize 1000, csize 7f6, offset 6000, buf c0e70000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x7000

jffs2_read_inode_range: ino #213, range 0x00007000-0x00008000

Reading 28672-32768 from node at 0xdbf1f8

Node read from 00dbf1f8: node_crc ccbcea1e, calculated CRC ccbcea1e. dsize 1000, csize 838, offset 7000, buf c0e6f000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x8000

jffs2_read_inode_range: ino #213, range 0x00008000-0x00009000

Reading 32768-35108 from node at 0xdbfa74

Node read from 00dbfa74: node_crc f901a509, calculated CRC f901a509. dsize 924, csize 544, offset 8000, buf c0e6e000

Reading 35108-36864 from node at 0xd8000c

Node read from 00d8000c: node_crc 248c842e, calculated CRC 248c842e. dsize 6dc, csize 3c1, offset 8924, buf c0e6e924

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x9000

jffs2_read_inode_range: ino #213, range 0x00009000-0x0000a000

Reading 36864-40960 from node at 0xd80bb4

Node read from 00d80bb4: node_crc 70cf1864, calculated CRC 70cf1864. dsize 1000, csize 857, offset 9000, buf c0e6d000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xa000

jffs2_read_inode_range: ino #213, range 0x0000a000-0x0000b000

Reading 40960-45056 from node at 0xd81450

Node read from 00d81450: node_crc c1ddb7a2, calculated CRC c1ddb7a2. dsize 1000, csize 82e, offset a000, buf c0e6c000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xb000

jffs2_read_inode_range: ino #213, range 0x0000b000-0x0000c000

Reading 45056-49152 from node at 0xd81cc4

Node read from 00d81cc4: node_crc 65db7de0, calculated CRC 65db7de0. dsize 1000, csize 88e, offset b000, buf c0e6b000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xc000

jffs2_read_inode_range: ino #213, range 0x0000c000-0x0000d000

Reading 49152-53248 from node at 0xd82910

Node read from 00d82910: node_crc 6b714343, calculated CRC 6b714343. dsize 1000, csize 7b7, offset c000, buf c0e6a000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xd000

jffs2_read_inode_range: ino #213, range 0x0000d000-0x0000e000

Reading 53248-57344 from node at 0xd8310c

Node read from 00d8310c: node_crc 5c386e07, calculated CRC 5c386e07. dsize 1000, csize 7d2, offset d000, buf c0e69000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xe000

jffs2_read_inode_range: ino #213, range 0x0000e000-0x0000f000

Reading 57344-61440 from node at 0xd8402c

Node read from 00d8402c: node_crc 767bb785, calculated CRC 767bb785. dsize 1000, csize 7b5, offset e000, buf c0e68000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xf000

jffs2_read_inode_range: ino #213, range 0x0000f000-0x00010000

Reading 61440-65536 from node at 0xd84828

Node read from 00d84828: node_crc 82191382, calculated CRC 82191382. dsize 1000, csize 7d5, offset f000, buf c0e67000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x20000

jffs2_read_inode_range: ino #213, range 0x00020000-0x00021000

Reading 131072-135168 from node at 0xd8bce4

Node read from 00d8bce4: node_crc 0ee6c02a, calculated CRC 0ee6c02a. dsize 1000, csize 55c, offset 20000, buf c0e66000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x21000

jffs2_read_inode_range: ino #213, range 0x00021000-0x00022000

Reading 135168-139264 from node at 0xd8c284

Node read from 00d8c284: node_crc c9e0fd5c, calculated CRC c9e0fd5c. dsize 1000, csize a0a, offset 21000, buf c0e65000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x22000

jffs2_read_inode_range: ino #213, range 0x00022000-0x00023000

Reading 139264-143360 from node at 0xd8d588

Node read from 00d8d588: node_crc 7055d9dd, calculated CRC 7055d9dd. dsize 1000, csize 975, offset 22000, buf c0e64000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x23000

jffs2_read_inode_range: ino #213, range 0x00023000-0x00024000

Reading 143360-147456 from node at 0xd8df44

Node read from 00d8df44: node_crc 32f157bc, calculated CRC 32f157bc. dsize 1000, csize 8e4, offset 23000, buf c0e63000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x24000

jffs2_read_inode_range: ino #213, range 0x00024000-0x00025000

Reading 147456-151552 from node at 0xd8e86c

Node read from 00d8e86c: node_crc 16a28d94, calculated CRC 16a28d94. dsize 1000, csize 849, offset 24000, buf c0e62000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x25000

jffs2_read_inode_range: ino #213, range 0x00025000-0x00026000

Reading 151552-155648 from node at 0xd8f554

Node read from 00d8f554: node_crc 89323acd, calculated CRC 89323acd. dsize 1000, csize 918, offset 25000, buf c0e61000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x26000

jffs2_read_inode_range: ino #213, range 0x00026000-0x00027000

Reading 155648-159744 from node at 0xd8feb0

Node read from 00d8feb0: node_crc 53db576f, calculated CRC 53db576f. dsize 1000, csize 94d, offset 26000, buf c0e60000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x27000

jffs2_read_inode_range: ino #213, range 0x00027000-0x00028000

Reading 159744-163840 from node at 0xd910a0

Node read from 00d910a0: node_crc 4748236b, calculated CRC 4748236b. dsize 1000, csize 951, offset 27000, buf c0e5f000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xd0000

jffs2_read_inode_range: ino #213, range 0x000d0000-0x000d1000

Reading 851968-856064 from node at 0xd0a524

Node read from 00d0a524: node_crc 25a5bdf8, calculated CRC 25a5bdf8. dsize 1000, csize 9a6, offset d0000, buf c0e5d000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xd1000

jffs2_read_inode_range: ino #213, range 0x000d1000-0x000d2000

Reading 856064-860160 from node at 0xd0b728

Node read from 00d0b728: node_crc bc595d37, calculated CRC bc595d37. dsize 1000, csize 8ba, offset d1000, buf c0e5c000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xd2000

jffs2_read_inode_range: ino #213, range 0x000d2000-0x000d3000

Reading 860160-864256 from node at 0xd0c028

Node read from 00d0c028: node_crc 43a4378c, calculated CRC 43a4378c. dsize 1000, csize 89c, offset d2000, buf c0e5b000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xd3000

jffs2_read_inode_range: ino #213, range 0x000d3000-0x000d4000

Reading 864256-868352 from node at 0xd0c908

Node read from 00d0c908: node_crc 4e2d25fa, calculated CRC 4e2d25fa. dsize 1000, csize 764, offset d3000, buf c0e5a000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xd4000

jffs2_read_inode_range: ino #213, range 0x000d4000-0x000d5000

Reading 868352-872448 from node at 0xd0d520

Node read from 00d0d520: node_crc 6f99c6df, calculated CRC 6f99c6df. dsize 1000, csize 9ab, offset d4000, buf c0e59000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xd5000

jffs2_read_inode_range: ino #213, range 0x000d5000-0x000d6000

Reading 872448-876544 from node at 0xd0df10

Node read from 00d0df10: node_crc 39c34c12, calculated CRC 39c34c12. dsize 1000, csize 78a, offset d5000, buf c0e58000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xd6000

jffs2_read_inode_range: ino #213, range 0x000d6000-0x000d7000

Reading 876544-880640 from node at 0xd0ef20

Node read from 00d0ef20: node_crc fdf228a4, calculated CRC fdf228a4. dsize 1000, csize 8f6, offset d6000, buf c0e57000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xd7000

jffs2_read_inode_range: ino #213, range 0x000d7000-0x000d8000

Reading 880640-884736 from node at 0xd0f85c

Node read from 00d0f85c: node_crc 5f9569f2, calculated CRC 5f9569f2. dsize 1000, csize 833, offset d7000, buf c0e56000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x78000

jffs2_read_inode_range: ino #213, range 0x00078000-0x00079000

Reading 491520-495616 from node at 0xd4b8a8

Node read from 00d4b8a8: node_crc e4fb69ba, calculated CRC e4fb69ba. dsize 1000, csize 99b, offset 78000, buf c0e55000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x79000

jffs2_read_inode_range: ino #213, range 0x00079000-0x0007a000

Reading 495616-499712 from node at 0xd4c288

Node read from 00d4c288: node_crc 956f5935, calculated CRC 956f5935. dsize 1000, csize 96f, offset 79000, buf c0e54000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x7a000

jffs2_read_inode_range: ino #213, range 0x0007a000-0x0007b000

Reading 499712-503808 from node at 0xd4d05c

Node read from 00d4d05c: node_crc 341181f8, calculated CRC 341181f8. dsize 1000, csize 937, offset 7a000, buf c0e53000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x7b000

jffs2_read_inode_range: ino #213, range 0x0007b000-0x0007c000

Reading 503808-507904 from node at 0xd4d9d8

Node read from 00d4d9d8: node_crc e5714760, calculated CRC e5714760. dsize 1000, csize 95c, offset 7b000, buf c0e52000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x7c000

jffs2_read_inode_range: ino #213, range 0x0007c000-0x0007d000

Reading 507904-512000 from node at 0xd4ebac

Node read from 00d4ebac: node_crc 7b459712, calculated CRC 7b459712. dsize 1000, csize 924, offset 7c000, buf c0e51000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x7d000

jffs2_read_inode_range: ino #213, range 0x0007d000-0x0007e000

Reading 512000-516096 from node at 0xd4f514

Node read from 00d4f514: node_crc 3ae1cc4d, calculated CRC 3ae1cc4d. dsize 1000, csize 8a5, offset 7d000, buf c0e50000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x7e000

jffs2_read_inode_range: ino #213, range 0x0007e000-0x0007f000

Reading 516096-520192 from node at 0xd4fe00

Node read from 00d4fe00: node_crc 52a10765, calculated CRC 52a10765. dsize 1000, csize 892, offset 7e000, buf c0e4f000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x7f000

jffs2_read_inode_range: ino #213, range 0x0007f000-0x00080000

Reading 520192-524288 from node at 0xd50a94

Node read from 00d50a94: node_crc aa2f6dcc, calculated CRC aa2f6dcc. dsize 1000, csize 942, offset 7f000, buf c0e4e000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x70000

jffs2_read_inode_range: ino #213, range 0x00070000-0x00071000

Reading 458752-462848 from node at 0xd45ac4

Node read from 00d45ac4: node_crc b7855ad4, calculated CRC b7855ad4. dsize 1000, csize 896, offset 70000, buf c0e4d000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x71000

jffs2_read_inode_range: ino #213, range 0x00071000-0x00072000

Reading 462848-466944 from node at 0xd463a0

Node read from 00d463a0: node_crc 0fdbdd46, calculated CRC 0fdbdd46. dsize 1000, csize 91b, offset 71000, buf c0e4c000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x72000

jffs2_read_inode_range: ino #213, range 0x00072000-0x00073000

Reading 466944-471040 from node at 0xd474a0

Node read from 00d474a0: node_crc b1aedf96, calculated CRC b1aedf96. dsize 1000, csize 842, offset 72000, buf c0e4b000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x73000

jffs2_read_inode_range: ino #213, range 0x00073000-0x00074000

Reading 471040-475136 from node at 0xd47d28

Node read from 00d47d28: node_crc 4aff7b91, calculated CRC 4aff7b91. dsize 1000, csize 958, offset 73000, buf c0e4a000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x74000

jffs2_read_inode_range: ino #213, range 0x00074000-0x00075000

Reading 475136-479232 from node at 0xd486c4

Node read from 00d486c4: node_crc 0b6183d8, calculated CRC 0b6183d8. dsize 1000, csize 979, offset 74000, buf c0e49000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x75000

jffs2_read_inode_range: ino #213, range 0x00075000-0x00076000

Reading 479232-483328 from node at 0xd49444

Node read from 00d49444: node_crc f79003a6, calculated CRC f79003a6. dsize 1000, csize 863, offset 75000, buf c0e48000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x76000

jffs2_read_inode_range: ino #213, range 0x00076000-0x00077000

Reading 483328-487424 from node at 0xd49cec

Node read from 00d49cec: node_crc 1dbaba4c, calculated CRC 1dbaba4c. dsize 1000, csize 8b9, offset 76000, buf c0e47000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x77000

jffs2_read_inode_range: ino #213, range 0x00077000-0x00078000

Reading 487424-491520 from node at 0xd4aebc

Node read from 00d4aebc: node_crc 956e13c5, calculated CRC 956e13c5. dsize 1000, csize 9a5, offset 77000, buf c0e46000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x30000

jffs2_read_inode_range: ino #213, range 0x00030000-0x00031000

Reading 196608-200704 from node at 0xd9797c

Node read from 00d9797c: node_crc 1f1dae17, calculated CRC 1f1dae17. dsize 1000, csize 93d, offset 30000, buf c0e45000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x31000

jffs2_read_inode_range: ino #213, range 0x00031000-0x00032000

Reading 200704-204800 from node at 0xd98c18

Node read from 00d98c18: node_crc 3e1876c1, calculated CRC 3e1876c1. dsize 1000, csize a0e, offset 31000, buf c0e44000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x32000

jffs2_read_inode_range: ino #213, range 0x00032000-0x00033000

Reading 204800-208896 from node at 0xd9966c

Node read from 00d9966c: node_crc 57827c45, calculated CRC 57827c45. dsize 1000, csize 8e5, offset 32000, buf c0e43000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x33000

jffs2_read_inode_range: ino #213, range 0x00033000-0x00034000

Reading 208896-212992 from node at 0xd99f98

Node read from 00d99f98: node_crc b7e438c5, calculated CRC b7e438c5. dsize 1000, csize 9db, offset 33000, buf c0e42000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x34000

jffs2_read_inode_range: ino #213, range 0x00034000-0x00035000

Reading 212992-217088 from node at 0xd9ad84

Node read from 00d9ad84: node_crc c31cf103, calculated CRC c31cf103. dsize 1000, csize 835, offset 34000, buf c0e41000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x35000

jffs2_read_inode_range: ino #213, range 0x00035000-0x00036000

Reading 217088-221184 from node at 0xd9b600

Node read from 00d9b600: node_crc 0f37ffc8, calculated CRC 0f37ffc8. dsize 1000, csize 8d1, offset 35000, buf c0e40000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x36000

jffs2_read_inode_range: ino #213, range 0x00036000-0x00037000

Reading 221184-225280 from node at 0xd9c72c

Node read from 00d9c72c: node_crc 70dab3db, calculated CRC 70dab3db. dsize 1000, csize 87a, offset 36000, buf c0e3f000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x37000

jffs2_read_inode_range: ino #213, range 0x00037000-0x00038000

Reading 225280-229376 from node at 0xd9cfec

Node read from 00d9cfec: node_crc 66d8fefa, calculated CRC 66d8fefa. dsize 1000, csize 956, offset 37000, buf c0e3e000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xc8000

jffs2_read_inode_range: ino #213, range 0x000c8000-0x000c9000

Reading 819200-823296 from node at 0xd052fc

Node read from 00d052fc: node_crc 9effcf11, calculated CRC 9effcf11. dsize 1000, csize 7c4, offset c8000, buf c0e3d000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xc9000

jffs2_read_inode_range: ino #213, range 0x000c9000-0x000ca000

Reading 823296-827392 from node at 0xd05b04

Node read from 00d05b04: node_crc e65ad5f6, calculated CRC e65ad5f6. dsize 1000, csize 619, offset c9000, buf c0e3c000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xca000

jffs2_read_inode_range: ino #213, range 0x000ca000-0x000cb000

Reading 827392-831488 from node at 0xd06410

Node read from 00d06410: node_crc 9efafe0a, calculated CRC 9efafe0a. dsize 1000, csize 5bf, offset ca000, buf c0e3b000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xcb000

jffs2_read_inode_range: ino #213, range 0x000cb000-0x000cc000

Reading 831488-835584 from node at 0xd06a14

Node read from 00d06a14: node_crc d52e969d, calculated CRC d52e969d. dsize 1000, csize 993, offset cb000, buf c0e3a000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xcc000

jffs2_read_inode_range: ino #213, range 0x000cc000-0x000cd000

Reading 835584-839680 from node at 0xd07bcc

Node read from 00d07bcc: node_crc 6fdd86a5, calculated CRC 6fdd86a5. dsize 1000, csize 8b0, offset cc000, buf c0e39000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xcd000

jffs2_read_inode_range: ino #213, range 0x000cd000-0x000ce000

Reading 839680-843776 from node at 0xd084c0

Node read from 00d084c0: node_crc efe19339, calculated CRC efe19339. dsize 1000, csize 8c3, offset cd000, buf c0e38000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xce000

jffs2_read_inode_range: ino #213, range 0x000ce000-0x000cf000

Reading 843776-847872 from node at 0xd08dc8

Node read from 00d08dc8: node_crc 6484100d, calculated CRC 6484100d. dsize 1000, csize 8e2, offset ce000, buf c0e37000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xcf000

jffs2_read_inode_range: ino #213, range 0x000cf000-0x000d0000

Reading 847872-851968 from node at 0xd09b40

Node read from 00d09b40: node_crc e9f7bfba, calculated CRC e9f7bfba. dsize 1000, csize 99f, offset cf000, buf c0e36000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xa8000

jffs2_read_inode_range: ino #213, range 0x000a8000-0x000a9000

Reading 688128-692224 from node at 0xd2da50

Node read from 00d2da50: node_crc 8937b9a3, calculated CRC 8937b9a3. dsize 1000, csize 82d, offset a8000, buf c0e35000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xa9000

jffs2_read_inode_range: ino #213, range 0x000a9000-0x000aa000

Reading 692224-696320 from node at 0xd2e9cc

Node read from 00d2e9cc: node_crc 6eca6a5f, calculated CRC 6eca6a5f. dsize 1000, csize 805, offset a9000, buf c0e34000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xaa000

jffs2_read_inode_range: ino #213, range 0x000aa000-0x000ab000

Reading 696320-700416 from node at 0xd2f218

Node read from 00d2f218: node_crc bd48825e, calculated CRC bd48825e. dsize 1000, csize a38, offset aa000, buf c0e33000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xab000

jffs2_read_inode_range: ino #213, range 0x000ab000-0x000ac000

Reading 700416-704512 from node at 0xd2fc94

Node read from 00d2fc94: node_crc c8f069da, calculated CRC c8f069da. dsize 1000, csize a06, offset ab000, buf c0e32000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xac000

jffs2_read_inode_range: ino #213, range 0x000ac000-0x000ad000

Reading 704512-708608 from node at 0xd30b4c

Node read from 00d30b4c: node_crc 778475dd, calculated CRC 778475dd. dsize 1000, csize a02, offset ac000, buf c0e31000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xad000

jffs2_read_inode_range: ino #213, range 0x000ad000-0x000ae000

Reading 708608-712704 from node at 0xd31594

Node read from 00d31594: node_crc dd0d459f, calculated CRC dd0d459f. dsize 1000, csize 9df, offset ad000, buf c0e30000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xae000

jffs2_read_inode_range: ino #213, range 0x000ae000-0x000af000

Reading 712704-716800 from node at 0xd327d0

Node read from 00d327d0: node_crc 06382490, calculated CRC 06382490. dsize 1000, csize 921, offset ae000, buf c0e2f000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xaf000

jffs2_read_inode_range: ino #213, range 0x000af000-0x000b0000

Reading 716800-720896 from node at 0xd33138

Node read from 00d33138: node_crc 7cfecc7a, calculated CRC 7cfecc7a. dsize 1000, csize 9c4, offset af000, buf c0e2e000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x50000

jffs2_read_inode_range: ino #213, range 0x00050000-0x00051000

Reading 327680-331776 from node at 0xd6f70c

Node read from 00d6f70c: node_crc 8edc3baf, calculated CRC 8edc3baf. dsize 1000, csize 847, offset 50000, buf c0e2d000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x51000

jffs2_read_inode_range: ino #213, range 0x00051000-0x00052000

Reading 331776-335872 from node at 0xd6ff98

Node read from 00d6ff98: node_crc 3907ba03, calculated CRC 3907ba03. dsize 1000, csize 807, offset 51000, buf c0e2c000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x52000

jffs2_read_inode_range: ino #213, range 0x00052000-0x00053000

Reading 335872-339968 from node at 0xd70c14

Node read from 00d70c14: node_crc 6b290724, calculated CRC 6b290724. dsize 1000, csize 919, offset 52000, buf c0e2b000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x53000

jffs2_read_inode_range: ino #213, range 0x00053000-0x00054000

Reading 339968-344064 from node at 0xd71574

Node read from 00d71574: node_crc 51561f5b, calculated CRC 51561f5b. dsize 1000, csize 9cc, offset 53000, buf c0e2a000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x54000

jffs2_read_inode_range: ino #213, range 0x00054000-0x00055000

Reading 344064-348160 from node at 0xd72790

Node read from 00d72790: node_crc 7f7eb4e7, calculated CRC 7f7eb4e7. dsize 1000, csize 8bf, offset 54000, buf c0e29000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x55000

jffs2_read_inode_range: ino #213, range 0x00055000-0x00056000

Reading 348160-352256 from node at 0xd73094

Node read from 00d73094: node_crc bfa03706, calculated CRC bfa03706. dsize 1000, csize 925, offset 55000, buf c0e28000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x56000

jffs2_read_inode_range: ino #213, range 0x00056000-0x00057000

Reading 352256-356352 from node at 0xd73a00

Node read from 00d73a00: node_crc bcdb7c9a, calculated CRC bcdb7c9a. dsize 1000, csize 9b4, offset 56000, buf c0e27000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x57000

jffs2_read_inode_range: ino #213, range 0x00057000-0x00058000

Reading 356352-360448 from node at 0xd74820

Node read from 00d74820: node_crc 51e79b39, calculated CRC 51e79b39. dsize 1000, csize 9a6, offset 57000, buf c0e26000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x80000

jffs2_read_inode_range: ino #213, range 0x00080000-0x00081000

Reading 524288-528384 from node at 0xd5141c

Node read from 00d5141c: node_crc bff8c9f1, calculated CRC bff8c9f1. dsize 1000, csize 855, offset 80000, buf c0e25000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x81000

jffs2_read_inode_range: ino #213, range 0x00081000-0x00082000

Reading 528384-532480 from node at 0xd524d0

Node read from 00d524d0: node_crc deed7070, calculated CRC deed7070. dsize 1000, csize 8e7, offset 81000, buf c0e24000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x82000

jffs2_read_inode_range: ino #213, range 0x00082000-0x00083000

Reading 532480-536576 from node at 0xd52dfc

Node read from 00d52dfc: node_crc 94709cef, calculated CRC 94709cef. dsize 1000, csize 971, offset 82000, buf c0e23000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x83000

jffs2_read_inode_range: ino #213, range 0x00083000-0x00084000

Reading 536576-540672 from node at 0xd537b4

Node read from 00d537b4: node_crc 2ec6ba15, calculated CRC 2ec6ba15. dsize 1000, csize 8d2, offset 83000, buf c0e22000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x84000

jffs2_read_inode_range: ino #213, range 0x00084000-0x00085000

Reading 540672-544768 from node at 0xd54444

Node read from 00d54444: node_crc 5792772e, calculated CRC 5792772e. dsize 1000, csize 7ad, offset 84000, buf c0e21000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x85000

jffs2_read_inode_range: ino #213, range 0x00085000-0x00086000

Reading 544768-548864 from node at 0xd54c38

Node read from 00d54c38: node_crc 7cd964ac, calculated CRC 7cd964ac. dsize 1000, csize 84e, offset 85000, buf c0e20000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x86000

jffs2_read_inode_range: ino #213, range 0x00086000-0x00087000

Reading 548864-552960 from node at 0xd55b70

Node read from 00d55b70: node_crc 7fb1b64b, calculated CRC 7fb1b64b. dsize 1000, csize 72c, offset 86000, buf c0e1f000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x87000

jffs2_read_inode_range: ino #213, range 0x00087000-0x00088000

Reading 552960-557056 from node at 0xd562e0

Node read from 00d562e0: node_crc c08d400c, calculated CRC c08d400c. dsize 1000, csize 780, offset 87000, buf c0e1e000

readpage finished

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 458

jffs2_do_read_inode(): ino #458 nlink is 1

jffs2_get_inode_nodes(): ino #458

Node at 0097124c is a data node

version 14, highest_version now 14

dnode @0097124c: ver 14, offset 0000, dsize 0000

Node at 009710c8 is a dirent node

Adding fd "spool", ino #473

jffs2_add_fd_to_list( c01ead60, c01fdccc (->00000000))

Dirent "spool" (hash 0x137492ee, ino #473

Node at 00970f88 is a dirent node

Adding fd "local", ino #472

jffs2_add_fd_to_list( c01eae00, c01fdccc (->c01ead60))

Dirent "local" (hash 0x1256c5a2, ino #472

Dirent "spool" (hash 0x137492ee, ino #473

Node at 00970e48 is a dirent node

Adding fd "cache", ino #471

jffs2_add_fd_to_list( c0f0bd20, c01fdccc (->c01eae00))

Dirent "cache" (hash 0x10c30bb2, ino #471

Dirent "local" (hash 0x1256c5a2, ino #472

Dirent "spool" (hash 0x137492ee, ino #473

Node at 00970d0c is a dirent node

Adding fd "lock", ino #470

jffs2_add_fd_to_list( c0f0b860, c01fdccc (->c0f0bd20))

Dirent "lock" (hash 0x01aacc40, ino #470

Dirent "cache" (hash 0x10c30bb2, ino #471

Dirent "local" (hash 0x1256c5a2, ino #472

Dirent "spool" (hash 0x137492ee, ino #473

Node at 00970b8c is a dirent node

Adding fd "tmp", ino #469

jffs2_add_fd_to_list( c0f0b5c0, c01fdccc (->c0f0b860))

Dirent "tmp" (hash 0x00295e98, ino #469

Dirent "lock" (hash 0x01aacc40, ino #470

Dirent "cache" (hash 0x10c30bb2, ino #471

Dirent "local" (hash 0x1256c5a2, ino #472

Dirent "spool" (hash 0x137492ee, ino #473

Node at 00970814 is a dirent node

Adding fd "run", ino #467

jffs2_add_fd_to_list( c0f0bfe0, c01fdccc (->c0f0b5c0))

Dirent "run" (hash 0x0028f3c6, ino #467

Dirent "tmp" (hash 0x00295e98, ino #469

Dirent "lock" (hash 0x01aacc40, ino #470

Dirent "cache" (hash 0x10c30bb2, ino #471

Dirent "local" (hash 0x1256c5a2, ino #472

Dirent "spool" (hash 0x137492ee, ino #473

Node at 009706d8 is a dirent node

Adding fd "opt", ino #466

jffs2_add_fd_to_list( c0f0bce0, c01fdccc (->c0f0bfe0))

Dirent "opt" (hash 0x0027d35e, ino #466

Dirent "run" (hash 0x0028f3c6, ino #467

Dirent "tmp" (hash 0x00295e98, ino #469

Dirent "lock" (hash 0x01aacc40, ino #470

Dirent "cache" (hash 0x10c30bb2, ino #471

Dirent "local" (hash 0x1256c5a2, ino #472

Dirent "spool" (hash 0x137492ee, ino #473

Node at 0097059c is a dirent node

Adding fd "log", ino #465

jffs2_add_fd_to_list( c0f0b840, c01fdccc (->c0f0bce0))

Dirent "log" (hash 0x0026c8ca, ino #465

Dirent "opt" (hash 0x0027d35e, ino #466

Dirent "run" (hash 0x0028f3c6, ino #467

Dirent "tmp" (hash 0x00295e98, ino #469

Dirent "lock" (hash 0x01aacc40, ino #470

Dirent "cache" (hash 0x10c30bb2, ino #471

Dirent "local" (hash 0x1256c5a2, ino #472

Dirent "spool" (hash 0x137492ee, ino #473

Node at 009701e8 is a dirent node

Adding fd "lib", ino #462

jffs2_add_fd_to_list( c0f0b580, c01fdccc (->c0f0b840))

Dirent "lib" (hash 0x002697fa, ino #462

Dirent "log" (hash 0x0026c8ca, ino #465

Dirent "opt" (hash 0x0027d35e, ino #466

Dirent "run" (hash 0x0028f3c6, ino #467

Dirent "tmp" (hash 0x00295e98, ino #469

Dirent "lock" (hash 0x01aacc40, ino #470

Dirent "cache" (hash 0x10c30bb2, ino #471

Dirent "local" (hash 0x1256c5a2, ino #472

Dirent "spool" (hash 0x137492ee, ino #473

Node at 0096fdb0 is a dirent node

Adding fd "yp", ino #459

jffs2_add_fd_to_list( c0f0bfc0, c01fdccc (->c0f0b580))

Dirent "yp" (hash 0x0003e3ac, ino #459

Dirent "lib" (hash 0x002697fa, ino #462

Dirent "log" (hash 0x0026c8ca, ino #465

Dirent "opt" (hash 0x0027d35e, ino #466

Dirent "run" (hash 0x0028f3c6, ino #467

Dirent "tmp" (hash 0x00295e98, ino #469

Dirent "lock" (hash 0x01aacc40, ino #470

Dirent "cache" (hash 0x10c30bb2, ino #471

Dirent "local" (hash 0x1256c5a2, ino #472

Dirent "spool" (hash 0x137492ee, ino #473

metadata @0097124c: ver 14

jffs2_read_inode() returning

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 467

jffs2_do_read_inode(): ino #467 nlink is 1

jffs2_get_inode_nodes(): ino #467

Node at 00970b04 is a data node

version 5, highest_version now 5

dnode @00970b04: ver 5, offset 0000, dsize 0000

Node at 00970884 is a dirent node

Adding fd "utmp", ino #468

jffs2_add_fd_to_list( c0f0b800, c01fdccc (->00000000))

Dirent "utmp" (hash 0x01cd253f, ino #468

metadata @00970b04: ver 5

jffs2_read_inode() returning

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 468

jffs2_do_read_inode(): ino #468 nlink is 1

jffs2_get_inode_nodes(): ino #468

Node at 00970a38 is a data node

version 4, highest_version now 4

dnode @00970a38: ver 4, offset 0000, dsize 0000

Node at 009708b0 is a data node

version 2, highest_version now 4

dnode @009708b0: ver 2, offset 0000, dsize 0a80

jffs2_add_full_dnode_to_inode(ino #468, f c00345c0, fn c0f0fb90)

metadata @00970a38: ver 4

Truncating fraglist to 0x00000a80 bytes

jffs2_read_inode() returning

jffs2_setattr(): ino #468

jffs2_reserve_space(): Requested 0x44 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7db8 bytes at 0x818248

jffs2_add_physical_node_ref(): Node at 0x818248, size 0x44

jffs2_write_dnode wrote node at 0x00818248 with dsize 0x0, csize 0x0, node_crc 0xa6dafb6b, data_crc 0x00000000, totlen 0x00000044

Truncating fraglist to 0x00000000 bytes

Removing frag 0x00000000-0x00000a80

obliterating obsoleted node at 0x009708b0

obliterating obsoleted node at 0x00970a38

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d0ef4

jffs2_do_readpage_nolock(): ino #213, page at offset 0x110000

jffs2_read_inode_range: ino #213, range 0x00110000-0x00111000

Reading 1114112-1118208 from node at 0xcf57a0

Node read from 00cf57a0: node_crc dfb5c6fd, calculated CRC dfb5c6fd. dsize 1000, csize 2a3, offset 110000, buf c0ec0000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x111000

jffs2_read_inode_range: ino #213, range 0x00111000-0x00112000

Reading 1118208-1122304 from node at 0xcf5a88

Node read from 00cf5a88: node_crc 9ad7808c, calculated CRC 9ad7808c. dsize 1000, csize 100, offset 111000, buf c0e1d000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x112000

jffs2_read_inode_range: ino #213, range 0x00112000-0x00113000

Reading 1122304-1126400 from node at 0xcf5cd0

Node read from 00cf5cd0: node_crc 5ce2c4ff, calculated CRC 5ce2c4ff. dsize 1000, csize c4, offset 112000, buf c0e1c000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x113000

jffs2_read_inode_range: ino #213, range 0x00113000-0x00114000

Reading 1126400-1130496 from node at 0xcf5dd8

Node read from 00cf5dd8: node_crc 4155214a, calculated CRC 4155214a. dsize 1000, csize 2ba, offset 113000, buf c0e1b000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x114000

jffs2_read_inode_range: ino #213, range 0x00114000-0x00115000

Reading 1130496-1134592 from node at 0xcf60d8

Node read from 00cf60d8: node_crc cad9c8ff, calculated CRC cad9c8ff. dsize 1000, csize 3f8, offset 114000, buf c0e1a000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x115000

jffs2_read_inode_range: ino #213, range 0x00115000-0x00116000

Reading 1134592-1138688 from node at 0xcf6850

Node read from 00cf6850: node_crc 2174bf0d, calculated CRC 2174bf0d. dsize 1000, csize 7e0, offset 115000, buf c0e19000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x116000

jffs2_read_inode_range: ino #213, range 0x00116000-0x00117000

Reading 1138688-1142784 from node at 0xcf7074

Node read from 00cf7074: node_crc 6e0e7ec5, calculated CRC 6e0e7ec5. dsize 1000, csize 714, offset 116000, buf c0e18000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x117000

jffs2_read_inode_range: ino #213, range 0x00117000-0x00118000

Reading 1142784-1146880 from node at 0xcf7e30

Node read from 00cf7e30: node_crc 89f89ffa, calculated CRC 89f89ffa. dsize 1000, csize 700, offset 117000, buf c0e17000

readpage finished


INIT: version 2.84 booting

jffs2_do_readpage_nolock(): ino #213, page at offset 0x68000

jffs2_read_inode_range: ino #213, range 0x00068000-0x00069000

Reading 425984-430080 from node at 0xd40314

Node read from 00d40314: node_crc cc38ac33, calculated CRC cc38ac33. dsize 1000, csize 71d, offset 68000, buf c0e16000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x69000

jffs2_read_inode_range: ino #213, range 0x00069000-0x0006a000

Reading 430080-434176 from node at 0xd40a78

Node read from 00d40a78: node_crc 0593a1fd, calculated CRC 0593a1fd. dsize 1000, csize 932, offset 69000, buf c0e15000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x6a000

jffs2_read_inode_range: ino #213, range 0x0006a000-0x0006b000

Reading 434176-438272 from node at 0xd413f0

Node read from 00d413f0: node_crc 70e8fcac, calculated CRC 70e8fcac. dsize 1000, csize 929, offset 6a000, buf c0e14000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x6b000

jffs2_read_inode_range: ino #213, range 0x0006b000-0x0006c000

Reading 438272-442368 from node at 0xd42184

Node read from 00d42184: node_crc 4ddc4e3d, calculated CRC 4ddc4e3d. dsize 1000, csize 886, offset 6b000, buf c0e13000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x6c000

jffs2_read_inode_range: ino #213, range 0x0006c000-0x0006d000

Reading 442368-446464 from node at 0xd42a50

Node read from 00d42a50: node_crc 5c37b28d, calculated CRC 5c37b28d. dsize 1000, csize 7f3, offset 6c000, buf c0e12000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x6d000

jffs2_read_inode_range: ino #213, range 0x0006d000-0x0006e000

Reading 446464-450560 from node at 0xd43aac

Node read from 00d43aac: node_crc a2b4a25d, calculated CRC a2b4a25d. dsize 1000, csize 8e6, offset 6d000, buf c0e11000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x6e000

jffs2_read_inode_range: ino #213, range 0x0006e000-0x0006f000

Reading 450560-454656 from node at 0xd443d8

Node read from 00d443d8: node_crc a6c68bbf, calculated CRC a6c68bbf. dsize 1000, csize 92f, offset 6e000, buf c0e10000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x6f000

jffs2_read_inode_range: ino #213, range 0x0006f000-0x00070000

Reading 454656-458752 from node at 0xd44d4c

Node read from 00d44d4c: node_crc bd5f2ed6, calculated CRC bd5f2ed6. dsize 1000, csize 974, offset 6f000, buf c0e0f000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x58000

jffs2_read_inode_range: ino #213, range 0x00058000-0x00059000

Reading 360448-364544 from node at 0xd7520c

Node read from 00d7520c: node_crc de1a8f48, calculated CRC de1a8f48. dsize 1000, csize 915, offset 58000, buf c0e0e000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x59000

jffs2_read_inode_range: ino #213, range 0x00059000-0x0005a000

Reading 364544-368640 from node at 0xd76230

Node read from 00d76230: node_crc 1c037b58, calculated CRC 1c037b58. dsize 1000, csize 78b, offset 59000, buf c0e0d000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x5a000

jffs2_read_inode_range: ino #213, range 0x0005a000-0x0005b000

Reading 368640-372736 from node at 0xd76a00

Node read from 00d76a00: node_crc 83888382, calculated CRC 83888382. dsize 1000, csize 8fc, offset 5a000, buf c0e0c000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x5b000

jffs2_read_inode_range: ino #213, range 0x0005b000-0x0005c000

Reading 372736-376832 from node at 0xd77340

Node read from 00d77340: node_crc 2e2d143c, calculated CRC 2e2d143c. dsize 1000, csize 791, offset 5b000, buf c0e0b000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x5c000

jffs2_read_inode_range: ino #213, range 0x0005c000-0x0005d000

Reading 376832-380928 from node at 0xd77ec0

Node read from 00d77ec0: node_crc 0f7b486b, calculated CRC 0f7b486b. dsize 1000, csize 6b3, offset 5c000, buf c0e0a000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x5d000

jffs2_read_inode_range: ino #213, range 0x0005d000-0x0005e000

Reading 380928-385024 from node at 0xd785b8

Node read from 00d785b8: node_crc ba5817ed, calculated CRC ba5817ed. dsize 1000, csize 63b, offset 5d000, buf c0e09000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x5e000

jffs2_read_inode_range: ino #213, range 0x0005e000-0x0005f000

Reading 385024-389120 from node at 0xd793e0

Node read from 00d793e0: node_crc d3984d3f, calculated CRC d3984d3f. dsize 1000, csize 818, offset 5e000, buf c0e08000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x5f000

jffs2_read_inode_range: ino #213, range 0x0005f000-0x00060000

Reading 389120-393216 from node at 0xd79c3c

Node read from 00d79c3c: node_crc 1a73976c, calculated CRC 1a73976c. dsize 1000, csize 952, offset 5f000, buf c0e07000

readpage finished

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 117

jffs2_do_read_inode(): ino #117 nlink is 1

jffs2_get_inode_nodes(): ino #117

Node at 00ea1cfc is a data node

version 4, highest_version now 4

dnode @00ea1cfc: ver 4, offset 0000, dsize 0000

Node at 00ea18ec is a data node

version 2, highest_version now 4

dnode @00ea18ec: ver 2, offset 0000, dsize 078e

jffs2_add_full_dnode_to_inode(ino #117, f c00347c0, fn c0f0fb90)

metadata @00ea1cfc: ver 4

Truncating fraglist to 0x0000078e bytes

jffs2_read_inode() returning

jffs2_do_readpage_nolock(): ino #117, page at offset 0x0

jffs2_read_inode_range: ino #117, range 0x00000000-0x00001000

Reading 0-1934 from node at 0xea18ec

Node read from 00ea18ec: node_crc 3d3d72d1, calculated CRC 3d3d72d1. dsize 78e, csize 387, offset 0, buf c0e06000

Filling non-frag hole from 1934-4096

readpage finished

jffs2_lookup()

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 465

jffs2_do_read_inode(): ino #465 nlink is 1

jffs2_get_inode_nodes(): ino #465

Node at 00970650 is a data node

version 4, highest_version now 4

dnode @00970650: ver 4, offset 0000, dsize 0000

metadata @00970650: ver 4

jffs2_read_inode() returning

jffs2_lookup()

jffs2_lookup()

jffs2_do_readpage_nolock(): ino #213, page at offset 0x98000

jffs2_read_inode_range: ino #213, range 0x00098000-0x00099000

Reading 622592-626688 from node at 0xd22e94

Node read from 00d22e94: node_crc 26ec03c6, calculated CRC 26ec03c6. dsize 1000, csize 94d, offset 98000, buf c0df6000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x99000

jffs2_read_inode_range: ino #213, range 0x00099000-0x0009a000

Reading 626688-630784 from node at 0xd23828

Node read from 00d23828: node_crc 68bbeecc, calculated CRC 68bbeecc. dsize 1000, csize 9b6, offset 99000, buf c0df5000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x9a000

jffs2_read_inode_range: ino #213, range 0x0009a000-0x0009b000

Reading 630784-634880 from node at 0xd24aa0

Node read from 00d24aa0: node_crc 9d95d816, calculated CRC 9d95d816. dsize 1000, csize 8e7, offset 9a000, buf c0df4000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x9b000

jffs2_read_inode_range: ino #213, range 0x0009b000-0x0009c000

Reading 634880-638976 from node at 0xd253cc

Node read from 00d253cc: node_crc 66ee512d, calculated CRC 66ee512d. dsize 1000, csize 7f5, offset 9b000, buf c0df3000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x9c000

jffs2_read_inode_range: ino #213, range 0x0009c000-0x0009d000

Reading 638976-643072 from node at 0xd25c08

Node read from 00d25c08: node_crc c263cde7, calculated CRC c263cde7. dsize 1000, csize 987, offset 9c000, buf c0df2000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x9d000

jffs2_read_inode_range: ino #213, range 0x0009d000-0x0009e000

Reading 643072-647168 from node at 0xd26a4c

Node read from 00d26a4c: node_crc 936373fd, calculated CRC 936373fd. dsize 1000, csize 9c2, offset 9d000, buf c0df1000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x9e000

jffs2_read_inode_range: ino #213, range 0x0009e000-0x0009f000

Reading 647168-651264 from node at 0xd27454

Node read from 00d27454: node_crc aac671d4, calculated CRC aac671d4. dsize 1000, csize a30, offset 9e000, buf c0df0000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x9f000

jffs2_read_inode_range: ino #213, range 0x0009f000-0x000a0000

Reading 651264-655360 from node at 0xd284a0

Node read from 00d284a0: node_crc 28bf512b, calculated CRC 28bf512b. dsize 1000, csize 605, offset 9f000, buf c0def000

readpage finished

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 123

jffs2_do_read_inode(): ino #123 nlink is 1

jffs2_get_inode_nodes(): ino #123

Node at 00eacb1c is a data node

version 27, highest_version now 27

dnode @00eacb1c: ver 27, offset 0000, dsize 0000

Node at 00eaadf0 is a dirent node

Adding fd "localboot", ino #146

jffs2_add_fd_to_list( c0eff1a0, c0de7bac (->00000000))

Dirent "localboot" (hash 0xd624549d, ino #146

Node at 00ea98cc is a dirent node

Adding fd "rcY", ino #145

jffs2_add_fd_to_list( c0f0bdc0, c0de7bac (->c0eff1a0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "localboot" (hash 0xd624549d, ino #146

Node at 00ea8c20 is a dirent node

Adding fd "miniboot", ino #144

jffs2_add_fd_to_list( c0eff2e0, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "localboot" (hash 0xd624549d, ino #146

Node at 00ea88e8 is a dirent node

Adding fd "portmap", ino #143

jffs2_add_fd_to_list( c0f0bd80, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea86f8 is a dirent node

Adding fd "checkfs", ino #142

jffs2_add_fd_to_list( c0f0bd40, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea8420 is a dirent node

Adding fd "ntpdate", ino #141

jffs2_add_fd_to_list( c0f0bd00, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea8170 is a dirent node

Adding fd "sysklogd", ino #140

jffs2_add_fd_to_list( c0eff7a0, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea7fa0 is a dirent node

Adding fd "reboot", ino #139

jffs2_add_fd_to_list( c0f0bcc0, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea673c is a dirent node

Adding fd "functions", ino #138

jffs2_add_fd_to_list( c0eff3a0, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea62c4 is a dirent node

Adding fd "mountnfs.sh", ino #137

jffs2_add_fd_to_list( c0eff460, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea5dd4 is a dirent node

Adding fd "mountfs", ino #136

jffs2_add_fd_to_list( c0f0b320, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea55dc is a dirent node

Adding fd "ethnet", ino #135

jffs2_add_fd_to_list( c0f0ba80, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea51e8 is a dirent node

Adding fd "nfs-common", ino #134

jffs2_add_fd_to_list( c0eff320, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea4f38 is a dirent node

Adding fd "localnet", ino #133

jffs2_add_fd_to_list( c0eff7e0, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea4ce8 is a dirent node

Adding fd "template", ino #132

jffs2_add_fd_to_list( c0eff420, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea4b88 is a dirent node

Adding fd "rdate", ino #131

jffs2_add_fd_to_list( c0f0b7c0, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea4698 is a dirent node

Adding fd "inetd", ino #130

jffs2_add_fd_to_list( c0f0b4e0, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea4468 is a dirent node

Adding fd "sendsignals", ino #129

jffs2_add_fd_to_list( c0effb20, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea42b4 is a dirent node

Adding fd "halt", ino #128

jffs2_add_fd_to_list( c0f0b7e0, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea3f8c is a dirent node

Adding fd "ssh", ino #127

jffs2_add_fd_to_list( c0f0ba20, c0de7bac (->c0f0bdc0))

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea3c00 is a dirent node

Adding fd "rcS", ino #126

jffs2_add_fd_to_list( c0f0b7a0, c0de7bac (->c0f0bdc0))

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea3378 is a dirent node

Adding fd "nis", ino #125

jffs2_add_fd_to_list( c0f0b480, c0de7bac (->c0f0b7a0))

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

Node at 00ea2870 is a dirent node

Adding fd "rc", ino #124

jffs2_add_fd_to_list( c0f0b2e0, c0de7bac (->c0f0b480))

Dirent "rc" (hash 0x0003a5c1, ino #124

Dirent "nis" (hash 0x00274a15, ino #125

Dirent "rcS" (hash 0x00285892, ino #126

Dirent "rcY" (hash 0x00285cb2, ino #145

Dirent "ssh" (hash 0x002933b6, ino #127

Dirent "halt" (hash 0x01983dab, ino #128

Dirent "sendsignals" (hash 0x0e5eb59b, ino #129

Dirent "inetd" (hash 0x11de6e8b, ino #130

Dirent "rdate" (hash 0x131db826, ino #131

Dirent "template" (hash 0x22daadf5, ino #132

Dirent "localnet" (hash 0x594cb5cb, ino #133

Dirent "nfs-common" (hash 0x6034593d, ino #134

Dirent "ethnet" (hash 0xbec42d6e, ino #135

Dirent "mountfs" (hash 0xc093a553, ino #136

Dirent "mountnfs.sh" (hash 0xc943e7a6, ino #137

Dirent "miniboot" (hash 0xc9e5cc9b, ino #144

Dirent "functions" (hash 0xca593f39, ino #138

Dirent "reboot" (hash 0xd270c4ec, ino #139

Dirent "sysklogd" (hash 0xd4c1b88d, ino #140

Dirent "localboot" (hash 0xd624549d, ino #146

Dirent "ntpdate" (hash 0xdac8ae57, ino #141

Dirent "checkfs" (hash 0xf84625d5, ino #142

Dirent "portmap" (hash 0xf91b16c4, ino #143

metadata @00eacb1c: ver 27

jffs2_read_inode() returning

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 145

jffs2_do_read_inode(): ino #145 nlink is 1

jffs2_get_inode_nodes(): ino #145

Node at 00eaad68 is a data node

version 7, highest_version now 7

dnode @00eaad68: ver 7, offset 0000, dsize 0000

Node at 00eaaaa4 is a data node

version 5, highest_version now 7

dnode @00eaaaa4: ver 5, offset 3000, dsize 04ed

Node at 00eaa4bc is a data node

version 4, highest_version now 7

dnode @00eaa4bc: ver 4, offset 2000, dsize 1000

Node at 00ea9f00 is a data node

version 3, highest_version now 7

dnode @00ea9f00: ver 3, offset 1000, dsize 1000

Node at 00ea98f8 is a data node

version 2, highest_version now 7

dnode @00ea98f8: ver 2, offset 0000, dsize 1000

jffs2_add_full_dnode_to_inode(ino #145, f c0034dc0, fn c0f0fed0)

jffs2_add_full_dnode_to_inode(ino #145, f c0034dc0, fn c0f0fee0)

jffs2_add_full_dnode_to_inode(ino #145, f c0034dc0, fn c0f0ff10)

jffs2_add_full_dnode_to_inode(ino #145, f c0034dc0, fn c0f0ff00)

metadata @00eaad68: ver 7

Truncating fraglist to 0x000034ed bytes

jffs2_read_inode() returning

jffs2_do_readpage_nolock(): ino #145, page at offset 0x0

jffs2_read_inode_range: ino #145, range 0x00000000-0x00001000

Reading 0-4096 from node at 0xea98f8

Node read from 00ea98f8: node_crc 03c9f41b, calculated CRC 03c9f41b. dsize 1000, csize 5c3, offset 0, buf c0ddc000

readpage finished

jffs2_lookup()

jffs2_do_readpage_nolock(): ino #213, page at offset 0x100000

jffs2_read_inode_range: ino #213, range 0x00100000-0x00101000

Reading 1048576-1052672 from node at 0xcec300

Node read from 00cec300: node_crc dee65569, calculated CRC dee65569. dsize 1000, csize 868, offset 100000, buf c0ddb000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x101000

jffs2_read_inode_range: ino #213, range 0x00101000-0x00102000

Reading 1052672-1056768 from node at 0xcecf78

Node read from 00cecf78: node_crc 4ad94f97, calculated CRC 4ad94f97. dsize 1000, csize 923, offset 101000, buf c0dda000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x102000

jffs2_read_inode_range: ino #213, range 0x00102000-0x00103000

Reading 1056768-1060864 from node at 0xced8e0

Node read from 00ced8e0: node_crc dff7d1ce, calculated CRC dff7d1ce. dsize 1000, csize 99d, offset 102000, buf c0dd9000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x103000

jffs2_read_inode_range: ino #213, range 0x00103000-0x00104000

Reading 1060864-1064960 from node at 0xceebec

Node read from 00ceebec: node_crc 9ad8b791, calculated CRC 9ad8b791. dsize 1000, csize 9fc, offset 103000, buf c0dd8000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x104000

jffs2_read_inode_range: ino #213, range 0x00104000-0x00105000

Reading 1064960-1069056 from node at 0xcef62c

Node read from 00cef62c: node_crc 8997085c, calculated CRC 8997085c. dsize 1000, csize 8fe, offset 104000, buf c0dd7000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x105000

jffs2_read_inode_range: ino #213, range 0x00105000-0x00106000

Reading 1069056-1073152 from node at 0xceff70

Node read from 00ceff70: node_crc 138f78c4, calculated CRC 138f78c4. dsize 1000, csize 90b, offset 105000, buf c0dd6000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x106000

jffs2_read_inode_range: ino #213, range 0x00106000-0x00107000

Reading 1073152-1077248 from node at 0xcf0cd0

Node read from 00cf0cd0: node_crc 0c3e8b8a, calculated CRC 0c3e8b8a. dsize 1000, csize 8f9, offset 106000, buf c0dd5000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x107000

jffs2_read_inode_range: ino #213, range 0x00107000-0x00108000

Reading 1077248-1081344 from node at 0xcf1610

Node read from 00cf1610: node_crc 205aeab3, calculated CRC 205aeab3. dsize 1000, csize 79a, offset 107000, buf c0dd4000

readpage finished

jffs2_lookup()

jffs2_do_readpage_nolock(): ino #213, page at offset 0xd8000

jffs2_read_inode_range: ino #213, range 0x000d8000-0x000d9000

Reading 884736-888832 from node at 0xd100d4

Node read from 00d100d4: node_crc 6bb45526, calculated CRC 6bb45526. dsize 1000, csize 757, offset d8000, buf c0dd1000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xd9000

jffs2_read_inode_range: ino #213, range 0x000d9000-0x000da000

Reading 888832-892928 from node at 0xd10be8

Node read from 00d10be8: node_crc 5d465a9d, calculated CRC 5d465a9d. dsize 1000, csize 830, offset d9000, buf c0dd0000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xda000

jffs2_read_inode_range: ino #213, range 0x000da000-0x000db000

Reading 892928-897024 from node at 0xd1145c

Node read from 00d1145c: node_crc 1f979092, calculated CRC 1f979092. dsize 1000, csize 9b9, offset da000, buf c0dcf000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xdb000

jffs2_read_inode_range: ino #213, range 0x000db000-0x000dc000

Reading 897024-901120 from node at 0xd12390

Node read from 00d12390: node_crc 183767e2, calculated CRC 183767e2. dsize 1000, csize 538, offset db000, buf c0dce000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xdc000

jffs2_read_inode_range: ino #213, range 0x000dc000-0x000dd000

Reading 901120-905216 from node at 0xd1290c

Node read from 00d1290c: node_crc aea5e1b3, calculated CRC aea5e1b3. dsize 1000, csize 53f, offset dc000, buf c0dcd000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xdd000

jffs2_read_inode_range: ino #213, range 0x000dd000-0x000de000

Reading 905216-909312 from node at 0xd12e90

Node read from 00d12e90: node_crc 5a8255db, calculated CRC 5a8255db. dsize 1000, csize 878, offset dd000, buf c0dcc000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xde000

jffs2_read_inode_range: ino #213, range 0x000de000-0x000df000

Reading 909312-913408 from node at 0xd13b94

Node read from 00d13b94: node_crc 2a348268, calculated CRC 2a348268. dsize 1000, csize 900, offset de000, buf c0dcb000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xdf000

jffs2_read_inode_range: ino #213, range 0x000df000-0x000e0000

Reading 913408-917504 from node at 0xd144d8

Node read from 00d144d8: node_crc f2114368, calculated CRC f2114368. dsize 1000, csize 918, offset df000, buf c0dca000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x108000

jffs2_read_inode_range: ino #213, range 0x00108000-0x00109000

Reading 1081344-1085440 from node at 0xcf2614

Node read from 00cf2614: node_crc 92678631, calculated CRC 92678631. dsize 1000, csize 87b, offset 108000, buf c0dc3000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x109000

jffs2_read_inode_range: ino #213, range 0x00109000-0x0010a000

Reading 1085440-1089536 from node at 0xcf2ed4

Node read from 00cf2ed4: node_crc 96defe82, calculated CRC 96defe82. dsize 1000, csize 59b, offset 109000, buf c0dc2000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x10a000

jffs2_read_inode_range: ino #213, range 0x0010a000-0x0010b000

Reading 1089536-1093632 from node at 0xcf34b4

Node read from 00cf34b4: node_crc 46e34af2, calculated CRC 46e34af2. dsize 1000, csize 55c, offset 10a000, buf c0dc1000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x10b000

jffs2_read_inode_range: ino #213, range 0x0010b000-0x0010c000

Reading 1093632-1097728 from node at 0xcf3c68

Node read from 00cf3c68: node_crc db6ce175, calculated CRC db6ce175. dsize 1000, csize 3ca, offset 10b000, buf c0dc0000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x10c000

jffs2_read_inode_range: ino #213, range 0x0010c000-0x0010d000

Reading 1097728-1101824 from node at 0xcf4078

Node read from 00cf4078: node_crc 99829228, calculated CRC 99829228. dsize 1000, csize 358, offset 10c000, buf c0dbf000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x10d000

jffs2_read_inode_range: ino #213, range 0x0010d000-0x0010e000

Reading 1101824-1105920 from node at 0xcf4890

Node read from 00cf4890: node_crc ac5c19a9, calculated CRC ac5c19a9. dsize 1000, csize 4f3, offset 10d000, buf c0dbe000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x10e000

jffs2_read_inode_range: ino #213, range 0x0010e000-0x0010f000

Reading 1105920-1110016 from node at 0xcf4dc8

Node read from 00cf4dc8: node_crc 9822a32e, calculated CRC 9822a32e. dsize 1000, csize 5a7, offset 10e000, buf c0dbd000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x10f000

jffs2_read_inode_range: ino #213, range 0x0010f000-0x00110000

Reading 1110016-1114112 from node at 0xcf53b4

Node read from 00cf53b4: node_crc f8cc62a3, calculated CRC f8cc62a3. dsize 1000, csize 2b1, offset 10f000, buf c0dbc000

readpage finished

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 149

jffs2_do_read_inode(): ino #149 nlink is 2

jffs2_get_inode_nodes(): ino #149

Node at 00eacf5c is a data node

version 4, highest_version now 4

dnode @00eacf5c: ver 4, offset 0000, dsize 0000

Node at 00eacec0 is a data node

version 2, highest_version now 4

dnode @00eacec0: ver 2, offset 0000, dsize 0011

jffs2_add_full_dnode_to_inode(ino #149, f c0dba1e0, fn c0f086e0)

metadata @00eacf5c: ver 4

Truncating fraglist to 0x00000011 bytes

jffs2_read_inode() returning

jffs2_prepare_write()

jffs2_do_readpage_nolock(): ino #468, page at offset 0x0

jffs2_read_inode_range: ino #468, range 0x00000000-0x00001000

Filling non-frag hole from 0-4096

readpage finished

end prepare_write()

jffs2_commit_write(): ino #468, page at 0x0, range 0-384

jffs2_write_inode_range(): Ino #468, ofs 0x0, len 0x180

jffs2_reserve_space(): Requested 0xc4 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7d74 bytes at 0x81828c

calling deflate with avail_in 372, avail_out 372

deflate returned with avail_in 0, avail_out 341, total_in 372, total_out 31

calling deflate with avail_in 12, avail_out 341

deflate returned with avail_in 0, avail_out 337, total_in 384, total_out 35

zlib compressed 384 bytes into 41

jffs2_do_readpage_nolock(): ino #149, page at offset 0x0

jffs2_read_inode_range: ino #149, range 0x00000000-0x00001000

Reading 0-17 from node at 0xeacec0

jffs2_add_physical_node_ref(): Node at 0x81828c, size 0x70

jffs2_write_dnode wrote node at 0x0081828c with dsize 0x180, csize 0x29, node_crc 0xd687efb9, data_crc 0x878b512c, totlen 0x0000006d

jffs2_add_full_dnode_to_inode(ino #468, f c00345c0, fn c0f085f0)

obliterating obsoleted node at 0x00818248

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d0f38

increasing writtenlen by 384

jffs2_commit_write() returning 384

Node read from 00eacec0: node_crc c954b3b0, calculated CRC c954b3b0. dsize 11, csize 11, offset 0, buf c0db7000

Filling non-frag hole from 17-4096

readpage finished


INIT: cannot execute "jffs2_lookup()

/etc/init.d/rcY"

jffs2_prepare_write()

end prepare_write()

jffs2_commit_write(): ino #468, page at 0x0, range 0-384

jffs2_write_inode_range(): Ino #468, ofs 0x0, len 0x180

jffs2_reserve_space(): Requested 0xc4 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7d04 bytes at 0x8182fc

calling deflate with avail_in 372, avail_out 372

deflate returned with avail_in 0, avail_out 342, total_in 372, total_out 30

calling deflate with avail_in 12, avail_out 342

deflate returned with avail_in 0, avail_out 337, total_in 384, total_out 35

zlib compressed 384 bytes into 41

jffs2_add_physical_node_ref(): Node at 0x8182fc, size 0x70

jffs2_write_dnode wrote node at 0x008182fc with dsize 0x180, csize 0x29, node_crc 0x09c6341e, data_crc 0x0a3e640e, totlen 0x0000006d

jffs2_add_full_dnode_to_inode(ino #468, f c00345c0, fn c0f0fb80)

obliterating obsoleted node at 0x0081828c

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d0fa8

increasing writtenlen by 384

jffs2_commit_write() returning 384

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 120

jffs2_do_read_inode(): ino #120 nlink is 1

jffs2_get_inode_nodes(): ino #120

Node at 00ea2348 is a data node

version 5, highest_version now 5

dnode @00ea2348: ver 5, offset 0000, dsize 0000

Node at 00ea22bc is a data node

version 3, highest_version now 5

dnode @00ea22bc: ver 3, offset 0039, dsize 0003

Node at 00ea2240 is a data node

version 2, highest_version now 5

dnode @00ea2240: ver 2, offset 0000, dsize 0039

jffs2_add_full_dnode_to_inode(ino #120, f c0dba3e0, fn c0f08410)

jffs2_add_full_dnode_to_inode(ino #120, f c0dba3e0, fn c0f084d0)

metadata @00ea2348: ver 5

Truncating fraglist to 0x0000003c bytes

jffs2_read_inode() returning

jffs2_setattr(): ino #120

jffs2_reserve_space(): Requested 0x44 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7c94 bytes at 0x81836c

jffs2_add_physical_node_ref(): Node at 0x81836c, size 0x44

jffs2_write_dnode wrote node at 0x0081836c with dsize 0x0, csize 0x0, node_crc 0x5ebf5fbb, data_crc 0x00000000, totlen 0x00000044

Truncating fraglist to 0x00000000 bytes

Removing frag 0x00000000-0x00000039

obliterating obsoleted node at 0x00ea2240

Removing frag 0x00000039-0x0000003c

obliterating obsoleted node at 0x00ea22bc

obliterating obsoleted node at 0x00ea2348

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d10b0

jffs2_prepare_write()

jffs2_do_readpage_nolock(): ino #120, page at offset 0x0

jffs2_read_inode_range: ino #120, range 0x00000000-0x00001000

Filling non-frag hole from 0-4096

readpage finished

end prepare_write()

jffs2_commit_write(): ino #120, page at 0x0, range 0-60

jffs2_write_inode_range(): Ino #120, ofs 0x0, len 0x3c

jffs2_reserve_space(): Requested 0xc4 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7c50 bytes at 0x8183b0

calling deflate with avail_in 48, avail_out 48

deflate returned with avail_in 0, avail_out 9, total_in 48, total_out 39

calling deflate with avail_in 9, avail_out 9

deflate returned with avail_in 0, avail_out 0, total_in 57, total_out 48

zlib compressed 57 bytes into 55

jffs2_add_physical_node_ref(): Node at 0x8183b0, size 0x7c

jffs2_write_dnode wrote node at 0x008183b0 with dsize 0x39, csize 0x37, node_crc 0xcffeadef, data_crc 0x88cf3713, totlen 0x0000007b

jffs2_add_full_dnode_to_inode(ino #120, f c0dba3e0, fn c0f085f0)

obliterating obsoleted node at 0x0081836c

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d10f4

increasing writtenlen by 57

jffs2_reserve_space(): Requested 0xc4 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7bd4 bytes at 0x81842c

jffs2_add_physical_node_ref(): Node at 0x81842c, size 0x48

jffs2_write_dnode wrote node at 0x0081842c with dsize 0x3, csize 0x3, node_crc 0x196c883f, data_crc 0x5483ece4, totlen 0x00000047

jffs2_add_full_dnode_to_inode(ino #120, f c0dba3e0, fn c0f086b0)

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d10f4

increasing writtenlen by 3

jffs2_commit_write() returning 60

jffs2_prepare_write()

end prepare_write()

jffs2_commit_write(): ino #468, page at 0x0, range 384-768

jffs2_write_inode_range(): Ino #468, ofs 0x180, len 0x180

jffs2_reserve_space(): Requested 0xc4 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7b8c bytes at 0x818474

calling deflate with avail_in 372, avail_out 372

deflate returned with avail_in 0, avail_out 336, total_in 372, total_out 36

calling deflate with avail_in 12, avail_out 336

deflate returned with avail_in 0, avail_out 331, total_in 384, total_out 41

zlib compressed 384 bytes into 47

jffs2_add_physical_node_ref(): Node at 0x818474, size 0x74

jffs2_write_dnode wrote node at 0x00818474 with dsize 0x180, csize 0x2f, node_crc 0x6cda4f79, data_crc 0x1e886ef7, totlen 0x00000073

jffs2_add_full_dnode_to_inode(ino #468, f c00345c0, fn c0f084d0)

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d10f4

increasing writtenlen by 384

jffs2_commit_write() returning 384

jffs2_setattr(): ino #120

jffs2_reserve_space(): Requested 0x44 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7b18 bytes at 0x8184e8

jffs2_add_physical_node_ref(): Node at 0x8184e8, size 0x44

jffs2_write_dnode wrote node at 0x008184e8 with dsize 0x0, csize 0x0, node_crc 0xb3b400f1, data_crc 0x00000000, totlen 0x00000044

Truncating fraglist to 0x00000000 bytes

Removing frag 0x00000000-0x00000039

obliterating obsoleted node at 0x008183b0

Removing frag 0x00000039-0x0000003c

obliterating obsoleted node at 0x0081842c

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d11b8

jffs2_prepare_write()

jffs2_do_readpage_nolock(): ino #120, page at offset 0x0

jffs2_read_inode_range: ino #120, range 0x00000000-0x00001000

Filling non-frag hole from 0-4096

readpage finished

end prepare_write()

jffs2_commit_write(): ino #120, page at 0x0, range 0-60

jffs2_write_inode_range(): Ino #120, ofs 0x0, len 0x3c

jffs2_reserve_space(): Requested 0xc4 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7ad4 bytes at 0x81852c

calling deflate with avail_in 48, avail_out 48

deflate returned with avail_in 0, avail_out 9, total_in 48, total_out 39

calling deflate with avail_in 9, avail_out 9

deflate returned with avail_in 0, avail_out 0, total_in 57, total_out 48

zlib compressed 57 bytes into 55

jffs2_add_physical_node_ref(): Node at 0x81852c, size 0x7c

jffs2_write_dnode wrote node at 0x0081852c with dsize 0x39, csize 0x37, node_crc 0xa40332c2, data_crc 0xcb20a596, totlen 0x0000007b

jffs2_add_full_dnode_to_inode(ino #120, f c0dba3e0, fn c0f086b0)

obliterating obsoleted node at 0x008184e8

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d11fc

increasing writtenlen by 57

jffs2_reserve_space(): Requested 0xc4 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7a58 bytes at 0x8185a8

jffs2_add_physical_node_ref(): Node at 0x8185a8, size 0x48

jffs2_write_dnode wrote node at 0x008185a8 with dsize 0x3, csize 0x3, node_crc 0x0451430f, data_crc 0x75e6b3ec, totlen 0x00000047

jffs2_add_full_dnode_to_inode(ino #120, f c0dba3e0, fn c0f08410)

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d11fc

increasing writtenlen by 3

jffs2_commit_write() returning 60


INIT: Entering runlevel: 4

jffs2_prepare_write()

end prepare_write()

jffs2_commit_write(): ino #468, page at 0x0, range 768-1152

jffs2_write_inode_range(): Ino #468, ofs 0x300, len 0x180

jffs2_reserve_space(): Requested 0xc4 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7a10 bytes at 0x8185f0

calling deflate with avail_in 372, avail_out 372

deflate returned with avail_in 0, avail_out 330, total_in 372, total_out 42

calling deflate with avail_in 12, avail_out 330

deflate returned with avail_in 0, avail_out 325, total_in 384, total_out 47

zlib compressed 384 bytes into 53

jffs2_add_physical_node_ref(): Node at 0x8185f0, size 0x7c

jffs2_write_dnode wrote node at 0x008185f0 with dsize 0x180, csize 0x35, node_crc 0xf59f400a, data_crc 0x22fe891b, totlen 0x00000079

jffs2_add_full_dnode_to_inode(ino #468, f c00345c0, fn c0f085f0)

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d11fc

increasing writtenlen by 384

jffs2_commit_write() returning 384

jffs2_prepare_write()

end prepare_write()

jffs2_commit_write(): ino #468, page at 0x0, range 1152-1536

jffs2_write_inode_range(): Ino #468, ofs 0x480, len 0x180

jffs2_reserve_space(): Requested 0xc4 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7994 bytes at 0x81866c

calling deflate with avail_in 372, avail_out 372

deflate returned with avail_in 0, avail_out 341, total_in 372, total_out 31

calling deflate with avail_in 12, avail_out 341

deflate returned with avail_in 0, avail_out 337, total_in 384, total_out 35

zlib compressed 384 bytes into 41

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 124

jffs2_do_read_inode(): ino #124 nlink is 1

jffs2_get_inode_nodes(): ino #124

jffs2_add_physical_node_ref(): Node at 0x81866c, size 0x70

jffs2_write_dnode wrote node at 0x0081866c with dsize 0x180, csize 0x29, node_crc 0x66588e62, data_crc 0xba59c408, totlen 0x0000006d

jffs2_add_full_dnode_to_inode(ino #468, f c00345c0, fn c0f088a0)

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d11fc

increasing writtenlen by 384

jffs2_commit_write() returning 384

Node at 00ea32f0 is a data node

version 5, highest_version now 5

dnode @00ea32f0: ver 5, offset 0000, dsize 0000

Node at 00ea2fc4 is a data node

version 3, highest_version now 5

dnode @00ea2fc4: ver 3, offset 1000, dsize 09a3

Node at 00ea289c is a data node

version 2, highest_version now 5

dnode @00ea289c: ver 2, offset 0000, dsize 1000

jffs2_add_full_dnode_to_inode(ino #124, f c0dba5e0, fn c0f08870)

jffs2_add_full_dnode_to_inode(ino #124, f c0dba5e0, fn c0f08880)

metadata @00ea32f0: ver 5

Truncating fraglist to 0x000019a3 bytes

jffs2_read_inode() returning

jffs2_do_readpage_nolock(): ino #124, page at offset 0x0

jffs2_read_inode_range: ino #124, range 0x00000000-0x00001000

Reading 0-4096 from node at 0xea289c

Node read from 00ea289c: node_crc 6575183f, calculated CRC 6575183f. dsize 1000, csize 6e4, offset 0, buf c0ddf000

readpage finished


INIT: cannot execute "/etc/init.d/rc"

jffs2_prepare_write()

end prepare_write()

jffs2_commit_write(): ino #468, page at 0x0, range 1152-1536

jffs2_write_inode_range(): Ino #468, ofs 0x480, len 0x180

jffs2_reserve_space(): Requested 0xc4 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7924 bytes at 0x8186dc

calling deflate with avail_in 372, avail_out 372

deflate returned with avail_in 0, avail_out 341, total_in 372, total_out 31

calling deflate with avail_in 12, avail_out 341

deflate returned with avail_in 0, avail_out 337, total_in 384, total_out 35

zlib compressed 384 bytes into 41

jffs2_add_physical_node_ref(): Node at 0x8186dc, size 0x70

jffs2_write_dnode wrote node at 0x008186dc with dsize 0x180, csize 0x29, node_crc 0x5ceef6b9, data_crc 0x60a61b71, totlen 0x0000006d

jffs2_add_full_dnode_to_inode(ino #468, f c00345c0, fn c0f08860)

obliterating obsoleted node at 0x0081866c

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d126c

increasing writtenlen by 384

jffs2_commit_write() returning 384

jffs2_prepare_write()

end prepare_write()

jffs2_commit_write(): ino #468, page at 0x0, range 1536-1920

jffs2_write_inode_range(): Ino #468, ofs 0x600, len 0x180

jffs2_reserve_space(): Requested 0xc4 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x78b4 bytes at 0x81874c

calling deflate with avail_in 372, avail_out 372

deflate returned with avail_in 0, avail_out 341, total_in 372, total_out 31

calling deflate with avail_in 12, avail_out 341

deflate returned with avail_in 0, avail_out 337, total_in 384, total_out 35

zlib compressed 384 bytes into 41

jffs2_lookup()

jffs2_read_inode(): inode->i_ino == 256

jffs2_do_read_inode(): ino #256 nlink is 1

jffs2_get_inode_nodes(): ino #256

jffs2_add_physical_node_ref(): Node at 0x81874c, size 0x70

jffs2_write_dnode wrote node at 0x0081874c with dsize 0x180, csize 0x29, node_crc 0x7f963f17, data_crc 0xd4243b7d, totlen 0x0000006d

jffs2_add_full_dnode_to_inode(ino #468, f c00345c0, fn c0f088a0)

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d126c

increasing writtenlen by 384

jffs2_commit_write() returning 384

Node at 00c885ac is a data node

version 8, highest_version now 8

dnode @00c885ac: ver 8, offset 0000, dsize 0000

Node at 00c882dc is a data node

version 6, highest_version now 8

dnode @00c882dc: ver 6, offset 3000, dsize 06a8

Node at 00c878a0 is a data node

version 5, highest_version now 8

dnode @00c878a0: ver 5, offset 2000, dsize 1000

Node at 00c86938 is a data node

version 3, highest_version now 8

dnode @00c86938: ver 3, offset 1000, dsize 1000

Node at 00c861f8 is a data node

version 2, highest_version now 8

dnode @00c861f8: ver 2, offset 0000, dsize 1000

jffs2_add_full_dnode_to_inode(ino #256, f c0dba9e0, fn c0f08810)

jffs2_add_full_dnode_to_inode(ino #256, f c0dba9e0, fn c0f08820)

jffs2_add_full_dnode_to_inode(ino #256, f c0dba9e0, fn c0f08830)

jffs2_add_full_dnode_to_inode(ino #256, f c0dba9e0, fn c0f08840)

metadata @00c885ac: ver 8

Truncating fraglist to 0x000036a8 bytes

jffs2_read_inode() returning

jffs2_do_readpage_nolock(): ino #256, page at offset 0x0

jffs2_read_inode_range: ino #256, range 0x00000000-0x00001000

Reading 0-4096 from node at 0xc861f8

Node read from 00c861f8: node_crc 8855029d, calculated CRC 8855029d. dsize 1000, csize 6fa, offset 0, buf c0deb000

readpage finished

jffs2_do_readpage_nolock(): ino #256, page at offset 0x1000

jffs2_read_inode_range: ino #256, range 0x00001000-0x00002000

Reading 4096-8192 from node at 0xc86938

Node read from 00c86938: node_crc 8e463096, calculated CRC 8e463096. dsize 1000, csize 975, offset 1000, buf c0ea7000

readpage finished

jffs2_do_readpage_nolock(): ino #256, page at offset 0x2000

jffs2_read_inode_range: ino #256, range 0x00002000-0x00003000

Reading 8192-12288 from node at 0xc878a0

Node read from 00c878a0: node_crc dc937c64, calculated CRC dc937c64. dsize 1000, csize 9f7, offset 2000, buf c0dbb000

readpage finished

jffs2_do_readpage_nolock(): ino #256, page at offset 0x3000

jffs2_read_inode_range: ino #256, range 0x00003000-0x00004000

Reading 12288-13992 from node at 0xc882dc

Node read from 00c882dc: node_crc 427880a7, calculated CRC 427880a7. dsize 6a8, csize 246, offset 3000, buf c0ddd000

Filling non-frag hole from 13992-16384

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x28000

jffs2_read_inode_range: ino #213, range 0x00028000-0x00029000

Reading 163840-167936 from node at 0xd91a38

Node read from 00d91a38: node_crc 179d9561, calculated CRC 179d9561. dsize 1000, csize 913, offset 28000, buf c0db1000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x29000

jffs2_read_inode_range: ino #213, range 0x00029000-0x0002a000

Reading 167936-172032 from node at 0xd92390

Node read from 00d92390: node_crc 77e2d2f6, calculated CRC 77e2d2f6. dsize 1000, csize 937, offset 29000, buf c0db0000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x2a000

jffs2_read_inode_range: ino #213, range 0x0002a000-0x0002b000

Reading 172032-176128 from node at 0xd931a8

Node read from 00d931a8: node_crc d56016f0, calculated CRC d56016f0. dsize 1000, csize a6c, offset 2a000, buf c0daf000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x2b000

jffs2_read_inode_range: ino #213, range 0x0002b000-0x0002c000

Reading 176128-180224 from node at 0xd93c58

Node read from 00d93c58: node_crc 0b1e06eb, calculated CRC 0b1e06eb. dsize 1000, csize a13, offset 2b000, buf c0dae000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x2c000

jffs2_read_inode_range: ino #213, range 0x0002c000-0x0002d000

Reading 180224-184320 from node at 0xd94fd0

Node read from 00d94fd0: node_crc 9c0e095d, calculated CRC 9c0e095d. dsize 1000, csize a0f, offset 2c000, buf c0dad000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x2d000

jffs2_read_inode_range: ino #213, range 0x0002d000-0x0002e000

Reading 184320-188416 from node at 0xd95a24

Node read from 00d95a24: node_crc 6062949f, calculated CRC 6062949f. dsize 1000, csize 8bb, offset 2d000, buf c0dac000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x2e000

jffs2_read_inode_range: ino #213, range 0x0002e000-0x0002f000

Reading 188416-192512 from node at 0xd96324

Node read from 00d96324: node_crc 48eae4f6, calculated CRC 48eae4f6. dsize 1000, csize 76d, offset 2e000, buf c0dab000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x2f000

jffs2_read_inode_range: ino #213, range 0x0002f000-0x00030000

Reading 192512-196608 from node at 0xd96f5c

Node read from 00d96f5c: node_crc fd6706c8, calculated CRC fd6706c8. dsize 1000, csize 9db, offset 2f000, buf c0daa000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xc0000

jffs2_read_inode_range: ino #213, range 0x000c0000-0x000c1000

Reading 786432-790528 from node at 0xd3f254

Node read from 00d3f254: node_crc 260d36e1, calculated CRC 260d36e1. dsize 1000, csize 9c1, offset c0000, buf c0da7000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xc1000

jffs2_read_inode_range: ino #213, range 0x000c1000-0x000c2000

Reading 790528-791728 from node at 0xd3fc5c

Node read from 00d3fc5c: node_crc 63283b34, calculated CRC 63283b34. dsize 4b0, csize 35b, offset c1000, buf c0da6000

Reading 791728-794624 from node at 0xd0000c

Node read from 00d0000c: node_crc 2ad77f56, calculated CRC 2ad77f56. dsize b50, csize 638, offset c14b0, buf c0da64b0

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xc2000

jffs2_read_inode_range: ino #213, range 0x000c2000-0x000c3000

Reading 794624-798720 from node at 0xd00e68

Node read from 00d00e68: node_crc 017f252b, calculated CRC 017f252b. dsize 1000, csize 818, offset c2000, buf c0da5000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xc3000

jffs2_read_inode_range: ino #213, range 0x000c3000-0x000c4000

Reading 798720-802816 from node at 0xd016c4

Node read from 00d016c4: node_crc 796cc568, calculated CRC 796cc568. dsize 1000, csize 95b, offset c3000, buf c0da4000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xc4000

jffs2_read_inode_range: ino #213, range 0x000c4000-0x000c5000

Reading 802816-806912 from node at 0xd02064

Node read from 00d02064: node_crc 0e9dfc2f, calculated CRC 0e9dfc2f. dsize 1000, csize 932, offset c4000, buf c0da3000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xc5000

jffs2_read_inode_range: ino #213, range 0x000c5000-0x000c6000

Reading 806912-811008 from node at 0xd02e14

Node read from 00d02e14: node_crc a78feaae, calculated CRC a78feaae. dsize 1000, csize 945, offset c5000, buf c0da2000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xc6000

jffs2_read_inode_range: ino #213, range 0x000c6000-0x000c7000

Reading 811008-815104 from node at 0xd037a0

Node read from 00d037a0: node_crc 69f943b3, calculated CRC 69f943b3. dsize 1000, csize 91d, offset c6000, buf c0da1000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0xc7000

jffs2_read_inode_range: ino #213, range 0x000c7000-0x000c8000

Reading 815104-819200 from node at 0xd04978

Node read from 00d04978: node_crc 751b3168, calculated CRC 751b3168. dsize 1000, csize 93f, offset c7000, buf c0da0000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x38000

jffs2_read_inode_range: ino #213, range 0x00038000-0x00039000

Reading 229376-233472 from node at 0xd9d988

Node read from 00d9d988: node_crc 9a130df8, calculated CRC 9a130df8. dsize 1000, csize 799, offset 38000, buf c0d9e000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x39000

jffs2_read_inode_range: ino #213, range 0x00039000-0x0003a000

Reading 233472-237568 from node at 0xd9e598

Node read from 00d9e598: node_crc 2836fbfe, calculated CRC 2836fbfe. dsize 1000, csize 7ca, offset 39000, buf c0d9d000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x3a000

jffs2_read_inode_range: ino #213, range 0x0003a000-0x0003b000

Reading 237568-241664 from node at 0xd9eda8

Node read from 00d9eda8: node_crc 0c9ada54, calculated CRC 0c9ada54. dsize 1000, csize 6f6, offset 3a000, buf c0d9c000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x3b000

jffs2_read_inode_range: ino #213, range 0x0003b000-0x0003c000

Reading 241664-243099 from node at 0xd9fbe8

Node read from 00d9fbe8: node_crc 69b9f6c7, calculated CRC 69b9f6c7. dsize 59b, csize 3ce, offset 3b000, buf c0d9b000

Reading 243099-245760 from node at 0xd6000c

Node read from 00d6000c: node_crc 797ff313, calculated CRC 797ff313. dsize a65, csize 63d, offset 3b59b, buf c0d9b59b

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x3c000

jffs2_read_inode_range: ino #213, range 0x0003c000-0x0003d000

Reading 245760-249856 from node at 0xd60690

Node read from 00d60690: node_crc df7cb768, calculated CRC df7cb768. dsize 1000, csize 921, offset 3c000, buf c0d9a000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x3d000

jffs2_read_inode_range: ino #213, range 0x0003d000-0x0003e000

Reading 249856-253952 from node at 0xd60ff8

Node read from 00d60ff8: node_crc c66b80da, calculated CRC c66b80da. dsize 1000, csize 92c, offset 3d000, buf c0d99000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x3e000

jffs2_read_inode_range: ino #213, range 0x0003e000-0x0003f000

Reading 253952-258048 from node at 0xd61dc8

Node read from 00d61dc8: node_crc 3cf34d76, calculated CRC 3cf34d76. dsize 1000, csize 8c0, offset 3e000, buf c0d98000

readpage finished

jffs2_do_readpage_nolock(): ino #213, page at offset 0x3f000

jffs2_read_inode_range: ino #213, range 0x0003f000-0x00040000

Reading 258048-262144 from node at 0xd626cc

Node read from 00d626cc: node_crc c410d045, calculated CRC c410d045. dsize 1000, csize 9da, offset 3f000, buf c0d97000

readpage finished

jffs2_prepare_write()

end prepare_write()

jffs2_commit_write(): ino #468, page at 0x0, range 1536-1920

jffs2_write_inode_range(): Ino #468, ofs 0x600, len 0x180

jffs2_reserve_space(): Requested 0xc4 bytes

jffs2_reserve_space(): alloc sem got

jffs2_do_reserve_space(): Giving 0x7844 bytes at 0x8187bc

calling deflate with avail_in 372, avail_out 372

deflate returned with avail_in 0, avail_out 326, total_in 372, total_out 46

calling deflate with avail_in 12, avail_out 326

deflate returned with avail_in 0, avail_out 321, total_in 384, total_out 51

zlib compressed 384 bytes into 57

jffs2_add_physical_node_ref(): Node at 0x8187bc, size 0x80

jffs2_write_dnode wrote node at 0x008187bc with dsize 0x180, csize 0x39, node_crc 0x2efd63e2, data_crc 0xc5561c63, totlen 0x0000007d

jffs2_add_full_dnode_to_inode(ino #468, f c00345c0, fn c0f08800)

obliterating obsoleted node at 0x0081874c

jffs2_complete_reservation()

thread_should_wake(): nr_free_blocks 63, nr_erasing_blocks 0, dirty_size 0x1d12dc

increasing writtenlen by 384

jffs2_commit_write() returning 384

jffs2_lookup()


jffs2_lookup()

skywalker14 login: 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Kernel removing directories
  2002-04-29 22:38           ` Murtada Shah
@ 2002-04-30  7:41             ` David Woodhouse
  0 siblings, 0 replies; 8+ messages in thread
From: David Woodhouse @ 2002-04-30  7:41 UTC (permalink / raw)
  To: Murtada Shah; +Cc: linux-mtd, linux-arm-kernel

mshah@yottayotta.com said:
> My mistake David. That was Jffs2 debug set to 2, that is why it took
> hours.

OK. It's probably best not to send logs that large to the list; just to be 
would have been better.

> Nonetheless, I attached the serial output of jffs2debug set to 1... so
>  you can take a look at it. I copied/pasted the relevant parts at the
> end.

> The inode #7 seems to be causing problems. You can find the relevant
> sections from the attached file by finding the following quotes. As
> you  see inode #7 has important children :) (i.e. "mv", "ps",  /etc/
> init.d/rc&). I can boot from nfs & mount the /dev/mtdblock/0 no
> problem after another reboot. 

There's no directory entry for inode #7. How did the JFFS2 file system get 
there? Could there be some missing somehow?

--
dwmw2

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-04-30  7:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-26  2:56 Kernel removing directories Murtada Shah
2002-04-26  6:16 ` David Woodhouse
2002-04-26 19:16   ` Murtada Shah
2002-04-26 22:20     ` David Woodhouse
2002-04-29 21:46       ` Murtada Shah
2002-04-29 21:49         ` David Woodhouse
2002-04-29 22:38           ` Murtada Shah
2002-04-30  7:41             ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox