Skip to content

Instantly share code, notes, and snippets.

@aeruder
Last active January 4, 2016 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aeruder/8651928 to your computer and use it in GitHub Desktop.
Save aeruder/8651928 to your computer and use it in GitHub Desktop.
[root@buildroot ~]# dmesg -n 2; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
[root@buildroot ~]# mount -t debugfs none /sys/kernel/debug; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
[root@buildroot ~]# mount -t configfs none /sys/kernel/config; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
[root@buildroot ~]# echo 'module mtd +mp' > /sys/kernel/debug/dynamic_debug/control; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
[root@buildroot ~]# echo 'module ubi +mp' > /sys/kernel/debug/dynamic_debug/control; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
[root@buildroot ~]# echo 'module ubifs +mp' > /sys/kernel/debug/dynamic_debug/control; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
[root@buildroot ~]# killall klogd syslogd
[root@buildroot ~]# udhcpc; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
udhcpc (v1.21.1) started
grep: /etc/resolv.conf: No such file or directory
Sending discover...
Sending select for 10.63.192.132...
Lease of 10.63.192.132 obtained, lease time 259200
deleting routers
route: SIOCDELRT: No such process
adding dns 10.63.255.243
adding dns 10.63.255.244
[root@buildroot ~]# socat tcp:10.63.192.73:6100 /proc/kmsg &
[1] 545
[root@buildroot ~]# echo connected > /dev/kmsg; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
[root@buildroot ~]# ubiattach -m 4 -d 0; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
UBI device number 0, total 505 LEBs (66126720 bytes, 63.1 MiB), available 0 LEBs (0 bytes), LEB size 130944 bytes (127.9 KiB)
[root@buildroot ~]# mkdir -p /mnt; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
[root@buildroot ~]# mount -t ubifs ubi0:rootfs /mnt; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
[root@buildroot ~]# rm -fr /mnt/fsstress; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
[root@buildroot ~]# mkdir -p /mnt/fsstress; a=$?; sleep 1 ; [ x$a = x0 ] || echo "@@FAIL@@"
[root@buildroot ~]# (sleep 5 ; while ! mount -o remount,ro /mnt ; do true ; done ; echo remount > /dev/kmsg ; sleep 5 ; echo reboot > /dev/kmsg ; reboot ) &
[2] 564
[root@buildroot ~]# fsstress -p 10 -n 10 -X -d /mnt/fsstress -l 0
seed = 555130
rm: can't remove '/mnt/fsstress/p0/c3': Read-only file system
[...]
rm: can't remove '/mnt/fsstress/p9': Read-only file system
The system is going down NOW!
[1]- Exit 143 socat tcp:10.63.192.73:6100 /proc/kmsg
[2]+ Done ( sleep 5; while ! mount -o remount,ro /mnt; do
true;
done; echo remount > /dev/kmsg; sleep 5; echo reboot > /dev/kmsg; reboot )
Terminated
Sent SIGTERM to all processes
Sent SIGKILL to[ 37.490724] reboot: Restarting system
U-Boot 2013.10-00015-gd588e63 (Jan 09 2014 - 16:27:34)
CPU: Marvell PXA27x rev. Unknown
Checking SDRAM U16/U20 data
pass
Checking SDRAM U44/U45 data
pass
Checking SDRAM U16/U20 address
pass
Checking SDRAM U44/U45 address
pass
DRAM: 256 MiB
WARNING: Caches not enabled
Flash: 64 MiB
MMC: PXA MMC: 0
In: serial
Out: serial
Err: serial
KSZ8895MQ REV0 found, configuring...done
Net: dm9000
Warning: dm9000 using MAC address from net device
Hit any key to stop autoboot: Attempting to get a uboot prompt.. 0
$ <INTERRUPT>
$ ubi part data || echo FAIL ; ubifsmount ubi0:rootfs || echo FAIL ; ubifsload ${scratch} ${kernel.ubi.path} || echo FAIL
UBI: attaching mtd1 to ubi0
UBI: physical eraseblock size: 131072 bytes (128 KiB)
UBI: logical eraseblock size: 130944 bytes
UBI: smallest flash I/O unit: 1
UBI: VID header offset: 64 (aligned 64)
UBI: data offset: 128
UBI: attached mtd1 to ubi0
UBI: MTD device name: "mtd=4"
UBI: MTD device size: 63 MiB
UBI: number of good PEBs: 505
UBI: number of bad PEBs: 0
UBI: max. allowed volumes: 128
UBI: wear-leveling threshold: 4096
UBI: number of internal volumes: 1
UBI: number of user volumes: 1
UBI: available PEBs: 0
UBI: total number of reserved PEBs: 505
UBI: number of PEBs reserved for bad PEB handling: 0
UBI: max/mean erase counter: 24/9
UBIFS error (pid 0): ubifs_check_node: bad CRC: calculated 0xa2b5e3a0, read 0xb54ebdd1
UBIFS error (pid 0): ubifs_check_node: bad node at LEB 44:58768
UBIFS error (pid 0): ubifs_scanned_corruption: corrupted data at LEB 44:58768
UBIFS error (pid 0): ubifs_scan: LEB 44 scanning failed
UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'ubi0:rootfs' errno=-117!
ubifsmount - mount UBIFS volume
Usage:
ubifsmount <volume-name>
- mount 'volume-name' volume
FAIL
UBIFS not mounted, use ubifs mount to mount volume first!
ubifsload - load file from an UBIFS filesystem
Usage:
ubifsload <addr> <filename> [bytes]
- load file 'filename' to address 'addr'
FAIL
$ We have corrupted our ubifs partition (Run #6)
while executing
"return -level 1 -code error $errorMsg"
<7>[ 27.172422] ubi: UBI DBG io (pid 619): write VID header to PEB 294
<7>[ 27.172453] ubi: UBI DBG io (pid 619): write 64 bytes to PEB 294:64
<7>[ 27.172750] ubi: UBI DBG io (pid 619): write 224 bytes to PEB 294:128
<7>[ 27.173110] ubifs: UBIFS DBG log (pid 619): preserve 40:66816, jhead 2 (data), bud bytes 432, cmt_bud_bytes 432
<7>[ 27.173143] ubifs: UBIFS DBG log (pid 619): preserve 45:75224, jhead 1 (base), bud bytes 38240, cmt_bud_bytes 38672
<7>[ 27.173172] ubifs: UBIFS DBG log (pid 619): preserve 341:68096, jhead 0 (GC), bud bytes 0, cmt_bud_bytes 38672
<7>[ 27.173219] ubifs: UBIFS DBG cmt (pid 619): committing 21 znodes
<7>[ 27.173244] ubifs: UBIFS DBG cmt (pid 619): need about 1 empty LEBS for TNC commit
<7>[ 27.173280] ubifs: UBIFS DBG find (pid 619): found LEB 44, free 130944, dirty 0, flags 0x4
<7>[ 27.173307] ubifs: UBIFS DBG lp (pid 619): LEB 44, free 130944, dirty 0, flags 52
<7>[ 27.173333] ubifs: UBIFS DBG lp (pid 619): LEB 44, free 130944, dirty 0, flags 4
<7>[ 27.173368] ubi: UBI DBG gen (pid 619): unmap LEB 0:44
<7>[ 27.173402] ubifs: UBIFS DBG cmt (pid 619): LEB 44
<7>[ 27.173441] ubifs: UBIFS DBG lp (pid 619): LEB 440, free 3560, dirty 126488, flags 48
<7>[ 27.173470] ubifs: UBIFS DBG lp (pid 619): LEB 440, free 976, dirty 126488, flags 48
<7>[ 27.173496] ubifs: UBIFS DBG lp (pid 619): LEB 440, free 3560, dirty 126488, flags 48
<7>[ 27.173525] ubifs: UBIFS DBG cmt (pid 619): LEB 44
<7>[ 27.173555] ubifs: UBIFS DBG lp (pid 619): LEB 44, free 130944, dirty 0, flags 48
<7>[ 27.173586] ubifs: UBIFS DBG lp (pid 619): LEB 44, free -2147483647, dirty -2147483647, flags 0
<7>[ 27.173614] ubifs: UBIFS DBG lp (pid 619): LEB 44, free 130944, dirty 0, flags 48
<7>[ 27.173668] ubifs: UBIFS DBG find (pid 619): found 4 dirty index LEBs
<7>[ 27.173697] ubifs: UBIFS DBG find (pid 619): dirtiest index LEB is 43 with dirty 130376 and free 0
<7>[ 27.173730] ubifs: UBIFS DBG cmt (pid 619): number of index LEBs 22
<7>[ 27.173753] ubifs: UBIFS DBG cmt (pid 619): size of index 526776
<7>[ 27.173775] ubifs: UBIFS DBG lp (pid 619):
<7>[ 27.173815] ubifs: UBIFS DBG cmt (pid 619): committing 11 cnodes
<7>[ 27.173837] ubifs: UBIFS DBG lp (pid 619): committing 11 cnodes
<7>[ 27.173877] ubifs: UBIFS DBG lp (pid 619): LEB 7 free 5648 dirty 124630 to 5488 +2
<7>[ 27.173912] ubifs: UBIFS DBG cmt (pid 619): 0 orphans to commit
<7>[ 27.173975] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:127384
<7>[ 27.174013] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 127384 of LEB 0:440, PEB 308
<7>[ 27.174039] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:127512
<7>[ 27.174420] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:127576
<7>[ 27.174450] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 127576 of LEB 0:440, PEB 308
<7>[ 27.174474] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:127704
<7>[ 27.174800] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:127768
<7>[ 27.174828] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 127768 of LEB 0:440, PEB 308
<7>[ 27.174853] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:127896
<7>[ 27.175431] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:127960
<7>[ 27.175461] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 127960 of LEB 0:440, PEB 308
<7>[ 27.175486] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:128088
<7>[ 27.175840] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:128152
<7>[ 27.175869] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 128152 of LEB 0:440, PEB 308
<7>[ 27.175893] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:128280
<7>[ 27.176214] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:128344
<7>[ 27.176245] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 128344 of LEB 0:440, PEB 308
<7>[ 27.176269] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:128472
<7>[ 27.176846] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:128536
<7>[ 27.176875] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 128536 of LEB 0:440, PEB 308
<7>[ 27.176899] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:128664
<7>[ 27.177221] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:128728
<7>[ 27.180369] ubifs: UBIFS DBG cmt (pid 620): pid 620 goes sleep
<7>[ 27.180752] ubifs: UBIFS DBG cmt (pid 614): pid 614 goes sleep
<7>[ 27.181011] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 128728 of LEB 0:440, PEB 308
<7>[ 27.181062] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:128856
<7>[ 27.181735] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:128920
<7>[ 27.181764] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 128920 of LEB 0:440, PEB 308
<7>[ 27.181788] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:129048
<7>[ 27.182132] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:129112
<7>[ 27.182161] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 129112 of LEB 0:440, PEB 308
<7>[ 27.182185] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:129240
<7>[ 27.182514] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:129304
<7>[ 27.182543] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 129304 of LEB 0:440, PEB 308
<7>[ 27.182567] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:129432
<7>[ 27.183151] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:129496
<7>[ 27.183180] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 129496 of LEB 0:440, PEB 308
<7>[ 27.183204] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:129624
<7>[ 27.183547] ubi: UBI DBG gen (pid 619): write 192 bytes to LEB 0:440:129688
<7>[ 27.183576] ubi: UBI DBG eba (pid 619): write 192 bytes at offset 129688 of LEB 0:440, PEB 308
<7>[ 27.183600] ubi: UBI DBG io (pid 619): write 192 bytes to PEB 308:129816
<7>[ 27.183919] ubi: UBI DBG gen (pid 619): write 88 bytes to LEB 0:440:129880
<7>[ 27.183948] ubi: UBI DBG eba (pid 619): write 88 bytes at offset 129880 of LEB 0:440, PEB 308
<7>[ 27.183972] ubi: UBI DBG io (pid 619): write 88 bytes to PEB 308:130008
<7>[ 27.184530] ubifs: UBIFS DBG cmt (pid 619): TNC height is 7
<7>[ 27.184559] ubifs: UBIFS DBG lp (pid 619):
<7>[ 27.184638] ubi: UBI DBG gen (pid 619): write 160 bytes to LEB 0:7:125296
<7>[ 27.184667] ubi: UBI DBG eba (pid 619): write 160 bytes at offset 125296 of LEB 0:7, PEB 502
<7>[ 27.184690] ubi: UBI DBG io (pid 619): write 160 bytes to PEB 502:125424
<7>[ 27.185258] ubifs: UBIFS DBG lp (pid 619): LPT root is at 7:125442
<7>[ 27.185281] ubifs: UBIFS DBG lp (pid 619): LPT head is at 7:125456
<7>[ 27.185305] ubifs: UBIFS DBG lp (pid 619): LPT ltab is at 7:125296
<7>[ 27.185335] ubifs: UBIFS DBG log (pid 619): old tail was LEB 5:0, new tail is LEB 6:0
<7>[ 27.185387] ubifs: UBIFS DBG io (pid 619): LEB 1:87040, master node, length 512 (aligned 512)
<7>[ 27.185427] ubi: UBI DBG gen (pid 619): write 512 bytes to LEB 0:1:87040
<7>[ 27.185455] ubi: UBI DBG eba (pid 619): write 512 bytes at offset 87040 of LEB 0:1, PEB 257
<7>[ 27.185479] ubi: UBI DBG io (pid 619): write 512 bytes to PEB 257:87168
<7>[ 27.186119] ubifs: UBIFS DBG io (pid 619): LEB 2:87040, master node, length 512 (aligned 512)
<7>[ 27.186152] ubi: UBI DBG gen (pid 619): write 512 bytes to LEB 0:2:87040
<7>[ 27.186181] ubi: UBI DBG eba (pid 619): write 512 bytes at offset 87040 of LEB 0:2, PEB 289
<7>[ 27.186205] ubi: UBI DBG io (pid 619): write 512 bytes to PEB 289:87168
<7>[ 27.186833] ubifs: UBIFS DBG log (pid 619): unmap log LEB 5
<7>[ 27.186857] ubi: UBI DBG gen (pid 619): unmap LEB 0:5
<7>[ 27.186884] ubi: UBI DBG eba (pid 619): erase LEB 0:5, PEB 231
<7>[ 27.186910] ubi: UBI DBG wl (pid 619): PEB 231
<7>[ 27.186943] ubi: UBI DBG wl (pid 619): deleted PEB 231 from the protection queue
<7>[ 27.186970] ubi: UBI DBG wl (pid 619): schedule erasure of PEB 231, EC 22, torture 0
<7>[ 27.187078] ubi: UBI DBG wl (pid 552): erase PEB 231 EC 22 LEB 0:5
<7>[ 27.187115] ubi: UBI DBG wl (pid 552): erase PEB 231, old EC 22
<7>[ 27.187932] ubi: UBI DBG io (pid 552): erase PEB 231
<7>[ 27.189878] ubifs: UBIFS DBG cmt (pid 619): commit end
<7>[ 27.190041] ubifs: UBIFS DBG cmt (pid 614): commit finished, pid 614 woke up
<7>[ 27.190485] ubifs: UBIFS DBG cmt (pid 620): commit finished, pid 620 woke up
<7>[ 27.489914] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 126632, flags 48
<7>[ 27.489940] ubifs: UBIFS DBG lp (pid 614): LEB 440, free -2147483647, dirty 126800, flags 48
<7>[ 27.489967] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 126632, flags 48
<7>[ 27.489996] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 126800, flags 48
<7>[ 27.490022] ubifs: UBIFS DBG lp (pid 614): LEB 440, free -2147483647, dirty 126848, flags 48
<7>[ 27.490049] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 126800, flags 48
<7>[ 27.490078] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 126848, flags 48
<7>[ 27.490104] ubifs: UBIFS DBG lp (pid 614): LEB 440, free -2147483647, dirty 126976, flags 48
<7>[ 27.490131] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 126848, flags 48
<7>[ 27.490160] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 126976, flags 48
<7>[ 27.490186] ubifs: UBIFS DBG lp (pid 614): LEB 440, free -2147483647, dirty 127104, flags 48
<7>[ 27.490213] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 126976, flags 48
<7>[ 27.490242] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 127104, flags 48
<7>[ 27.490268] ubifs: UBIFS DBG lp (pid 614): LEB 440, free -2147483647, dirty 127232, flags 48
<7>[ 27.490295] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 127104, flags 48
<7>[ 27.490321] ubifs: UBIFS DBG tnc (pid 614): found 0, lvl 0, n 0
<7>[ 27.490355] ubifs: UBIFS DBG tnc (pid 614): inserted at 1 level 0, key (81968, direntry, 0x031207)
<7>[ 27.490396] ubifs: UBIFS DBG tnc (pid 614): 45:113528, len 164, key (81991, inode)
<7>[ 27.490422] ubifs: UBIFS DBG tnc (pid 614): search and dirty key (81991, inode)
<7>[ 27.490452] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 127232, flags 48
<7>[ 27.490478] ubifs: UBIFS DBG lp (pid 614): LEB 440, free -2147483647, dirty 127360, flags 48
<7>[ 27.490505] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 127232, flags 48
<7>[ 27.490535] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 127360, flags 48
<7>[ 27.490561] ubifs: UBIFS DBG lp (pid 614): LEB 440, free -2147483647, dirty 127528, flags 48
<7>[ 27.490588] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 127360, flags 48
<7>[ 27.490614] ubifs: UBIFS DBG tnc (pid 614): found 0, lvl 0, n 6
<7>[ 27.490642] ubifs: UBIFS DBG tnc (pid 614): inserted at 7 level 0, key (81991, inode)
<7>[ 27.490673] ubifs: UBIFS DBG tnc (pid 614): 45:113696, len 160, key (81968, inode)
<7>[ 27.490697] ubifs: UBIFS DBG tnc (pid 614): search and dirty key (81968, inode)
<7>[ 27.490728] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 127528, flags 48
<7>[ 27.490754] ubifs: UBIFS DBG lp (pid 614): LEB 440, free -2147483647, dirty 127636, flags 48
<7>[ 27.490781] ubifs: UBIFS DBG lp (pid 614): LEB 440, free 976, dirty 127528, flags 48
<7>[ 27.490806] ubifs: UBIFS DBG tnc (pid 614): found 1, lvl 0, n 3
<7>[ 27.490834] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 17088, dirty 104576, flags 16
<7>[ 27.490860] ubifs: UBIFS DBG lp (pid 614): LEB 45, free -2147483647, dirty 104736, flags 16
<7>[ 27.490887] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 17088, dirty 104576, flags 16
<7>[ 27.491529] ubifs: UBIFS DBG gen (pid 614): 'l3' in dir ino 81968
<7>[ 27.491594] ubifs: UBIFS DBG tnc (pid 614): search key (81968, direntry, 0x0356c7)
<7>[ 27.491630] ubifs: UBIFS DBG tnc (pid 614): found 0, lvl 0, n 2
<7>[ 27.491657] ubifs: UBIFS DBG gen (pid 614): not found
<7>[ 27.491707] ubifs: UBIFS DBG gen (pid 614): dent 'l3', target 'xxxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xxxxxxxxx/xx' in dir ino 81968
<7>[ 27.491786] ubifs: UBIFS DBG jnl (pid 614): ino 81992, dent 'l3', data len 153 in dir ino 81968
<7>[ 27.491888] ubifs: UBIFS DBG jnl (pid 614): jhead 1 (base), LEB 45:113856, len 544
<7>[ 27.491918] ubifs: UBIFS DBG io (pid 614): 544 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:113856
<7>[ 27.491956] ubifs: UBIFS DBG io (pid 614): flush jhead 1 (base) wbuf to LEB 45:113664
<7>[ 27.491988] ubi: UBI DBG gen (pid 614): write 512 bytes to LEB 0:45:113664
<7>[ 27.492029] ubi: UBI DBG eba (pid 614): write 512 bytes at offset 113664 of LEB 0:45, PEB 205
<7>[ 27.492057] ubi: UBI DBG io (pid 614): write 512 bytes to PEB 205:113792
<7>[ 27.493019] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 17088, dirty 104736, flags 16
<7>[ 27.493066] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 16544, dirty 104736, flags 16
<7>[ 27.493098] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 17088, dirty 104736, flags 16
<7>[ 27.493139] ubifs: UBIFS DBG io (pid 614): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.493196] ubifs: UBIFS DBG tnc (pid 614): LEB 45:113856, name 'l3', key (81968, direntry, 0x0356c7)
<7>[ 27.493227] ubifs: UBIFS DBG tnc (pid 614): search and dirty key (81968, direntry, 0x0356c7)
<7>[ 27.493260] ubifs: UBIFS DBG tnc (pid 614): found 0, lvl 0, n 2
<7>[ 27.493293] ubifs: UBIFS DBG tnc (pid 614): inserted at 3 level 0, key (81968, direntry, 0x0356c7)
<7>[ 27.493333] ubifs: UBIFS DBG tnc (pid 614): 45:113920, len 313, key (81992, inode)
<7>[ 27.493357] ubifs: UBIFS DBG tnc (pid 614): search and dirty key (81992, inode)
<7>[ 27.493385] ubifs: UBIFS DBG tnc (pid 614): found 0, lvl 0, n 7
<7>[ 27.493412] ubifs: UBIFS DBG tnc (pid 614): splitting level 0, key (81992, inode)
<7>[ 27.493443] ubifs: UBIFS DBG tnc (pid 614): moving 4, keeping 4
<7>[ 27.493474] ubifs: UBIFS DBG tnc (pid 614): inserting at 4 level 0, key (81992, inode)
<7>[ 27.493505] ubifs: UBIFS DBG tnc (pid 614): inserted at 5 level 1, key (81989, direntry, 0x031af7)
<7>[ 27.493536] ubifs: UBIFS DBG tnc (pid 614): 45:114240, len 160, key (81968, inode)
<7>[ 27.493561] ubifs: UBIFS DBG tnc (pid 614): search and dirty key (81968, inode)
<7>[ 27.493589] ubifs: UBIFS DBG tnc (pid 614): found 1, lvl 0, n 3
<7>[ 27.493617] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 16544, dirty 104736, flags 16
<7>[ 27.493646] ubifs: UBIFS DBG lp (pid 614): LEB 45, free -2147483647, dirty 104896, flags 16
<7>[ 27.493673] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 16544, dirty 104736, flags 16
<7>[ 27.493981] ubifs: UBIFS DBG gen (pid 614): 'l4' in dir ino 81968
<7>[ 27.494040] ubifs: UBIFS DBG tnc (pid 614): search key (81968, direntry, 0x035777)
<7>[ 27.494072] ubifs: UBIFS DBG tnc (pid 614): found 0, lvl 0, n 3
<7>[ 27.494099] ubifs: UBIFS DBG gen (pid 614): not found
<7>[ 27.494143] ubifs: UBIFS DBG gen (pid 614): dent 'l4' to ino 81982 (nlink 1) in dir ino 81968
<7>[ 27.494191] ubifs: UBIFS DBG jnl (pid 614): ino 81982, dent 'l4', data len 1999 in dir ino 81968
<7>[ 27.494348] ubifs: UBIFS DBG jnl (pid 614): jhead 1 (base), LEB 45:114400, len 2384
<7>[ 27.494379] ubifs: UBIFS DBG io (pid 614): 2384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:114400
<7>[ 27.494416] ubifs: UBIFS DBG io (pid 614): flush jhead 1 (base) wbuf to LEB 45:114176
<7>[ 27.494446] ubi: UBI DBG gen (pid 614): write 512 bytes to LEB 0:45:114176
<7>[ 27.494489] ubi: UBI DBG eba (pid 614): write 512 bytes at offset 114176 of LEB 0:45, PEB 205
<7>[ 27.494516] ubi: UBI DBG io (pid 614): write 512 bytes to PEB 205:114304
<7>[ 27.495243] ubifs: UBIFS DBG io (pid 614): write 2048 bytes to LEB 45:114688
<7>[ 27.495274] ubi: UBI DBG gen (pid 614): write 2048 bytes to LEB 0:45:114688
<7>[ 27.495308] ubi: UBI DBG eba (pid 614): write 2048 bytes at offset 114688 of LEB 0:45, PEB 205
<7>[ 27.495334] ubi: UBI DBG io (pid 614): write 2048 bytes to PEB 205:114816
<7>[ 27.497164] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 16544, dirty 104896, flags 16
<7>[ 27.497195] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 14160, dirty 104896, flags 16
<7>[ 27.497226] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 16544, dirty 104896, flags 16
<7>[ 27.502254] ubifs: UBIFS DBG gen (pid 619): 'c0' in dir ino 81983
<7>[ 27.502319] ubifs: UBIFS DBG tnc (pid 619): search key (81983, direntry, 0x0310a7)
<7>[ 27.502354] ubifs: UBIFS DBG tnc (pid 619): found 0, lvl 0, n 4
<7>[ 27.502380] ubifs: UBIFS DBG gen (pid 619): not found
<7>[ 27.502424] ubifs: UBIFS DBG gen (pid 619): dent 'c0' in dir ino 81983
<7>[ 27.502501] ubifs: UBIFS DBG jnl (pid 619): ino 81993, dent 'c0', data len 4 in dir ino 81983
<7>[ 27.502693] ubifs: UBIFS DBG io (pid 614): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.502968] ubifs: UBIFS DBG jnl (pid 619): jhead 1 (base), LEB 45:116784, len 392
<7>[ 27.503022] ubifs: UBIFS DBG io (pid 619): 392 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:116784
<7>[ 27.503079] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 14160, dirty 104896, flags 16
<7>[ 27.503108] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13768, dirty 104896, flags 16
<7>[ 27.503140] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 14160, dirty 104896, flags 16
<7>[ 27.503183] ubifs: UBIFS DBG io (pid 619): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.503240] ubifs: UBIFS DBG tnc (pid 619): LEB 45:116784, name 'c0', key (81983, direntry, 0x0310a7)
<7>[ 27.503270] ubifs: UBIFS DBG tnc (pid 619): search and dirty key (81983, direntry, 0x0310a7)
<7>[ 27.503312] ubifs: UBIFS DBG lp (pid 619): LEB 440, free 976, dirty 127640, flags 48
<7>[ 27.503341] ubifs: UBIFS DBG lp (pid 619): LEB 440, free -2147483647, dirty 127768, flags 48
<7>[ 27.503369] ubifs: UBIFS DBG lp (pid 619): LEB 440, free 976, dirty 127640, flags 48
<7>[ 27.503396] ubifs: UBIFS DBG tnc (pid 619): found 0, lvl 0, n 4
<7>[ 27.503430] ubifs: UBIFS DBG tnc (pid 619): inserted at 5 level 0, key (81983, direntry, 0x0310a7)
<7>[ 27.503468] ubifs: UBIFS DBG tnc (pid 619): 45:116848, len 164, key (81993, inode)
<7>[ 27.503493] ubifs: UBIFS DBG tnc (pid 619): search and dirty key (81993, inode)
<7>[ 27.503520] ubifs: UBIFS DBG tnc (pid 619): found 0, lvl 0, n 4
<7>[ 27.503547] ubifs: UBIFS DBG tnc (pid 619): inserted at 5 level 0, key (81993, inode)
<7>[ 27.503577] ubifs: UBIFS DBG tnc (pid 619): 45:117016, len 160, key (81983, inode)
<7>[ 27.503602] ubifs: UBIFS DBG tnc (pid 619): search and dirty key (81983, inode)
<7>[ 27.503628] ubifs: UBIFS DBG tnc (pid 619): found 1, lvl 0, n 4
<7>[ 27.503655] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13768, dirty 104896, flags 16
<7>[ 27.503682] ubifs: UBIFS DBG lp (pid 619): LEB 45, free -2147483647, dirty 105056, flags 16
<7>[ 27.503708] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13768, dirty 104896, flags 16
<7>[ 27.504252] ubifs: UBIFS DBG gen (pid 619): dir ino 81983, f_pos 0x0
<7>[ 27.504494] ubifs: UBIFS DBG tnc (pid 619): (lowest) (81983, direntry, 0x000000)
<7>[ 27.504544] ubifs: UBIFS DBG tnc (pid 619): search key (81983, direntry, 0x000000)
<7>[ 27.504578] ubifs: UBIFS DBG tnc (pid 619): found 0, lvl 0, n 4
<7>[ 27.504620] ubifs: UBIFS DBG io (pid 619): LEB 45:116784, direntry node, length 59, jhead 1 (base)
<7>[ 27.504683] ubifs: UBIFS DBG gen (pid 619): feed 'c0', ino 81993, new f_pos 0x310a7
<7>[ 27.504716] ubifs: UBIFS DBG tnc (pid 619): c0 (81983, direntry, 0x0310a7)
<7>[ 27.504743] ubifs: UBIFS DBG tnc (pid 619): search key (81983, direntry, 0x0310a7)
<7>[ 27.504769] ubifs: UBIFS DBG tnc (pid 619): found 1, lvl 0, n 5
<7>[ 27.504798] ubifs: UBIFS DBG tnc (pid 619): rc returned 1, znode d7a0cb00, n 5
<7>[ 27.504861] ubifs: UBIFS DBG gen (pid 619): dir ino 81983, f_pos 0x2
<7>[ 27.505126] ubifs: UBIFS DBG gen (pid 619): 'f1' in dir ino 81983
<7>[ 27.505186] ubifs: UBIFS DBG tnc (pid 619): search key (81983, direntry, 0x032807)
<7>[ 27.505220] ubifs: UBIFS DBG tnc (pid 619): found 0, lvl 0, n 5
<7>[ 27.505246] ubifs: UBIFS DBG gen (pid 619): not found
<7>[ 27.505286] ubifs: UBIFS DBG gen (pid 619): dent 'f1', mode 0x81b6 in dir ino 81983
<7>[ 27.505352] ubifs: UBIFS DBG jnl (pid 619): ino 81994, dent 'f1', data len 0 in dir ino 81983
<7>[ 27.505441] ubifs: UBIFS DBG jnl (pid 619): jhead 1 (base), LEB 45:117176, len 384
<7>[ 27.505472] ubifs: UBIFS DBG io (pid 619): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:117176
<7>[ 27.505511] ubifs: UBIFS DBG io (pid 619): flush jhead 1 (base) wbuf to LEB 45:116736
<7>[ 27.505543] ubi: UBI DBG gen (pid 619): write 512 bytes to LEB 0:45:116736
<7>[ 27.505584] ubi: UBI DBG eba (pid 619): write 512 bytes at offset 116736 of LEB 0:45, PEB 205
<7>[ 27.505611] ubi: UBI DBG io (pid 619): write 512 bytes to PEB 205:116864
<7>[ 27.506345] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13768, dirty 105056, flags 16
<7>[ 27.506384] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13384, dirty 105056, flags 16
<7>[ 27.506420] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13768, dirty 105056, flags 16
<7>[ 27.506467] ubifs: UBIFS DBG io (pid 619): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.506532] ubifs: UBIFS DBG tnc (pid 619): LEB 45:117176, name 'f1', key (81983, direntry, 0x032807)
<7>[ 27.506565] ubifs: UBIFS DBG tnc (pid 619): search and dirty key (81983, direntry, 0x032807)
<7>[ 27.506598] ubifs: UBIFS DBG tnc (pid 619): found 0, lvl 0, n 5
<7>[ 27.506635] ubifs: UBIFS DBG tnc (pid 619): inserted at 6 level 0, key (81983, direntry, 0x032807)
<7>[ 27.506675] ubifs: UBIFS DBG tnc (pid 619): 45:117240, len 160, key (81994, inode)
<7>[ 27.506700] ubifs: UBIFS DBG tnc (pid 619): search and dirty key (81994, inode)
<7>[ 27.506727] ubifs: UBIFS DBG tnc (pid 619): found 0, lvl 0, n 5
<7>[ 27.506755] ubifs: UBIFS DBG tnc (pid 619): inserted at 6 level 0, key (81994, inode)
<7>[ 27.506787] ubifs: UBIFS DBG tnc (pid 619): 45:117400, len 160, key (81983, inode)
<7>[ 27.506812] ubifs: UBIFS DBG tnc (pid 619): search and dirty key (81983, inode)
<7>[ 27.506838] ubifs: UBIFS DBG tnc (pid 619): found 1, lvl 0, n 4
<7>[ 27.506866] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13384, dirty 105056, flags 16
<7>[ 27.506895] ubifs: UBIFS DBG lp (pid 619): LEB 45, free -2147483647, dirty 105216, flags 16
<7>[ 27.506922] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13384, dirty 105056, flags 16
<7>[ 27.507218] ubifs: UBIFS DBG gen (pid 619): dent 'c0' from ino 81993 (nlink 1) in dir ino 81983
<7>[ 27.509912] ubifs: UBIFS DBG tnc (pid 614): LEB 45:114400, name 'l4', key (81968, direntry, 0x035777)
<7>[ 27.510299] ubifs: UBIFS DBG tnc (pid 614): search and dirty key (81968, direntry, 0x035777)
<7>[ 27.510351] ubifs: UBIFS DBG tnc (pid 614): found 0, lvl 0, n 3
<7>[ 27.510388] ubifs: UBIFS DBG tnc (pid 614): inserted at 4 level 0, key (81968, direntry, 0x035777)
<7>[ 27.510435] ubifs: UBIFS DBG tnc (pid 614): 45:114464, len 2159, key (81982, inode)
<7>[ 27.510460] ubifs: UBIFS DBG tnc (pid 614): search and dirty key (81982, inode)
<7>[ 27.510487] ubifs: UBIFS DBG tnc (pid 614): found 1, lvl 0, n 3
<7>[ 27.510524] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 13384, dirty 105216, flags 16
<7>[ 27.510556] ubifs: UBIFS DBG lp (pid 614): LEB 45, free -2147483647, dirty 107375, flags 16
<7>[ 27.510590] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 13384, dirty 105216, flags 16
<7>[ 27.510636] ubifs: UBIFS DBG tnc (pid 614): 45:116624, len 160, key (81968, inode)
<7>[ 27.510664] ubifs: UBIFS DBG tnc (pid 614): search and dirty key (81968, inode)
<7>[ 27.510691] ubifs: UBIFS DBG tnc (pid 614): found 1, lvl 0, n 3
<7>[ 27.510718] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 13384, dirty 107376, flags 16
<7>[ 27.510744] ubifs: UBIFS DBG lp (pid 614): LEB 45, free -2147483647, dirty 107536, flags 16
<7>[ 27.510772] ubifs: UBIFS DBG lp (pid 614): LEB 45, free 13384, dirty 107376, flags 16
<7>[ 27.511988] ubifs: UBIFS DBG jnl (pid 619): ino 81993, dent 'c0', data len 4 in dir ino 81983
<7>[ 27.512107] ubifs: UBIFS DBG gen (pid 619): ino 81993
<7>[ 27.512136] ubifs: UBIFS DBG jnl (pid 619): jhead 1 (base), LEB 45:117560, len 384
<7>[ 27.512168] ubifs: UBIFS DBG io (pid 619): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:117560
<7>[ 27.512206] ubifs: UBIFS DBG io (pid 619): flush jhead 1 (base) wbuf to LEB 45:117248
<7>[ 27.512237] ubi: UBI DBG gen (pid 619): write 512 bytes to LEB 0:45:117248
<7>[ 27.512278] ubi: UBI DBG eba (pid 619): write 512 bytes at offset 117248 of LEB 0:45, PEB 205
<7>[ 27.512306] ubi: UBI DBG io (pid 619): write 512 bytes to PEB 205:117376
<7>[ 27.513011] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13384, dirty 107536, flags 16
<7>[ 27.513039] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13000, dirty 107536, flags 16
<7>[ 27.513070] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13384, dirty 107536, flags 16
<7>[ 27.513109] ubifs: UBIFS DBG io (pid 619): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.513165] ubifs: UBIFS DBG tnc (pid 619): c0, key (81983, direntry, 0x0310a7)
<7>[ 27.513200] ubifs: UBIFS DBG tnc (pid 619): search and dirty key (81983, direntry, 0x0310a7)
<7>[ 27.513243] ubifs: UBIFS DBG tnc (pid 619): found 1, lvl 0, n 5
<7>[ 27.513277] ubifs: UBIFS DBG tnc (pid 619): rc returned 1, znode d7a0cb00, n 5
<7>[ 27.513311] ubifs: UBIFS DBG tnc (pid 619): deleting key (81983, direntry, 0x0310a7)
<7>[ 27.513346] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13000, dirty 107536, flags 16
<7>[ 27.513377] ubifs: UBIFS DBG lp (pid 619): LEB 45, free -2147483647, dirty 107595, flags 16
<7>[ 27.513406] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13000, dirty 107536, flags 16
<7>[ 27.513440] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13000, dirty 107600, flags 16
<7>[ 27.513467] ubifs: UBIFS DBG lp (pid 619): LEB 45, free -2147483647, dirty 107659, flags 16
<7>[ 27.513495] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13000, dirty 107600, flags 16
<7>[ 27.513530] ubifs: UBIFS DBG tnc (pid 619): 45:117624, len 160, key (81993, inode)
<7>[ 27.513554] ubifs: UBIFS DBG tnc (pid 619): search and dirty key (81993, inode)
<7>[ 27.513581] ubifs: UBIFS DBG tnc (pid 619): found 1, lvl 0, n 5
<7>[ 27.513609] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13000, dirty 107664, flags 16
<7>[ 27.513635] ubifs: UBIFS DBG lp (pid 619): LEB 45, free -2147483647, dirty 107828, flags 16
<7>[ 27.513662] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13000, dirty 107664, flags 16
<7>[ 27.513693] ubifs: UBIFS DBG tnc (pid 619): 45:117784, len 160, key (81983, inode)
<7>[ 27.513719] ubifs: UBIFS DBG tnc (pid 619): search and dirty key (81983, inode)
<7>[ 27.513746] ubifs: UBIFS DBG tnc (pid 619): found 1, lvl 0, n 4
<7>[ 27.513772] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13000, dirty 107832, flags 16
<7>[ 27.513799] ubifs: UBIFS DBG lp (pid 619): LEB 45, free -2147483647, dirty 107992, flags 16
<7>[ 27.513826] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13000, dirty 107832, flags 16
<7>[ 27.513905] ubifs: UBIFS DBG gen (pid 619): inode 81993, mode 0x2124
<7>[ 27.513938] ubifs: UBIFS DBG tnc (pid 619): ino 81993
<7>[ 27.513967] ubifs: UBIFS DBG tnc (pid 619): (lowest) (81993, xentry, 0x000000)
<7>[ 27.513996] ubifs: UBIFS DBG tnc (pid 619): search key (81993, xentry, 0x000000)
<7>[ 27.514028] ubifs: UBIFS DBG tnc (pid 619): found 0, lvl 0, n 5
<7>[ 27.514065] ubifs: UBIFS DBG tnc (pid 619): search key (81993, inode)
<7>[ 27.514090] ubifs: UBIFS DBG tnc (pid 619): found 1, lvl 0, n 5
<7>[ 27.514117] ubifs: UBIFS DBG tnc (pid 619): deleting key (81993, inode)
<7>[ 27.514145] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13000, dirty 107992, flags 16
<7>[ 27.514172] ubifs: UBIFS DBG lp (pid 619): LEB 45, free -2147483647, dirty 108152, flags 16
<7>[ 27.514199] ubifs: UBIFS DBG lp (pid 619): LEB 45, free 13000, dirty 107992, flags 16
<7>[ 27.514226] ubifs: UBIFS DBG tnc (pid 619): search key (81993, inode)
<7>[ 27.514252] ubifs: UBIFS DBG tnc (pid 619): found 0, lvl 0, n 4
<7>[ 27.514280] ubifs: UBIFS DBG gen (pid 619): inum 81993
<7>[ 27.534705] ubifs: UBIFS DBG tnc (pid 621): dev (1, direntry, 0x23ee05)
<7>[ 27.534732] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x23ee05)
<7>[ 27.534757] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.534782] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d789be00, n 2
<7>[ 27.534809] ubifs: UBIFS DBG gen (pid 621): feed 'etc', ino 146, new f_pos 0x24a603
<7>[ 27.534837] ubifs: UBIFS DBG tnc (pid 621): etc (1, direntry, 0x24a603)
<7>[ 27.534863] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x24a603)
<7>[ 27.534889] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 3
<7>[ 27.534913] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d789be00, n 3
<7>[ 27.534940] ubifs: UBIFS DBG gen (pid 621): feed 'lib', ino 236, new f_pos 0x2697fa
<7>[ 27.534969] ubifs: UBIFS DBG tnc (pid 621): lib (1, direntry, 0x2697fa)
<7>[ 27.534996] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x2697fa)
<7>[ 27.535021] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 4
<7>[ 27.535045] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d789be00, n 4
<7>[ 27.535073] ubifs: UBIFS DBG gen (pid 621): feed 'mnt', ino 742, new f_pos 0x271d65
<7>[ 27.535101] ubifs: UBIFS DBG tnc (pid 621): mnt (1, direntry, 0x271d65)
<7>[ 27.535128] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x271d65)
<7>[ 27.535154] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 5
<7>[ 27.535178] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d789be00, n 5
<7>[ 27.535205] ubifs: UBIFS DBG gen (pid 621): feed 'opt', ino 743, new f_pos 0x27d35e
<7>[ 27.535233] ubifs: UBIFS DBG tnc (pid 621): opt (1, direntry, 0x27d35e)
<7>[ 27.535260] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x27d35e)
<7>[ 27.535285] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 6
<7>[ 27.535310] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d789be00, n 6
<7>[ 27.535337] ubifs: UBIFS DBG gen (pid 621): feed 'run', ino 65, new f_pos 0x28f3c6
<7>[ 27.535365] ubifs: UBIFS DBG tnc (pid 621): run (1, direntry, 0x28f3c6)
<7>[ 27.535392] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x28f3c6)
<7>[ 27.535418] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 7
<7>[ 27.535443] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d789be00, n 7
<7>[ 27.535472] ubifs: UBIFS DBG gen (pid 621): feed 'tmp', ino 824, new f_pos 0x295e98
<7>[ 27.535500] ubifs: UBIFS DBG tnc (pid 621): tmp (1, direntry, 0x295e98)
<7>[ 27.535526] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x295e98)
<7>[ 27.535552] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.535577] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ca00, n 0
<7>[ 27.535604] ubifs: UBIFS DBG gen (pid 621): feed 'sys', ino 823, new f_pos 0x2968b1
<7>[ 27.535632] ubifs: UBIFS DBG tnc (pid 621): sys (1, direntry, 0x2968b1)
<7>[ 27.535659] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x2968b1)
<7>[ 27.535684] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.535709] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ca00, n 1
<7>[ 27.535736] ubifs: UBIFS DBG gen (pid 621): feed 'var', ino 1585, new f_pos 0x29ab98
<7>[ 27.535764] ubifs: UBIFS DBG tnc (pid 621): var (1, direntry, 0x29ab98)
<7>[ 27.535791] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x29ab98)
<7>[ 27.535817] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.535841] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ca00, n 2
<7>[ 27.535868] ubifs: UBIFS DBG gen (pid 621): feed 'usr', ino 826, new f_pos 0x29e101
<7>[ 27.535896] ubifs: UBIFS DBG tnc (pid 621): usr (1, direntry, 0x29e101)
<7>[ 27.535923] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x29e101)
<7>[ 27.535948] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 3
<7>[ 27.535973] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ca00, n 3
<7>[ 27.536000] ubifs: UBIFS DBG gen (pid 621): feed 'boot', ino 1606, new f_pos 0x1876e9b
<7>[ 27.536030] ubifs: UBIFS DBG tnc (pid 621): boot (1, direntry, 0x1876e9b)
<7>[ 27.536056] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x1876e9b)
<7>[ 27.536082] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 4
<7>[ 27.536106] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ca00, n 4
<7>[ 27.536134] ubifs: UBIFS DBG gen (pid 621): feed 'home', ino 231, new f_pos 0x19cc780
<7>[ 27.536162] ubifs: UBIFS DBG tnc (pid 621): home (1, direntry, 0x19cc780)
<7>[ 27.536189] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x19cc780)
<7>[ 27.536215] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 5
<7>[ 27.536239] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ca00, n 5
<7>[ 27.536266] ubifs: UBIFS DBG gen (pid 621): feed 'init', ino 1605, new f_pos 0x19ff37b
<7>[ 27.536294] ubifs: UBIFS DBG tnc (pid 621): init (1, direntry, 0x19ff37b)
<7>[ 27.536321] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x19ff37b)
<7>[ 27.536347] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 6
<7>[ 27.536372] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ca00, n 6
<7>[ 27.536399] ubifs: UBIFS DBG gen (pid 621): feed 'proc', ino 744, new f_pos 0x1baa5b4
<7>[ 27.536427] ubifs: UBIFS DBG tnc (pid 621): proc (1, direntry, 0x1baa5b4)
<7>[ 27.536454] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x1baa5b4)
<7>[ 27.536480] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 7
<7>[ 27.536504] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ca00, n 7
<7>[ 27.536532] ubifs: UBIFS DBG gen (pid 621): feed 'sbin', ino 750, new f_pos 0x1c000e1
<7>[ 27.536561] ubifs: UBIFS DBG tnc (pid 621): sbin (1, direntry, 0x1c000e1)
<7>[ 27.536588] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x1c000e1)
<7>[ 27.536613] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.536638] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0cd00, n 0
<7>[ 27.536665] ubifs: UBIFS DBG gen (pid 621): feed 'root', ino 745, new f_pos 0x1c0d8cc
<7>[ 27.536693] ubifs: UBIFS DBG tnc (pid 621): root (1, direntry, 0x1c0d8cc)
<7>[ 27.536720] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x1c0d8cc)
<7>[ 27.536745] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.536770] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0cd00, n 1
<7>[ 27.536797] ubifs: UBIFS DBG gen (pid 621): feed 'linuxrc', ino 1604, new f_pos 0x2e02467
<7>[ 27.536826] ubifs: UBIFS DBG tnc (pid 621): linuxrc (1, direntry, 0x2e02467)
<7>[ 27.536853] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x2e02467)
<7>[ 27.536879] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.536904] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0cd00, n 2
<7>[ 27.536932] ubifs: UBIFS DBG gen (pid 621): feed 'lib32', ino 1603, new f_pos 0x123f7ac6
<7>[ 27.536961] ubifs: UBIFS DBG tnc (pid 621): lib32 (1, direntry, 0x123f7ac6)
<7>[ 27.536988] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x123f7ac6)
<7>[ 27.537013] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.537037] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c000, n 0
<7>[ 27.537064] ubifs: UBIFS DBG gen (pid 621): feed 'media', ino 741, new f_pos 0x125ae0d2
<7>[ 27.537092] ubifs: UBIFS DBG tnc (pid 621): media (1, direntry, 0x125ae0d2)
<7>[ 27.537118] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x125ae0d2)
<7>[ 27.537143] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.537167] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c000, n 1
<7>[ 27.537195] ubifs: UBIFS DBG gen (pid 621): feed 'fsstress', ino 81829, new f_pos 0x185e1acc
<7>[ 27.537224] ubifs: UBIFS DBG tnc (pid 621): fsstress (1, direntry, 0x185e1acc)
<7>[ 27.540944] ubifs: UBIFS DBG tnc (pid 621): search key (1, direntry, 0x185e1acc)
<7>[ 27.541007] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.541038] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c000, n 2
<7>[ 27.545700] ubifs: UBIFS DBG gen (pid 621): dir ino 81829, f_pos 0x0
<7>[ 27.545766] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81829, direntry, 0x000000)
<7>[ 27.545802] ubifs: UBIFS DBG tnc (pid 621): search key (81829, direntry, 0x000000)
<7>[ 27.545838] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 3
<7>[ 27.545884] ubifs: UBIFS DBG io (pid 621): LEB 45:95144, direntry node, length 59, jhead 1 (base)
<7>[ 27.545914] ubifs: UBIFS DBG io (pid 621): LEB 45:95144, direntry node, length 59
<7>[ 27.545944] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:95144
<7>[ 27.545986] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 95144 of LEB 0:45, PEB 205
<7>[ 27.546013] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:95272
<7>[ 27.546119] ubifs: UBIFS DBG gen (pid 621): feed 'p0', ino 81963, new f_pos 0x37370
<7>[ 27.546151] ubifs: UBIFS DBG tnc (pid 621): p0 (81829, direntry, 0x037370)
<7>[ 27.546178] ubifs: UBIFS DBG tnc (pid 621): search key (81829, direntry, 0x037370)
<7>[ 27.546204] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.546234] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c300, n 0
<7>[ 27.546261] ubifs: UBIFS DBG io (pid 621): LEB 45:96296, direntry node, length 59, jhead 1 (base)
<7>[ 27.546287] ubifs: UBIFS DBG io (pid 621): LEB 45:96296, direntry node, length 59
<7>[ 27.546312] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:96296
<7>[ 27.546340] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 96296 of LEB 0:45, PEB 205
<7>[ 27.546364] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:96424
<7>[ 27.546423] ubifs: UBIFS DBG gen (pid 621): feed 'p1', ino 81966, new f_pos 0x37420
<7>[ 27.546452] ubifs: UBIFS DBG tnc (pid 621): p1 (81829, direntry, 0x037420)
<7>[ 27.546479] ubifs: UBIFS DBG tnc (pid 621): search key (81829, direntry, 0x037420)
<7>[ 27.546504] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.546529] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c300, n 1
<7>[ 27.546557] ubifs: UBIFS DBG io (pid 621): LEB 45:96680, direntry node, length 59, jhead 1 (base)
<7>[ 27.546583] ubifs: UBIFS DBG io (pid 621): LEB 45:96680, direntry node, length 59
<7>[ 27.546608] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:96680
<7>[ 27.546636] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 96680 of LEB 0:45, PEB 205
<7>[ 27.546661] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:96808
<7>[ 27.546715] ubifs: UBIFS DBG gen (pid 621): feed 'p2', ino 81967, new f_pos 0x374d0
<7>[ 27.546743] ubifs: UBIFS DBG tnc (pid 621): p2 (81829, direntry, 0x0374d0)
<7>[ 27.546770] ubifs: UBIFS DBG tnc (pid 621): search key (81829, direntry, 0x0374d0)
<7>[ 27.546796] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.546820] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c300, n 2
<7>[ 27.546848] ubifs: UBIFS DBG io (pid 621): LEB 45:97064, direntry node, length 59, jhead 1 (base)
<7>[ 27.546874] ubifs: UBIFS DBG io (pid 621): LEB 45:97064, direntry node, length 59
<7>[ 27.546899] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:97064
<7>[ 27.546928] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 97064 of LEB 0:45, PEB 205
<7>[ 27.546952] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:97192
<7>[ 27.547006] ubifs: UBIFS DBG gen (pid 621): feed 'p3', ino 81968, new f_pos 0x37580
<7>[ 27.547034] ubifs: UBIFS DBG tnc (pid 621): p3 (81829, direntry, 0x037580)
<7>[ 27.547061] ubifs: UBIFS DBG tnc (pid 621): search key (81829, direntry, 0x037580)
<7>[ 27.547087] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 3
<7>[ 27.547111] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c300, n 3
<7>[ 27.547140] ubifs: UBIFS DBG io (pid 621): LEB 45:97448, direntry node, length 59, jhead 1 (base)
<7>[ 27.547165] ubifs: UBIFS DBG io (pid 621): LEB 45:97448, direntry node, length 59
<7>[ 27.547191] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:97448
<7>[ 27.547219] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 97448 of LEB 0:45, PEB 205
<7>[ 27.549478] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:97576
<7>[ 27.549962] ubifs: UBIFS DBG gen (pid 621): feed 'p4', ino 81969, new f_pos 0x37630
<7>[ 27.550023] ubifs: UBIFS DBG tnc (pid 621): p4 (81829, direntry, 0x037630)
<7>[ 27.550057] ubifs: UBIFS DBG tnc (pid 621): search key (81829, direntry, 0x037630)
<7>[ 27.550093] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.550125] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c200, n 0
<7>[ 27.550165] ubifs: UBIFS DBG io (pid 621): LEB 45:99896, direntry node, length 59, jhead 1 (base)
<7>[ 27.550195] ubifs: UBIFS DBG io (pid 621): LEB 45:99896, direntry node, length 59
<7>[ 27.550224] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:99896
<7>[ 27.550264] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 99896 of LEB 0:45, PEB 205
<7>[ 27.550289] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:100024
<7>[ 27.550354] ubifs: UBIFS DBG gen (pid 621): feed 'p5', ino 81974, new f_pos 0x376e0
<7>[ 27.550382] ubifs: UBIFS DBG tnc (pid 621): p5 (81829, direntry, 0x0376e0)
<7>[ 27.550409] ubifs: UBIFS DBG tnc (pid 621): search key (81829, direntry, 0x0376e0)
<7>[ 27.550435] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.550459] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c200, n 1
<7>[ 27.550653] ubifs: UBIFS DBG io (pid 621): LEB 45:102312, direntry node, length 59, jhead 1 (base)
<7>[ 27.550691] ubifs: UBIFS DBG io (pid 621): LEB 45:102312, direntry node, length 59
<7>[ 27.550719] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:102312
<7>[ 27.550752] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 102312 of LEB 0:45, PEB 205
<7>[ 27.550779] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:102440
<7>[ 27.550884] ubifs: UBIFS DBG gen (pid 621): feed 'p6', ino 81978, new f_pos 0x37790
<7>[ 27.550931] ubifs: UBIFS DBG tnc (pid 621): p6 (81829, direntry, 0x037790)
<7>[ 27.550962] ubifs: UBIFS DBG tnc (pid 621): search key (81829, direntry, 0x037790)
<7>[ 27.550992] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.551022] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c200, n 2
<7>[ 27.551057] ubifs: UBIFS DBG io (pid 621): LEB 45:108416, direntry node, length 59, jhead 1 (base)
<7>[ 27.551085] ubifs: UBIFS DBG io (pid 621): LEB 45:108416, direntry node, length 59
<7>[ 27.551112] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:108416
<7>[ 27.551148] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 108416 of LEB 0:45, PEB 205
<7>[ 27.551174] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:108544
<7>[ 27.551235] ubifs: UBIFS DBG gen (pid 621): feed 'p7', ino 81984, new f_pos 0x37840
<7>[ 27.551263] ubifs: UBIFS DBG tnc (pid 621): p7 (81829, direntry, 0x037840)
<7>[ 27.551290] ubifs: UBIFS DBG tnc (pid 621): search key (81829, direntry, 0x037840)
<7>[ 27.551316] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 3
<7>[ 27.551342] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c200, n 3
<7>[ 27.551370] ubifs: UBIFS DBG io (pid 621): LEB 45:108032, direntry node, length 59, jhead 1 (base)
<7>[ 27.551396] ubifs: UBIFS DBG io (pid 621): LEB 45:108032, direntry node, length 59
<7>[ 27.551421] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:108032
<7>[ 27.551449] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 108032 of LEB 0:45, PEB 205
<7>[ 27.551474] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:108160
<7>[ 27.551528] ubifs: UBIFS DBG gen (pid 621): feed 'p8', ino 81983, new f_pos 0x378f0
<7>[ 27.551556] ubifs: UBIFS DBG tnc (pid 621): p8 (81829, direntry, 0x0378f0)
<7>[ 27.551584] ubifs: UBIFS DBG tnc (pid 621): search key (81829, direntry, 0x0378f0)
<7>[ 27.551610] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 4
<7>[ 27.551634] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c200, n 4
<7>[ 27.551662] ubifs: UBIFS DBG io (pid 621): LEB 45:107648, direntry node, length 59, jhead 1 (base)
<7>[ 27.551688] ubifs: UBIFS DBG io (pid 621): LEB 45:107648, direntry node, length 59
<7>[ 27.551713] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:107648
<7>[ 27.551742] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 107648 of LEB 0:45, PEB 205
<7>[ 27.551766] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:107776
<7>[ 27.551819] ubifs: UBIFS DBG gen (pid 621): feed 'p9', ino 81981, new f_pos 0x379a0
<7>[ 27.551848] ubifs: UBIFS DBG tnc (pid 621): p9 (81829, direntry, 0x0379a0)
<7>[ 27.551875] ubifs: UBIFS DBG tnc (pid 621): search key (81829, direntry, 0x0379a0)
<7>[ 27.551900] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 5
<7>[ 27.551925] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c200, n 5
<7>[ 27.552148] ubifs: UBIFS DBG gen (pid 621): dir ino 81829, f_pos 0x2
<7>[ 27.562302] ubifs: UBIFS DBG gen (pid 621): dir ino 81963, f_pos 0x0
<7>[ 27.562372] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81963, direntry, 0x000000)
<7>[ 27.562407] ubifs: UBIFS DBG tnc (pid 621): search key (81963, direntry, 0x000000)
<7>[ 27.562444] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.562685] ubifs: UBIFS DBG gen (pid 621): feed 'c3', ino 81987, new f_pos 0x312b7
<7>[ 27.562736] ubifs: UBIFS DBG tnc (pid 621): c3 (81963, direntry, 0x0312b7)
<7>[ 27.562767] ubifs: UBIFS DBG tnc (pid 621): search key (81963, direntry, 0x0312b7)
<7>[ 27.562795] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.562825] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c700, n 1
<7>[ 27.562857] ubifs: UBIFS DBG gen (pid 621): feed 'f1', ino 81965, new f_pos 0x32807
<7>[ 27.562887] ubifs: UBIFS DBG tnc (pid 621): f1 (81963, direntry, 0x032807)
<7>[ 27.562914] ubifs: UBIFS DBG tnc (pid 621): search key (81963, direntry, 0x032807)
<7>[ 27.562942] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.562966] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c700, n 2
<7>[ 27.562993] ubifs: UBIFS DBG gen (pid 621): feed 'f2', ino 81964, new f_pos 0x328b7
<7>[ 27.563022] ubifs: UBIFS DBG tnc (pid 621): f2 (81963, direntry, 0x0328b7)
<7>[ 27.563049] ubifs: UBIFS DBG tnc (pid 621): search key (81963, direntry, 0x0328b7)
<7>[ 27.563075] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 3
<7>[ 27.563100] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c700, n 3
<7>[ 27.564022] ubifs: UBIFS DBG gen (pid 621): dent 'c3' from ino 81987 (nlink 1) in dir ino 81963
<7>[ 27.564094] ubifs: UBIFS DBG jnl (pid 621): ino 81987, dent 'c3', data len 4 in dir ino 81963
<7>[ 27.564197] ubifs: UBIFS DBG gen (pid 621): ino 81987
<7>[ 27.564228] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:117944, len 384
<7>[ 27.564259] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:117944
<7>[ 27.564299] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:117760
<7>[ 27.564332] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:117760
<7>[ 27.564374] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 117760 of LEB 0:45, PEB 205
<7>[ 27.564402] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:117888
<7>[ 27.565108] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 13000, dirty 108152, flags 16
<7>[ 27.565137] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108152, flags 16
<7>[ 27.565171] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 13000, dirty 108152, flags 16
<7>[ 27.565223] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.565285] ubifs: UBIFS DBG tnc (pid 621): c3, key (81963, direntry, 0x0312b7)
<7>[ 27.565321] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81963, direntry, 0x0312b7)
<7>[ 27.565365] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 127768, flags 48
<7>[ 27.565394] ubifs: UBIFS DBG lp (pid 621): LEB 440, free -2147483647, dirty 127956, flags 48
<7>[ 27.565424] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 127768, flags 48
<7>[ 27.565457] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.565490] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c700, n 1
<7>[ 27.565523] ubifs: UBIFS DBG tnc (pid 621): deleting key (81963, direntry, 0x0312b7)
<7>[ 27.565552] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108152, flags 16
<7>[ 27.565579] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 108211, flags 16
<7>[ 27.565606] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108152, flags 16
<7>[ 27.565641] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108216, flags 16
<7>[ 27.565668] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 108275, flags 16
<7>[ 27.565696] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108216, flags 16
<7>[ 27.565731] ubifs: UBIFS DBG tnc (pid 621): 45:118008, len 160, key (81987, inode)
<7>[ 27.565758] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81987, inode)
<7>[ 27.565786] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.565814] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108280, flags 16
<7>[ 27.565840] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 108444, flags 16
<7>[ 27.565867] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108280, flags 16
<7>[ 27.565899] ubifs: UBIFS DBG tnc (pid 621): 45:118168, len 160, key (81963, inode)
<7>[ 27.565923] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81963, inode)
<7>[ 27.565949] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.565976] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108448, flags 16
<7>[ 27.566003] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 108608, flags 16
<7>[ 27.566029] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108448, flags 16
<7>[ 27.566102] ubifs: UBIFS DBG gen (pid 621): inode 81987, mode 0x2124
<7>[ 27.566134] ubifs: UBIFS DBG tnc (pid 621): ino 81987
<7>[ 27.566164] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81987, xentry, 0x000000)
<7>[ 27.566195] ubifs: UBIFS DBG tnc (pid 621): search key (81987, xentry, 0x000000)
<7>[ 27.566222] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 1
<7>[ 27.566258] ubifs: UBIFS DBG tnc (pid 621): search key (81987, inode)
<7>[ 27.566284] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.566310] ubifs: UBIFS DBG tnc (pid 621): deleting key (81987, inode)
<7>[ 27.566338] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108608, flags 16
<7>[ 27.566365] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 108768, flags 16
<7>[ 27.566393] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108608, flags 16
<7>[ 27.566424] ubifs: UBIFS DBG tnc (pid 621): search key (81987, inode)
<7>[ 27.566450] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.566480] ubifs: UBIFS DBG gen (pid 621): inum 81987
<7>[ 27.566811] ubifs: UBIFS DBG gen (pid 621): dent 'f1' from ino 81965 (nlink 1) in dir ino 81963
<7>[ 27.566879] ubifs: UBIFS DBG jnl (pid 621): ino 81965, dent 'f1', data len 0 in dir ino 81963
<7>[ 27.566955] ubifs: UBIFS DBG gen (pid 621): ino 81965
<7>[ 27.566984] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:118328, len 384
<7>[ 27.567012] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:118328
<7>[ 27.567060] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108768, flags 16
<7>[ 27.567088] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12232, dirty 108768, flags 16
<7>[ 27.567119] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 12616, dirty 108768, flags 16
<7>[ 27.567157] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.567205] ubifs: UBIFS DBG tnc (pid 621): f1, key (81963, direntry, 0x032807)
<7>[ 27.573418] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11848, dirty 109376, flags 16
<7>[ 27.573449] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 109435, flags 16
<7>[ 27.573477] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11848, dirty 109376, flags 16
<7>[ 27.573514] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11848, dirty 109440, flags 16
<7>[ 27.573540] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 109499, flags 16
<7>[ 27.573568] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11848, dirty 109440, flags 16
<7>[ 27.573602] ubifs: UBIFS DBG tnc (pid 621): 45:118776, len 160, key (81964, inode)
<7>[ 27.573629] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81964, inode)
<7>[ 27.573656] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.573684] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11848, dirty 109504, flags 16
<7>[ 27.573710] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 109664, flags 16
<7>[ 27.573736] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11848, dirty 109504, flags 16
<7>[ 27.573769] ubifs: UBIFS DBG tnc (pid 621): 45:118936, len 160, key (81963, inode)
<7>[ 27.573795] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81963, inode)
<7>[ 27.573821] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.573850] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11848, dirty 109664, flags 16
<7>[ 27.573876] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 109824, flags 16
<7>[ 27.573903] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11848, dirty 109664, flags 16
<7>[ 27.573972] ubifs: UBIFS DBG gen (pid 621): inode 81964, mode 0x81b6
<7>[ 27.574003] ubifs: UBIFS DBG tnc (pid 621): ino 81964
<7>[ 27.574033] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81964, xentry, 0x000000)
<7>[ 27.574062] ubifs: UBIFS DBG tnc (pid 621): search key (81964, xentry, 0x000000)
<7>[ 27.574090] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 1
<7>[ 27.574126] ubifs: UBIFS DBG tnc (pid 621): search key (81964, inode)
<7>[ 27.574152] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.574179] ubifs: UBIFS DBG tnc (pid 621): deleting key (81964, inode)
<7>[ 27.574206] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11848, dirty 109824, flags 16
<7>[ 27.574234] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 109984, flags 16
<7>[ 27.574262] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11848, dirty 109824, flags 16
<7>[ 27.574291] ubifs: UBIFS DBG tnc (pid 621): search key (81964, inode)
<7>[ 27.574317] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.574345] ubifs: UBIFS DBG gen (pid 621): inum 81964
<7>[ 27.574427] ubifs: UBIFS DBG gen (pid 621): dir ino 81963, f_pos 0x2
<7>[ 27.574650] ubifs: UBIFS DBG gen (pid 621): directory 'p0', ino 81963 in dir ino 81829
<7>[ 27.574699] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81963, direntry, 0x000000)
<7>[ 27.574728] ubifs: UBIFS DBG tnc (pid 621): search key (81963, direntry, 0x000000)
<7>[ 27.574758] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.574817] ubifs: UBIFS DBG jnl (pid 621): ino 81963, dent 'p0', data len 0 in dir ino 81829
<7>[ 27.574898] ubifs: UBIFS DBG gen (pid 621): ino 81963
<7>[ 27.574928] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:119096, len 384
<7>[ 27.574956] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:119096
<7>[ 27.574994] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:118784
<7>[ 27.575024] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:118784
<7>[ 27.575063] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 118784 of LEB 0:45, PEB 205
<7>[ 27.575091] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:118912
<7>[ 27.575789] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11848, dirty 109984, flags 16
<7>[ 27.575822] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11464, dirty 109984, flags 16
<7>[ 27.575862] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11848, dirty 109984, flags 16
<7>[ 27.575905] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.575961] ubifs: UBIFS DBG tnc (pid 621): p0, key (81829, direntry, 0x037370)
<7>[ 27.575995] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81829, direntry, 0x037370)
<7>[ 27.576035] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 127960, flags 48
<7>[ 27.576066] ubifs: UBIFS DBG lp (pid 621): LEB 440, free -2147483647, dirty 128088, flags 48
<7>[ 27.576094] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 127960, flags 48
<7>[ 27.576128] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 128088, flags 48
<7>[ 27.576155] ubifs: UBIFS DBG lp (pid 621): LEB 440, free -2147483647, dirty 128196, flags 48
<7>[ 27.576181] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 128088, flags 48
<7>[ 27.576208] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.576241] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c300, n 0
<7>[ 27.576272] ubifs: UBIFS DBG tnc (pid 621): deleting key (81829, direntry, 0x037370)
<7>[ 27.576301] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11464, dirty 109984, flags 16
<7>[ 27.576327] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 110043, flags 16
<7>[ 27.576354] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11464, dirty 109984, flags 16
<7>[ 27.576386] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11464, dirty 110048, flags 16
<7>[ 27.576412] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 110107, flags 16
<7>[ 27.576439] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11464, dirty 110048, flags 16
<7>[ 27.576474] ubifs: UBIFS DBG tnc (pid 621): 45:119160, len 160, key (81963, inode)
<7>[ 27.576501] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81963, inode)
<7>[ 27.576528] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.576556] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11464, dirty 110112, flags 16
<7>[ 27.576582] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 110272, flags 16
<7>[ 27.576608] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11464, dirty 110112, flags 16
<7>[ 27.576640] ubifs: UBIFS DBG tnc (pid 621): 45:119320, len 160, key (81829, inode)
<7>[ 27.576664] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81829, inode)
<7>[ 27.576693] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 128200, flags 48
<7>[ 27.576719] ubifs: UBIFS DBG lp (pid 621): LEB 440, free -2147483647, dirty 128308, flags 48
<7>[ 27.576745] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 128200, flags 48
<7>[ 27.576769] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 3
<7>[ 27.576796] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11464, dirty 110272, flags 16
<7>[ 27.576822] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 110432, flags 16
<7>[ 27.576848] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11464, dirty 110272, flags 16
<7>[ 27.576917] ubifs: UBIFS DBG gen (pid 621): inode 81963, mode 0x41ff
<7>[ 27.576947] ubifs: UBIFS DBG tnc (pid 621): ino 81963
<7>[ 27.576974] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81963, xentry, 0x000000)
<7>[ 27.577003] ubifs: UBIFS DBG tnc (pid 621): search key (81963, xentry, 0x000000)
<7>[ 27.577030] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.577065] ubifs: UBIFS DBG tnc (pid 621): search key (81963, inode)
<7>[ 27.577089] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.577115] ubifs: UBIFS DBG tnc (pid 621): deleting key (81963, inode)
<7>[ 27.577143] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11464, dirty 110432, flags 16
<7>[ 27.577169] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 110592, flags 16
<7>[ 27.577196] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11464, dirty 110432, flags 16
<7>[ 27.583628] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 128312, flags 48
<7>[ 27.583653] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 5
<7>[ 27.583681] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11080, dirty 110720, flags 16
<7>[ 27.583707] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 111398, flags 16
<7>[ 27.583735] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11080, dirty 110720, flags 16
<7>[ 27.583766] ubifs: UBIFS DBG tnc (pid 621): 45:119704, len 160, key (81966, inode)
<7>[ 27.583791] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81966, inode)
<7>[ 27.583816] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.583844] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11080, dirty 111400, flags 16
<7>[ 27.583870] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 111560, flags 16
<7>[ 27.583897] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11080, dirty 111400, flags 16
<7>[ 27.583971] ubifs: UBIFS DBG gen (pid 621): inode 81972, mode 0xa1ff
<7>[ 27.584004] ubifs: UBIFS DBG tnc (pid 621): ino 81972
<7>[ 27.584032] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81972, xentry, 0x000000)
<7>[ 27.584063] ubifs: UBIFS DBG tnc (pid 621): search key (81972, xentry, 0x000000)
<7>[ 27.584091] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 5
<7>[ 27.584127] ubifs: UBIFS DBG tnc (pid 621): search key (81972, inode)
<7>[ 27.584152] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 5
<7>[ 27.584178] ubifs: UBIFS DBG tnc (pid 621): deleting key (81972, inode)
<7>[ 27.584206] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11080, dirty 111560, flags 16
<7>[ 27.584232] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 111720, flags 16
<7>[ 27.584260] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11080, dirty 111560, flags 16
<7>[ 27.584289] ubifs: UBIFS DBG tnc (pid 621): search key (81972, inode)
<7>[ 27.584316] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 4
<7>[ 27.584344] ubifs: UBIFS DBG gen (pid 621): inum 81972
<7>[ 27.584428] ubifs: UBIFS DBG gen (pid 621): dir ino 81966, f_pos 0x2
<7>[ 27.584601] ubifs: UBIFS DBG gen (pid 621): directory 'p1', ino 81966 in dir ino 81829
<7>[ 27.584647] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81966, direntry, 0x000000)
<7>[ 27.584677] ubifs: UBIFS DBG tnc (pid 621): search key (81966, direntry, 0x000000)
<7>[ 27.584709] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.584771] ubifs: UBIFS DBG jnl (pid 621): ino 81966, dent 'p1', data len 0 in dir ino 81829
<7>[ 27.584855] ubifs: UBIFS DBG gen (pid 621): ino 81966
<7>[ 27.584886] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:119864, len 384
<7>[ 27.584915] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:119864
<7>[ 27.584964] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11080, dirty 111720, flags 16
<7>[ 27.584992] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 111720, flags 16
<7>[ 27.585024] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 11080, dirty 111720, flags 16
<7>[ 27.585061] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.585106] ubifs: UBIFS DBG tnc (pid 621): p1, key (81829, direntry, 0x037420)
<7>[ 27.585134] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81829, direntry, 0x037420)
<7>[ 27.585168] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.585200] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c300, n 0
<7>[ 27.585230] ubifs: UBIFS DBG tnc (pid 621): deleting key (81829, direntry, 0x037420)
<7>[ 27.585262] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 111720, flags 16
<7>[ 27.585291] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 111779, flags 16
<7>[ 27.585320] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 111720, flags 16
<7>[ 27.585358] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 111784, flags 16
<7>[ 27.585385] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 111843, flags 16
<7>[ 27.585412] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 111784, flags 16
<7>[ 27.585447] ubifs: UBIFS DBG tnc (pid 621): 45:119928, len 160, key (81966, inode)
<7>[ 27.585472] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81966, inode)
<7>[ 27.585499] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.585526] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 111848, flags 16
<7>[ 27.585552] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 112008, flags 16
<7>[ 27.585578] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 111848, flags 16
<7>[ 27.585611] ubifs: UBIFS DBG tnc (pid 621): 45:120088, len 160, key (81829, inode)
<7>[ 27.585635] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81829, inode)
<7>[ 27.585661] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 3
<7>[ 27.585688] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 112008, flags 16
<7>[ 27.585714] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 112168, flags 16
<7>[ 27.585740] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 112008, flags 16
<7>[ 27.585810] ubifs: UBIFS DBG gen (pid 621): inode 81966, mode 0x41ff
<7>[ 27.585844] ubifs: UBIFS DBG tnc (pid 621): ino 81966
<7>[ 27.585873] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81966, xentry, 0x000000)
<7>[ 27.585902] ubifs: UBIFS DBG tnc (pid 621): search key (81966, xentry, 0x000000)
<7>[ 27.585932] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.585972] ubifs: UBIFS DBG tnc (pid 621): search key (81966, inode)
<7>[ 27.585998] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.586023] ubifs: UBIFS DBG tnc (pid 621): deleting key (81966, inode)
<7>[ 27.586050] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 112168, flags 16
<7>[ 27.586075] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 112328, flags 16
<7>[ 27.586102] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 112168, flags 16
<7>[ 27.586144] ubifs: UBIFS DBG tnc (pid 621): search key (81966, inode)
<7>[ 27.586170] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n -1
<7>[ 27.586199] ubifs: UBIFS DBG gen (pid 621): inum 81966
<7>[ 27.586477] ubifs: UBIFS DBG gen (pid 621): dir ino 81967, f_pos 0x0
<7>[ 27.586536] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81967, direntry, 0x000000)
<7>[ 27.586568] ubifs: UBIFS DBG tnc (pid 621): search key (81967, direntry, 0x000000)
<7>[ 27.586599] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.586640] ubifs: UBIFS DBG io (pid 621): LEB 45:111512, direntry node, length 59, jhead 1 (base)
<7>[ 27.586669] ubifs: UBIFS DBG io (pid 621): LEB 45:111512, direntry node, length 59
<7>[ 27.586698] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:111512
<7>[ 27.586736] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 111512 of LEB 0:45, PEB 205
<7>[ 27.586763] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:111640
<7>[ 27.586864] ubifs: UBIFS DBG gen (pid 621): feed 'd2', ino 81989, new f_pos 0x31997
<7>[ 27.586896] ubifs: UBIFS DBG tnc (pid 621): d2 (81967, direntry, 0x031997)
<7>[ 27.586924] ubifs: UBIFS DBG tnc (pid 621): search key (81967, direntry, 0x031997)
<7>[ 27.586953] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.586982] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c900, n 1
<7>[ 27.587012] ubifs: UBIFS DBG gen (pid 621): feed 'f1', ino 81975, new f_pos 0x32807
<7>[ 27.587040] ubifs: UBIFS DBG tnc (pid 621): f1 (81967, direntry, 0x032807)
<7>[ 27.587067] ubifs: UBIFS DBG tnc (pid 621): search key (81967, direntry, 0x032807)
<7>[ 27.587092] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.587116] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c900, n 2
<7>[ 27.592380] ubifs: UBIFS DBG gen (pid 621): dir ino 81990, f_pos 0x2
<7>[ 27.592504] ubifs: UBIFS DBG gen (pid 621): directory 'd4', ino 81990 in dir ino 81989
<7>[ 27.592536] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81990, direntry, 0x000000)
<7>[ 27.592562] ubifs: UBIFS DBG tnc (pid 621): search key (81990, direntry, 0x000000)
<7>[ 27.592589] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 2
<7>[ 27.592651] ubifs: UBIFS DBG jnl (pid 621): ino 81990, dent 'd4', data len 0 in dir ino 81989
<7>[ 27.592750] ubifs: UBIFS DBG gen (pid 621): ino 81990
<7>[ 27.592782] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:120248, len 384
<7>[ 27.592812] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:120248
<7>[ 27.592854] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:119808
<7>[ 27.592888] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:119808
<7>[ 27.592929] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 119808 of LEB 0:45, PEB 205
<7>[ 27.592958] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:119936
<7>[ 27.593677] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 112328, flags 16
<7>[ 27.593715] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112328, flags 16
<7>[ 27.593748] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10696, dirty 112328, flags 16
<7>[ 27.593788] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.593842] ubifs: UBIFS DBG tnc (pid 621): d4, key (81989, direntry, 0x031af7)
<7>[ 27.593876] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81989, direntry, 0x031af7)
<7>[ 27.593909] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.593940] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7b94400, n 0
<7>[ 27.593975] ubifs: UBIFS DBG tnc (pid 621): deleting key (81989, direntry, 0x031af7)
<7>[ 27.594007] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112328, flags 16
<7>[ 27.594037] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 112387, flags 16
<7>[ 27.594064] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112328, flags 16
<7>[ 27.594099] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112392, flags 16
<7>[ 27.594127] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 112451, flags 16
<7>[ 27.594153] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112392, flags 16
<7>[ 27.594188] ubifs: UBIFS DBG tnc (pid 621): 45:120312, len 160, key (81990, inode)
<7>[ 27.594212] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81990, inode)
<7>[ 27.594239] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.594269] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112456, flags 16
<7>[ 27.594296] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 112616, flags 16
<7>[ 27.594324] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112456, flags 16
<7>[ 27.594355] ubifs: UBIFS DBG tnc (pid 621): 45:120472, len 160, key (81989, inode)
<7>[ 27.594380] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81989, inode)
<7>[ 27.594407] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.594434] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112616, flags 16
<7>[ 27.594460] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 112776, flags 16
<7>[ 27.594488] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112616, flags 16
<7>[ 27.594557] ubifs: UBIFS DBG gen (pid 621): inode 81990, mode 0x41ff
<7>[ 27.594592] ubifs: UBIFS DBG tnc (pid 621): ino 81990
<7>[ 27.594620] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81990, xentry, 0x000000)
<7>[ 27.594650] ubifs: UBIFS DBG tnc (pid 621): search key (81990, xentry, 0x000000)
<7>[ 27.594678] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 1
<7>[ 27.594713] ubifs: UBIFS DBG tnc (pid 621): search key (81990, inode)
<7>[ 27.594739] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.594766] ubifs: UBIFS DBG tnc (pid 621): deleting key (81990, inode)
<7>[ 27.594794] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112776, flags 16
<7>[ 27.594822] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 112936, flags 16
<7>[ 27.594849] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112776, flags 16
<7>[ 27.594877] ubifs: UBIFS DBG tnc (pid 621): search key (81990, inode)
<7>[ 27.594904] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.594933] ubifs: UBIFS DBG gen (pid 621): inum 81990
<7>[ 27.595210] ubifs: UBIFS DBG gen (pid 621): 'f3' in dir ino 81989
<7>[ 27.595265] ubifs: UBIFS DBG tnc (pid 621): search key (81989, direntry, 0x032967)
<7>[ 27.595297] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.595333] ubifs: UBIFS DBG gen (pid 621): inode 81975
<7>[ 27.595442] ubifs: UBIFS DBG gen (pid 621): dent 'f3' from ino 81975 (nlink 2) in dir ino 81989
<7>[ 27.595490] ubifs: UBIFS DBG jnl (pid 621): ino 81975, dent 'f3', data len 0 in dir ino 81989
<7>[ 27.595565] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:120632, len 384
<7>[ 27.595594] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:120632
<7>[ 27.595636] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:120320
<7>[ 27.595665] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:120320
<7>[ 27.595715] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 120320 of LEB 0:45, PEB 205
<7>[ 27.595744] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:120448
<7>[ 27.596466] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112936, flags 16
<7>[ 27.596507] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9928, dirty 112936, flags 16
<7>[ 27.596538] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 10312, dirty 112936, flags 16
<7>[ 27.596579] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.596634] ubifs: UBIFS DBG tnc (pid 621): f3, key (81989, direntry, 0x032967)
<7>[ 27.596664] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81989, direntry, 0x032967)
<7>[ 27.596697] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.596727] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7b94400, n 0
<7>[ 27.596757] ubifs: UBIFS DBG tnc (pid 621): deleting key (81989, direntry, 0x032967)
<7>[ 27.596787] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9928, dirty 112936, flags 16
<7>[ 27.596816] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 112995, flags 16
<7>[ 27.596842] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9928, dirty 112936, flags 16
<7>[ 27.596876] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9928, dirty 113000, flags 16
<7>[ 27.596903] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 113059, flags 16
<7>[ 27.596930] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9928, dirty 113000, flags 16
<7>[ 27.596962] ubifs: UBIFS DBG tnc (pid 621): 45:120696, len 160, key (81975, inode)
<7>[ 27.596986] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81975, inode)
<7>[ 27.597020] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 128480, flags 48
<7>[ 27.597046] ubifs: UBIFS DBG lp (pid 621): LEB 440, free -2147483647, dirty 128608, flags 48
<7>[ 27.597073] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 128480, flags 48
<7>[ 27.597099] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.597126] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9928, dirty 113064, flags 16
<7>[ 27.597152] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 113224, flags 16
<7>[ 27.597179] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9928, dirty 113064, flags 16
<7>[ 27.597210] ubifs: UBIFS DBG tnc (pid 621): 45:120856, len 160, key (81989, inode)
<7>[ 27.602969] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9544, dirty 113512, flags 16
<7>[ 27.602996] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 113672, flags 16
<7>[ 27.603023] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9544, dirty 113512, flags 16
<7>[ 27.603055] ubifs: UBIFS DBG tnc (pid 621): 45:121240, len 160, key (81967, inode)
<7>[ 27.603079] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81967, inode)
<7>[ 27.603106] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.603134] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9544, dirty 113672, flags 16
<7>[ 27.603160] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 113832, flags 16
<7>[ 27.603188] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9544, dirty 113672, flags 16
<7>[ 27.603253] ubifs: UBIFS DBG gen (pid 621): inode 81989, mode 0x41ff
<7>[ 27.603287] ubifs: UBIFS DBG tnc (pid 621): ino 81989
<7>[ 27.603315] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81989, xentry, 0x000000)
<7>[ 27.603343] ubifs: UBIFS DBG tnc (pid 621): search key (81989, xentry, 0x000000)
<7>[ 27.603375] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n -1
<7>[ 27.603412] ubifs: UBIFS DBG tnc (pid 621): search key (81989, inode)
<7>[ 27.603438] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.603464] ubifs: UBIFS DBG tnc (pid 621): deleting key (81989, inode)
<7>[ 27.603496] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9544, dirty 113832, flags 16
<7>[ 27.603524] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 113992, flags 16
<7>[ 27.603552] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9544, dirty 113832, flags 16
<7>[ 27.603583] ubifs: UBIFS DBG tnc (pid 621): search key (81989, inode)
<7>[ 27.603608] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 1
<7>[ 27.603638] ubifs: UBIFS DBG gen (pid 621): inum 81989
<7>[ 27.603957] ubifs: UBIFS DBG gen (pid 621): dent 'f1' from ino 81975 (nlink 1) in dir ino 81967
<7>[ 27.604025] ubifs: UBIFS DBG jnl (pid 621): ino 81975, dent 'f1', data len 0 in dir ino 81967
<7>[ 27.604095] ubifs: UBIFS DBG gen (pid 621): ino 81975
<7>[ 27.604124] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:121400, len 384
<7>[ 27.604153] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:121400
<7>[ 27.604200] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9544, dirty 113992, flags 16
<7>[ 27.604228] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 113992, flags 16
<7>[ 27.604260] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9544, dirty 113992, flags 16
<7>[ 27.604299] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.604348] ubifs: UBIFS DBG tnc (pid 621): f1, key (81967, direntry, 0x032807)
<7>[ 27.604376] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81967, direntry, 0x032807)
<7>[ 27.604410] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.604443] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c900, n 1
<7>[ 27.604474] ubifs: UBIFS DBG tnc (pid 621): deleting key (81967, direntry, 0x032807)
<7>[ 27.604504] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 113992, flags 16
<7>[ 27.604533] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 114051, flags 16
<7>[ 27.604560] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 113992, flags 16
<7>[ 27.604595] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 114056, flags 16
<7>[ 27.604622] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 114115, flags 16
<7>[ 27.604649] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 114056, flags 16
<7>[ 27.604681] ubifs: UBIFS DBG tnc (pid 621): 45:121464, len 160, key (81975, inode)
<7>[ 27.604706] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81975, inode)
<7>[ 27.604734] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.604761] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 114120, flags 16
<7>[ 27.604788] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 114280, flags 16
<7>[ 27.604815] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 114120, flags 16
<7>[ 27.604848] ubifs: UBIFS DBG tnc (pid 621): 45:121624, len 160, key (81967, inode)
<7>[ 27.604875] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81967, inode)
<7>[ 27.604902] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.604929] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 114280, flags 16
<7>[ 27.604956] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 114440, flags 16
<7>[ 27.604982] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 114280, flags 16
<7>[ 27.605056] ubifs: UBIFS DBG gen (pid 621): inode 81975, mode 0x81b6
<7>[ 27.605094] ubifs: UBIFS DBG tnc (pid 621): ino 81975
<7>[ 27.605124] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81975, xentry, 0x000000)
<7>[ 27.605158] ubifs: UBIFS DBG tnc (pid 621): search key (81975, xentry, 0x000000)
<7>[ 27.605188] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 2
<7>[ 27.605226] ubifs: UBIFS DBG tnc (pid 621): search key (81975, inode)
<7>[ 27.605252] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.605278] ubifs: UBIFS DBG tnc (pid 621): deleting key (81975, inode)
<7>[ 27.605307] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 114440, flags 16
<7>[ 27.605333] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 114600, flags 16
<7>[ 27.605360] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 114440, flags 16
<7>[ 27.605387] ubifs: UBIFS DBG tnc (pid 621): search key (81975, inode)
<7>[ 27.605412] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 1
<7>[ 27.605440] ubifs: UBIFS DBG gen (pid 621): inum 81975
<7>[ 27.605524] ubifs: UBIFS DBG gen (pid 621): dir ino 81967, f_pos 0x2
<7>[ 27.605696] ubifs: UBIFS DBG gen (pid 621): directory 'p2', ino 81967 in dir ino 81829
<7>[ 27.605736] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81967, direntry, 0x000000)
<7>[ 27.605765] ubifs: UBIFS DBG tnc (pid 621): search key (81967, direntry, 0x000000)
<7>[ 27.605797] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.605859] ubifs: UBIFS DBG jnl (pid 621): ino 81967, dent 'p2', data len 0 in dir ino 81829
<7>[ 27.605949] ubifs: UBIFS DBG gen (pid 621): ino 81967
<7>[ 27.605979] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:121784, len 384
<7>[ 27.606008] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:121784
<7>[ 27.606048] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:121344
<7>[ 27.606078] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:121344
<7>[ 27.606120] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 121344 of LEB 0:45, PEB 205
<7>[ 27.606148] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:121472
<7>[ 27.606850] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 114600, flags 16
<7>[ 27.606886] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8776, dirty 114600, flags 16
<7>[ 27.606919] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 9160, dirty 114600, flags 16
<7>[ 27.606960] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.607013] ubifs: UBIFS DBG tnc (pid 621): p2, key (81829, direntry, 0x0374d0)
<7>[ 27.607046] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81829, direntry, 0x0374d0)
<7>[ 27.607079] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.607110] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c300, n 0
<7>[ 27.607142] ubifs: UBIFS DBG tnc (pid 621): deleting key (81829, direntry, 0x0374d0)
<7>[ 27.607170] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8776, dirty 114600, flags 16
<7>[ 27.607199] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 114659, flags 16
<7>[ 27.607226] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8776, dirty 114600, flags 16
<7>[ 27.612611] ubifs: UBIFS DBG tnc (pid 621): c2 (81968, direntry, 0x031207)
<7>[ 27.612639] ubifs: UBIFS DBG tnc (pid 621): search key (81968, direntry, 0x031207)
<7>[ 27.612664] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.612689] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ce00, n 1
<7>[ 27.612717] ubifs: UBIFS DBG io (pid 621): LEB 45:104136, direntry node, length 59, jhead 1 (base)
<7>[ 27.612744] ubifs: UBIFS DBG io (pid 621): LEB 45:104136, direntry node, length 59
<7>[ 27.612768] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:104136
<7>[ 27.612797] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 104136 of LEB 0:45, PEB 205
<7>[ 27.612821] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:104264
<7>[ 27.612877] ubifs: UBIFS DBG gen (pid 621): feed 'l1', ino 81982, new f_pos 0x35567
<7>[ 27.612905] ubifs: UBIFS DBG tnc (pid 621): l1 (81968, direntry, 0x035567)
<7>[ 27.612932] ubifs: UBIFS DBG tnc (pid 621): search key (81968, direntry, 0x035567)
<7>[ 27.612958] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 2
<7>[ 27.612983] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ce00, n 2
<7>[ 27.613010] ubifs: UBIFS DBG io (pid 621): LEB 45:113856, direntry node, length 59, jhead 1 (base)
<7>[ 27.613036] ubifs: UBIFS DBG io (pid 621): LEB 45:113856, direntry node, length 59
<7>[ 27.613061] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:113856
<7>[ 27.613090] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 113856 of LEB 0:45, PEB 205
<7>[ 27.613114] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:113984
<7>[ 27.613168] ubifs: UBIFS DBG gen (pid 621): feed 'l3', ino 81992, new f_pos 0x356c7
<7>[ 27.613196] ubifs: UBIFS DBG tnc (pid 621): l3 (81968, direntry, 0x0356c7)
<7>[ 27.613223] ubifs: UBIFS DBG tnc (pid 621): search key (81968, direntry, 0x0356c7)
<7>[ 27.613249] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 3
<7>[ 27.613273] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ce00, n 3
<7>[ 27.613302] ubifs: UBIFS DBG io (pid 621): LEB 45:114400, direntry node, length 59, jhead 1 (base)
<7>[ 27.613328] ubifs: UBIFS DBG io (pid 621): LEB 45:114400, direntry node, length 59
<7>[ 27.613353] ubi: UBI DBG gen (pid 621): read 59 bytes from LEB 0:45:114400
<7>[ 27.613383] ubi: UBI DBG eba (pid 621): read 59 bytes from offset 114400 of LEB 0:45, PEB 205
<7>[ 27.613406] ubi: UBI DBG io (pid 621): read 59 bytes from PEB 205:114528
<7>[ 27.613461] ubifs: UBIFS DBG gen (pid 621): feed 'l4', ino 81982, new f_pos 0x35777
<7>[ 27.613490] ubifs: UBIFS DBG tnc (pid 621): l4 (81968, direntry, 0x035777)
<7>[ 27.613518] ubifs: UBIFS DBG tnc (pid 621): search key (81968, direntry, 0x035777)
<7>[ 27.613543] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 4
<7>[ 27.613568] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ce00, n 4
<7>[ 27.613862] ubifs: UBIFS DBG gen (pid 621): dent 'c0' from ino 81973 (nlink 1) in dir ino 81968
<7>[ 27.613934] ubifs: UBIFS DBG jnl (pid 621): ino 81973, dent 'c0', data len 4 in dir ino 81968
<7>[ 27.614016] ubifs: UBIFS DBG gen (pid 621): ino 81973
<7>[ 27.614045] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:122168, len 384
<7>[ 27.614076] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:122168
<7>[ 27.614116] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:121856
<7>[ 27.614147] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:121856
<7>[ 27.614188] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 121856 of LEB 0:45, PEB 205
<7>[ 27.614216] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:121984
<7>[ 27.614951] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8776, dirty 115208, flags 16
<7>[ 27.614979] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115208, flags 16
<7>[ 27.615011] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8776, dirty 115208, flags 16
<7>[ 27.615060] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.615122] ubifs: UBIFS DBG tnc (pid 621): c0, key (81968, direntry, 0x0310a7)
<7>[ 27.615160] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81968, direntry, 0x0310a7)
<7>[ 27.615196] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.615231] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ce00, n 0
<7>[ 27.615266] ubifs: UBIFS DBG tnc (pid 621): deleting key (81968, direntry, 0x0310a7)
<7>[ 27.615298] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115208, flags 16
<7>[ 27.615328] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 115267, flags 16
<7>[ 27.615356] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115208, flags 16
<7>[ 27.615392] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115272, flags 16
<7>[ 27.615419] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 115331, flags 16
<7>[ 27.615446] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115272, flags 16
<7>[ 27.615480] ubifs: UBIFS DBG tnc (pid 621): 45:122232, len 160, key (81973, inode)
<7>[ 27.615506] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81973, inode)
<7>[ 27.615533] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 5
<7>[ 27.615560] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115336, flags 16
<7>[ 27.615586] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 115500, flags 16
<7>[ 27.615613] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115336, flags 16
<7>[ 27.615644] ubifs: UBIFS DBG tnc (pid 621): 45:122392, len 160, key (81968, inode)
<7>[ 27.615668] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81968, inode)
<7>[ 27.615694] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.615720] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115504, flags 16
<7>[ 27.615746] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 115664, flags 16
<7>[ 27.615773] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115504, flags 16
<7>[ 27.615844] ubifs: UBIFS DBG gen (pid 621): inode 81973, mode 0x2124
<7>[ 27.615877] ubifs: UBIFS DBG tnc (pid 621): ino 81973
<7>[ 27.615906] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81973, xentry, 0x000000)
<7>[ 27.615936] ubifs: UBIFS DBG tnc (pid 621): search key (81973, xentry, 0x000000)
<7>[ 27.615963] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 5
<7>[ 27.616000] ubifs: UBIFS DBG tnc (pid 621): search key (81973, inode)
<7>[ 27.616025] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 5
<7>[ 27.616050] ubifs: UBIFS DBG tnc (pid 621): deleting key (81973, inode)
<7>[ 27.616077] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115664, flags 16
<7>[ 27.616104] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 115824, flags 16
<7>[ 27.616130] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115664, flags 16
<7>[ 27.616158] ubifs: UBIFS DBG tnc (pid 621): search key (81973, inode)
<7>[ 27.616183] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 4
<7>[ 27.616213] ubifs: UBIFS DBG gen (pid 621): inum 81973
<7>[ 27.616516] ubifs: UBIFS DBG gen (pid 621): dent 'c2' from ino 81991 (nlink 1) in dir ino 81968
<7>[ 27.616585] ubifs: UBIFS DBG jnl (pid 621): ino 81991, dent 'c2', data len 4 in dir ino 81968
<7>[ 27.616657] ubifs: UBIFS DBG gen (pid 621): ino 81991
<7>[ 27.616685] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:122552, len 384
<7>[ 27.616713] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:122552
<7>[ 27.616748] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:122368
<7>[ 27.616777] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:122368
<7>[ 27.616814] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 122368 of LEB 0:45, PEB 205
<7>[ 27.616840] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:122496
<7>[ 27.621089] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115824, flags 16
<7>[ 27.621141] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 115824, flags 16
<7>[ 27.621173] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8392, dirty 115824, flags 16
<7>[ 27.621216] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.621271] ubifs: UBIFS DBG tnc (pid 621): c2, key (81968, direntry, 0x031207)
<7>[ 27.621301] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81968, direntry, 0x031207)
<7>[ 27.621339] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.621369] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ce00, n 0
<7>[ 27.621400] ubifs: UBIFS DBG tnc (pid 621): deleting key (81968, direntry, 0x031207)
<7>[ 27.621428] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 115824, flags 16
<7>[ 27.621457] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 115883, flags 16
<7>[ 27.621484] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 115824, flags 16
<7>[ 27.621517] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 115888, flags 16
<7>[ 27.621544] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 115947, flags 16
<7>[ 27.621571] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 115888, flags 16
<7>[ 27.621604] ubifs: UBIFS DBG tnc (pid 621): 45:122616, len 160, key (81991, inode)
<7>[ 27.621629] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81991, inode)
<7>[ 27.621656] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.621684] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 115952, flags 16
<7>[ 27.621710] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 116116, flags 16
<7>[ 27.621737] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 115952, flags 16
<7>[ 27.621768] ubifs: UBIFS DBG tnc (pid 621): 45:122776, len 160, key (81968, inode)
<7>[ 27.621792] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81968, inode)
<7>[ 27.621820] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.621846] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 116120, flags 16
<7>[ 27.621872] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 116280, flags 16
<7>[ 27.621900] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 116120, flags 16
<7>[ 27.621970] ubifs: UBIFS DBG gen (pid 621): inode 81991, mode 0x2124
<7>[ 27.622000] ubifs: UBIFS DBG tnc (pid 621): ino 81991
<7>[ 27.622028] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81991, xentry, 0x000000)
<7>[ 27.622057] ubifs: UBIFS DBG tnc (pid 621): search key (81991, xentry, 0x000000)
<7>[ 27.622085] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.622122] ubifs: UBIFS DBG tnc (pid 621): search key (81991, inode)
<7>[ 27.622148] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.622174] ubifs: UBIFS DBG tnc (pid 621): deleting key (81991, inode)
<7>[ 27.622203] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 116280, flags 16
<7>[ 27.622231] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 116440, flags 16
<7>[ 27.622258] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 116280, flags 16
<7>[ 27.622286] ubifs: UBIFS DBG tnc (pid 621): search key (81991, inode)
<7>[ 27.622311] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n -1
<7>[ 27.622341] ubifs: UBIFS DBG gen (pid 621): inum 81991
<7>[ 27.622680] ubifs: UBIFS DBG gen (pid 621): dent 'l1' from ino 81982 (nlink 2) in dir ino 81968
<7>[ 27.622747] ubifs: UBIFS DBG jnl (pid 621): ino 81982, dent 'l1', data len 1999 in dir ino 81968
<7>[ 27.622917] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:122936, len 2384
<7>[ 27.622951] ubifs: UBIFS DBG io (pid 621): 2384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:122936
<7>[ 27.622988] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:122880
<7>[ 27.623020] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:122880
<7>[ 27.623066] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 122880 of LEB 0:45, PEB 205
<7>[ 27.623097] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:123008
<7>[ 27.623822] ubifs: UBIFS DBG io (pid 621): write 1536 bytes to LEB 45:123392
<7>[ 27.623848] ubi: UBI DBG gen (pid 621): write 1536 bytes to LEB 0:45:123392
<7>[ 27.623877] ubi: UBI DBG eba (pid 621): write 1536 bytes at offset 123392 of LEB 0:45, PEB 205
<7>[ 27.623902] ubi: UBI DBG io (pid 621): write 1536 bytes to PEB 205:123520
<7>[ 27.625362] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 116440, flags 16
<7>[ 27.625391] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 5624, dirty 116440, flags 16
<7>[ 27.625423] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 8008, dirty 116440, flags 16
<7>[ 27.625472] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.625535] ubifs: UBIFS DBG tnc (pid 621): l1, key (81968, direntry, 0x035567)
<7>[ 27.625571] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81968, direntry, 0x035567)
<7>[ 27.625607] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.625643] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ce00, n 0
<7>[ 27.625678] ubifs: UBIFS DBG tnc (pid 621): deleting key (81968, direntry, 0x035567)
<7>[ 27.625708] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 5624, dirty 116440, flags 16
<7>[ 27.625738] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 116499, flags 16
<7>[ 27.625767] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 5624, dirty 116440, flags 16
<7>[ 27.625802] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 5624, dirty 116504, flags 16
<7>[ 27.625829] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 116563, flags 16
<7>[ 27.625858] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 5624, dirty 116504, flags 16
<7>[ 27.625894] ubifs: UBIFS DBG tnc (pid 621): 45:123000, len 2159, key (81982, inode)
<7>[ 27.625920] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81982, inode)
<7>[ 27.625948] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 3
<7>[ 27.625976] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 5624, dirty 116568, flags 16
<7>[ 27.626003] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 118727, flags 16
<7>[ 27.626030] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 5624, dirty 116568, flags 16
<7>[ 27.626061] ubifs: UBIFS DBG tnc (pid 621): 45:125160, len 160, key (81968, inode)
<7>[ 27.626086] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81968, inode)
<7>[ 27.626112] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.626140] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 5624, dirty 118728, flags 16
<7>[ 27.626166] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 118888, flags 16
<7>[ 27.626193] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 5624, dirty 118728, flags 16
<7>[ 27.626508] ubifs: UBIFS DBG gen (pid 621): dent 'l3' from ino 81992 (nlink 1) in dir ino 81968
<7>[ 27.626576] ubifs: UBIFS DBG jnl (pid 621): ino 81992, dent 'l3', data len 153 in dir ino 81968
<7>[ 27.626657] ubifs: UBIFS DBG gen (pid 621): ino 81992
<7>[ 27.626684] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:125320, len 384
<7>[ 27.626713] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:125320
<7>[ 27.626749] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:124928
<7>[ 27.626778] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:124928
<7>[ 27.626816] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 124928 of LEB 0:45, PEB 205
<7>[ 27.626841] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:125056
<7>[ 27.632198] ubifs: UBIFS DBG tnc (pid 621): search key (81992, inode)
<7>[ 27.632223] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n -1
<7>[ 27.632253] ubifs: UBIFS DBG gen (pid 621): inum 81992
<7>[ 27.632597] ubifs: UBIFS DBG gen (pid 621): dent 'l4' from ino 81982 (nlink 1) in dir ino 81968
<7>[ 27.632664] ubifs: UBIFS DBG jnl (pid 621): ino 81982, dent 'l4', data len 1999 in dir ino 81968
<7>[ 27.632749] ubifs: UBIFS DBG gen (pid 621): ino 81982
<7>[ 27.632776] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:125704, len 384
<7>[ 27.632807] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:125704
<7>[ 27.632844] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:125440
<7>[ 27.632875] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:125440
<7>[ 27.632916] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 125440 of LEB 0:45, PEB 205
<7>[ 27.632943] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:125568
<7>[ 27.633656] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 5240, dirty 119656, flags 16
<7>[ 27.633686] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 119656, flags 16
<7>[ 27.633717] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 5240, dirty 119656, flags 16
<7>[ 27.633764] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.633828] ubifs: UBIFS DBG tnc (pid 621): l4, key (81968, direntry, 0x035777)
<7>[ 27.633868] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81968, direntry, 0x035777)
<7>[ 27.633900] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.633935] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ce00, n 0
<7>[ 27.633970] ubifs: UBIFS DBG tnc (pid 621): deleting key (81968, direntry, 0x035777)
<7>[ 27.634002] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 119656, flags 16
<7>[ 27.634032] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 119715, flags 16
<7>[ 27.634060] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 119656, flags 16
<7>[ 27.634095] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 119720, flags 16
<7>[ 27.634122] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 119779, flags 16
<7>[ 27.634149] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 119720, flags 16
<7>[ 27.634184] ubifs: UBIFS DBG tnc (pid 621): 45:125768, len 160, key (81982, inode)
<7>[ 27.634209] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81982, inode)
<7>[ 27.634236] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 3
<7>[ 27.634264] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 119784, flags 16
<7>[ 27.634290] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 121943, flags 16
<7>[ 27.634317] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 119784, flags 16
<7>[ 27.634348] ubifs: UBIFS DBG tnc (pid 621): 45:125928, len 160, key (81968, inode)
<7>[ 27.634373] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81968, inode)
<7>[ 27.634399] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.634427] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 121944, flags 16
<7>[ 27.634453] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 122104, flags 16
<7>[ 27.634480] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 121944, flags 16
<7>[ 27.634549] ubifs: UBIFS DBG gen (pid 621): inode 81982, mode 0xa1ff
<7>[ 27.634580] ubifs: UBIFS DBG tnc (pid 621): ino 81982
<7>[ 27.634610] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81982, xentry, 0x000000)
<7>[ 27.634640] ubifs: UBIFS DBG tnc (pid 621): search key (81982, xentry, 0x000000)
<7>[ 27.634668] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 3
<7>[ 27.634703] ubifs: UBIFS DBG tnc (pid 621): search key (81982, inode)
<7>[ 27.634728] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 3
<7>[ 27.634754] ubifs: UBIFS DBG tnc (pid 621): deleting key (81982, inode)
<7>[ 27.634782] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 122104, flags 16
<7>[ 27.634808] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 122264, flags 16
<7>[ 27.634836] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 122104, flags 16
<7>[ 27.634866] ubifs: UBIFS DBG tnc (pid 621): search key (81982, inode)
<7>[ 27.634892] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 2
<7>[ 27.634920] ubifs: UBIFS DBG gen (pid 621): inum 81982
<7>[ 27.635002] ubifs: UBIFS DBG gen (pid 621): dir ino 81968, f_pos 0x2
<7>[ 27.635200] ubifs: UBIFS DBG gen (pid 621): directory 'p3', ino 81968 in dir ino 81829
<7>[ 27.635250] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81968, direntry, 0x000000)
<7>[ 27.635280] ubifs: UBIFS DBG tnc (pid 621): search key (81968, direntry, 0x000000)
<7>[ 27.635314] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.635373] ubifs: UBIFS DBG jnl (pid 621): ino 81968, dent 'p3', data len 0 in dir ino 81829
<7>[ 27.635456] ubifs: UBIFS DBG gen (pid 621): ino 81968
<7>[ 27.635486] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:126088, len 384
<7>[ 27.635515] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:126088
<7>[ 27.635552] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:125952
<7>[ 27.635581] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:125952
<7>[ 27.635619] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 125952 of LEB 0:45, PEB 205
<7>[ 27.635645] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:126080
<7>[ 27.636344] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 122264, flags 16
<7>[ 27.636377] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4472, dirty 122264, flags 16
<7>[ 27.636416] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4856, dirty 122264, flags 16
<7>[ 27.636460] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.636519] ubifs: UBIFS DBG tnc (pid 621): p3, key (81829, direntry, 0x037580)
<7>[ 27.636552] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81829, direntry, 0x037580)
<7>[ 27.636588] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.636622] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0c300, n 0
<7>[ 27.636654] ubifs: UBIFS DBG tnc (pid 621): deleting key (81829, direntry, 0x037580)
<7>[ 27.636683] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4472, dirty 122264, flags 16
<7>[ 27.636713] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 122323, flags 16
<7>[ 27.636741] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4472, dirty 122264, flags 16
<7>[ 27.636792] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4472, dirty 122328, flags 16
<7>[ 27.636819] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 122387, flags 16
<7>[ 27.636845] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4472, dirty 122328, flags 16
<7>[ 27.636879] ubifs: UBIFS DBG tnc (pid 621): 45:126152, len 160, key (81968, inode)
<7>[ 27.636904] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81968, inode)
<7>[ 27.636931] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.636958] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4472, dirty 122392, flags 16
<7>[ 27.636984] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 122552, flags 16
<7>[ 27.637011] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4472, dirty 122392, flags 16
<7>[ 27.637042] ubifs: UBIFS DBG tnc (pid 621): 45:126312, len 160, key (81829, inode)
<7>[ 27.637066] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81829, inode)
<7>[ 27.637093] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 3
<7>[ 27.637120] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4472, dirty 122552, flags 16
<7>[ 27.637145] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 122712, flags 16
<7>[ 27.637172] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4472, dirty 122552, flags 16
<7>[ 27.643066] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4472, dirty 122872, flags 16
<7>[ 27.643094] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 122872, flags 16
<7>[ 27.643126] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4472, dirty 122872, flags 16
<7>[ 27.643169] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.643219] ubifs: UBIFS DBG tnc (pid 621): c2, key (81969, direntry, 0x031207)
<7>[ 27.643248] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81969, direntry, 0x031207)
<7>[ 27.643282] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.643314] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ce00, n 1
<7>[ 27.643344] ubifs: UBIFS DBG tnc (pid 621): deleting key (81969, direntry, 0x031207)
<7>[ 27.643376] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 122872, flags 16
<7>[ 27.643405] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 122931, flags 16
<7>[ 27.643433] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 122872, flags 16
<7>[ 27.643467] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 122936, flags 16
<7>[ 27.643493] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 122995, flags 16
<7>[ 27.643521] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 122936, flags 16
<7>[ 27.643555] ubifs: UBIFS DBG tnc (pid 621): 45:126536, len 160, key (81986, inode)
<7>[ 27.643580] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81986, inode)
<7>[ 27.643608] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.643637] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 123000, flags 16
<7>[ 27.643663] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 123164, flags 16
<7>[ 27.643690] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 123000, flags 16
<7>[ 27.643721] ubifs: UBIFS DBG tnc (pid 621): 45:126696, len 160, key (81969, inode)
<7>[ 27.643747] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81969, inode)
<7>[ 27.643774] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.643801] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 123168, flags 16
<7>[ 27.643827] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 123328, flags 16
<7>[ 27.643855] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 123168, flags 16
<7>[ 27.643933] ubifs: UBIFS DBG gen (pid 621): inode 81986, mode 0x2124
<7>[ 27.643975] ubifs: UBIFS DBG tnc (pid 621): ino 81986
<7>[ 27.644007] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81986, xentry, 0x000000)
<7>[ 27.644037] ubifs: UBIFS DBG tnc (pid 621): search key (81986, xentry, 0x000000)
<7>[ 27.644067] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.644102] ubifs: UBIFS DBG tnc (pid 621): search key (81986, inode)
<7>[ 27.644128] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.644155] ubifs: UBIFS DBG tnc (pid 621): deleting key (81986, inode)
<7>[ 27.644183] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 123328, flags 16
<7>[ 27.644209] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 123488, flags 16
<7>[ 27.644237] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 123328, flags 16
<7>[ 27.644265] ubifs: UBIFS DBG tnc (pid 621): search key (81986, inode)
<7>[ 27.644291] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n -1
<7>[ 27.644320] ubifs: UBIFS DBG gen (pid 621): inum 81986
<7>[ 27.644622] ubifs: UBIFS DBG gen (pid 621): dent 'f0' from ino 81970 (nlink 1) in dir ino 81969
<7>[ 27.644689] ubifs: UBIFS DBG jnl (pid 621): ino 81970, dent 'f0', data len 0 in dir ino 81969
<7>[ 27.644758] ubifs: UBIFS DBG gen (pid 621): ino 81970
<7>[ 27.644786] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:126856, len 384
<7>[ 27.644815] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:126856
<7>[ 27.644852] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:126464
<7>[ 27.644882] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:126464
<7>[ 27.644922] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 126464 of LEB 0:45, PEB 205
<7>[ 27.644950] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:126592
<7>[ 27.645646] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 123488, flags 16
<7>[ 27.645674] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3704, dirty 123488, flags 16
<7>[ 27.645705] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 4088, dirty 123488, flags 16
<7>[ 27.645752] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.645811] ubifs: UBIFS DBG tnc (pid 621): f0, key (81969, direntry, 0x032757)
<7>[ 27.645846] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81969, direntry, 0x032757)
<7>[ 27.645880] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.645912] ubifs: UBIFS DBG tnc (pid 621): rc returned 1, znode d7a0ce00, n 1
<7>[ 27.645946] ubifs: UBIFS DBG tnc (pid 621): deleting key (81969, direntry, 0x032757)
<7>[ 27.645977] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3704, dirty 123488, flags 16
<7>[ 27.646008] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 123547, flags 16
<7>[ 27.646036] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3704, dirty 123488, flags 16
<7>[ 27.646071] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3704, dirty 123552, flags 16
<7>[ 27.646099] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 123611, flags 16
<7>[ 27.646126] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3704, dirty 123552, flags 16
<7>[ 27.646160] ubifs: UBIFS DBG tnc (pid 621): 45:126920, len 160, key (81970, inode)
<7>[ 27.646185] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81970, inode)
<7>[ 27.646218] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 128608, flags 48
<7>[ 27.646244] ubifs: UBIFS DBG lp (pid 621): LEB 440, free -2147483647, dirty 128716, flags 48
<7>[ 27.646270] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 128608, flags 48
<7>[ 27.646295] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.646322] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3704, dirty 123616, flags 16
<7>[ 27.646348] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 123776, flags 16
<7>[ 27.646375] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3704, dirty 123616, flags 16
<7>[ 27.646406] ubifs: UBIFS DBG tnc (pid 621): 45:127080, len 160, key (81969, inode)
<7>[ 27.646430] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81969, inode)
<7>[ 27.646456] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.646482] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3704, dirty 123776, flags 16
<7>[ 27.646507] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 123936, flags 16
<7>[ 27.646534] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3704, dirty 123776, flags 16
<7>[ 27.646605] ubifs: UBIFS DBG gen (pid 621): inode 81970, mode 0x81b6
<7>[ 27.646637] ubifs: UBIFS DBG tnc (pid 621): ino 81970
<7>[ 27.646665] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81970, xentry, 0x000000)
<7>[ 27.646696] ubifs: UBIFS DBG tnc (pid 621): search key (81970, xentry, 0x000000)
<7>[ 27.646723] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 1
<7>[ 27.646756] ubifs: UBIFS DBG tnc (pid 621): search key (81970, inode)
<7>[ 27.646781] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 1
<7>[ 27.646808] ubifs: UBIFS DBG tnc (pid 621): deleting key (81970, inode)
<7>[ 27.646836] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3704, dirty 123936, flags 16
<7>[ 27.646861] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 124096, flags 16
<7>[ 27.646888] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3704, dirty 123936, flags 16
<7>[ 27.646917] ubifs: UBIFS DBG tnc (pid 621): search key (81970, inode)
<7>[ 27.646943] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.646970] ubifs: UBIFS DBG gen (pid 621): inum 81970
<7>[ 27.653098] ubifs: UBIFS DBG tnc (pid 621): removing key (81971, data, 78)
<7>[ 27.653124] ubifs: UBIFS DBG tnc (pid 621): deleting key (81971, inode)
<7>[ 27.653151] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3320, dirty 124544, flags 16
<7>[ 27.653178] ubifs: UBIFS DBG lp (pid 621): LEB 45, free -2147483647, dirty 124704, flags 16
<7>[ 27.653205] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3320, dirty 124544, flags 16
<7>[ 27.653252] ubifs: UBIFS DBG tnc (pid 621): search key (81971, inode)
<7>[ 27.653283] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.653312] ubifs: UBIFS DBG lp (pid 621): LEB 40, free 63696, dirty 66888, flags 16
<7>[ 27.653339] ubifs: UBIFS DBG lp (pid 621): LEB 40, free -2147483647, dirty 66957, flags 16
<7>[ 27.653366] ubifs: UBIFS DBG lp (pid 621): LEB 40, free 63696, dirty 66888, flags 16
<7>[ 27.653395] ubifs: UBIFS DBG tnc (pid 621): removing key (81971, data, 80)
<7>[ 27.653422] ubifs: UBIFS DBG lp (pid 621): LEB 40, free 63696, dirty 66960, flags 16
<7>[ 27.653448] ubifs: UBIFS DBG lp (pid 621): LEB 40, free -2147483647, dirty 67029, flags 16
<7>[ 27.653475] ubifs: UBIFS DBG lp (pid 621): LEB 40, free 63696, dirty 66960, flags 16
<7>[ 27.653501] ubifs: UBIFS DBG tnc (pid 621): removing key (81971, data, 81)
<7>[ 27.653528] ubifs: UBIFS DBG lp (pid 621): LEB 40, free 63696, dirty 67032, flags 16
<7>[ 27.653556] ubifs: UBIFS DBG lp (pid 621): LEB 40, free -2147483647, dirty 67101, flags 16
<7>[ 27.653583] ubifs: UBIFS DBG lp (pid 621): LEB 40, free 63696, dirty 67032, flags 16
<7>[ 27.653609] ubifs: UBIFS DBG tnc (pid 621): removing key (81971, data, 82)
<7>[ 27.653637] ubifs: UBIFS DBG lp (pid 621): LEB 40, free 63696, dirty 67104, flags 16
<7>[ 27.653663] ubifs: UBIFS DBG lp (pid 621): LEB 40, free -2147483647, dirty 67174, flags 16
<7>[ 27.653690] ubifs: UBIFS DBG lp (pid 621): LEB 40, free 63696, dirty 67104, flags 16
<7>[ 27.653717] ubifs: UBIFS DBG tnc (pid 621): removing key (81971, data, 83)
<7>[ 27.653743] ubifs: UBIFS DBG tnc (pid 621): deleting key (81971, data, 79)
<7>[ 27.653770] ubifs: UBIFS DBG lp (pid 621): LEB 40, free 63696, dirty 67176, flags 16
<7>[ 27.653797] ubifs: UBIFS DBG lp (pid 621): LEB 40, free -2147483647, dirty 67245, flags 16
<7>[ 27.653824] ubifs: UBIFS DBG lp (pid 621): LEB 40, free 63696, dirty 67176, flags 16
<7>[ 27.653854] ubifs: UBIFS DBG tnc (pid 621): search key (81971, inode)
<7>[ 27.653879] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.653907] ubifs: UBIFS DBG gen (pid 621): inum 81971
<7>[ 27.654006] ubifs: UBIFS DBG gen (pid 621): dir ino 81969, f_pos 0x2
<7>[ 27.654210] ubifs: UBIFS DBG gen (pid 621): directory 'p4', ino 81969 in dir ino 81829
<7>[ 27.654256] ubifs: UBIFS DBG tnc (pid 621): (lowest) (81969, direntry, 0x000000)
<7>[ 27.654288] ubifs: UBIFS DBG tnc (pid 621): search key (81969, direntry, 0x000000)
<7>[ 27.654322] ubifs: UBIFS DBG tnc (pid 621): found 0, lvl 0, n 0
<7>[ 27.654385] ubifs: UBIFS DBG jnl (pid 621): ino 81969, dent 'p4', data len 0 in dir ino 81829
<7>[ 27.654476] ubifs: UBIFS DBG gen (pid 621): ino 81969
<7>[ 27.654509] ubifs: UBIFS DBG jnl (pid 621): jhead 1 (base), LEB 45:127624, len 384
<7>[ 27.654540] ubifs: UBIFS DBG io (pid 621): 384 bytes (direntry node) to jhead 1 (base) wbuf at LEB 45:127624
<7>[ 27.654578] ubifs: UBIFS DBG io (pid 621): flush jhead 1 (base) wbuf to LEB 45:127488
<7>[ 27.654609] ubi: UBI DBG gen (pid 621): write 512 bytes to LEB 0:45:127488
<7>[ 27.654648] ubi: UBI DBG eba (pid 621): write 512 bytes at offset 127488 of LEB 0:45, PEB 205
<7>[ 27.654675] ubi: UBI DBG io (pid 621): write 512 bytes to PEB 205:127616
<7>[ 27.655375] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3320, dirty 124704, flags 16
<7>[ 27.655410] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 2936, dirty 124704, flags 16
<7>[ 27.655444] ubifs: UBIFS DBG lp (pid 621): LEB 45, free 3320, dirty 124704, flags 16
<7>[ 27.655489] ubifs: UBIFS DBG io (pid 621): set timer for jhead 1 (base), 3000-5000 millisecs
<7>[ 27.655541] ubifs: UBIFS DBG tnc (pid 621): p4, key (81829, direntry, 0x037630)
<7>[ 27.655575] ubifs: UBIFS DBG tnc (pid 621): search and dirty key (81829, direntry, 0x037630)
<7>[ 27.655616] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 128720, flags 48
<7>[ 27.655646] ubifs: UBIFS DBG lp (pid 621): LEB 440, free -2147483647, dirty 128868, flags 48
<7>[ 27.655673] ubifs: UBIFS DBG lp (pid 621): LEB 440, free 976, dirty 128720, flags 48
<7>[ 27.655701] ubifs: UBIFS DBG tnc (pid 621): found 1, lvl 0, n 0
<7>[ 27.6557
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment