Need some help understanding the state of xfs with rt subvolume support on 2.6.37. When using xfs rt subvolume on a harddisk partition with kernel 2.6.37.6,and normal r/w/delete file operations causes deadlock like hangs . Failure symptoms are lockups and mount failure on reboot. On further investigation it was found that one of the changes could be the cause. The same tests seem to pass with xfs in 2.6.31 kernel. xfs: simplify xfs_trans_iget : aa72a5cf00001d0b952c7c755be404b9118ceb2e http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commitdiff;h=aa72a5cf00001d0b952c7c755be404b9118ceb2e Reverting the change and forward porting to the xfs_trans_inode() seems to get rid of the deadlock and mount issues . Below is the change Signed-off-by: Kamal Dasu <kdasu.kdev@xxxxxxxxx> --- linux-2.6.37/fs/xfs/xfs_trans_inode.c | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/linux-2.6.37/fs/xfs/xfs_trans_inode.c b/linux-2.6.37/fs/xfs/xfs_trans_inode.c index ccb3453..c2861d5 100644 --- a/stblinux-2.6.37/fs/xfs/xfs_trans_inode.c +++ b/stblinux-2.6.37/fs/xfs/xfs_trans_inode.c @@ -56,6 +56,27 @@ xfs_trans_iget( xfs_inode_t **ipp) { int error; + xfs_inode_t *ip = NULL; + xfs_perag_t *pag = NULL; + + /* + * If we find the inode in core with this transaction + * pointer in its i_transp field, then we know we already + * have it locked. + */ + if(tp != NULL) { + pag = xfs_perag_get(mp, XFS_INO_TO_AGNO(mp, ino)); + read_lock(&pag->pag_ici_lock); + ip = radix_tree_lookup(&pag->pag_ici_root, XFS_INO_TO_AGNO(mp, ino)); + read_unlock(&pag->pag_ici_lock); + xfs_perag_put(pag); + } + + /* the returned inode must match the transaction */ + if (ip && (ip->i_transp == tp)) { + *ipp = ip; + return 0; + } error = xfs_iget(mp, tp, ino, flags, lock_flags, ipp); if (!error && tp) { -- 1.7.6 I have also attached the xfs_logprint text output when the mount fails. Regards Kamal
xfs_logprint: data device: 0x802 log device: 0x802 daddr: 15735696 length: 20480 log tail: 61 head: 360 state: <DIRTY> LOG REC AT LSN cycle 1 block 61 (0x1, 0x3d) ============================================================================ TRANS: tid:0xb2124dfa type:SETATTR #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0x1000083 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:2 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012375 ============================================================================ TRANS: tid:0x997cc749 type:SETATTR #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0x1000083 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:2 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012375 ============================================================================ TRANS: tid:0x62a5b00 type:INACTIVE #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0x1000082 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:4 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012375 ============================================================================ TRANS: tid:0xfc112e3b type:INACTIVE #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0x1000083 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:2 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012375 ============================================================================ TRANS: tid:0x42cd8e21 type:RENAME #items:6 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469a08 len:96 a:0x469a70 len:140 INODE: #regs:3 ino:0x1000081 flags:0x3 dsize:140 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:5 projid:0 atime:66 mtime:48 ctime:48 flushiter:3 size:0x8c nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 DATA FORK LOCAL inode data: INO: cnt:2 total:2 a:0x469b00 len:56 a:0x469b60 len:96 INODE: #regs:2 ino:0x1000083 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:2 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012375 INO: cnt:2 total:2 a:0x471c28 len:56 a:0x471c68 len:96 INODE: #regs:2 ino:0x1000082 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:48 mtime:48 ctime:48 flushiter:4 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012375 BUF: cnt:1 total:1 a:0x471cd0 len:28 BUF: #regs:1 start blkno:0x780df0 len:8 bmap size:2 flags:0x2 BUF: cnt:2 total:2 a:0x471d10 len:24 a:0x471d70 len:128 BUF: #regs:2 start blkno:0x780dba len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) EFI: cnt:1 total:1 a:0x471df8 len:32 EFI: #regs:1 num_extents:1 id:0xffffffffc918b048 (s: 0x100007, l: 1) ============================================================================ TRANS: tid:0x42cd8e22 type:RENAME #items:4 trans:0x0 q:0x469730 EFD: cnt:1 total:1 a:0x471df8 len:32 EFD: #regs: 1 num_extents: 1 id: 0xffffffffc918b048 BUF: cnt:2 total:2 a:0x471d30 len:24 a:0x471d70 len:128 BUF: #regs:2 start blkno:0x780db9 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x471cf0 len:28 a:0x469a08 len:128 BUF: #regs:2 start blkno:0x780dc0 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x469bc8 len:28 a:0x471e68 len:128 BUF: #regs:2 start blkno:0x780dc8 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x6a52201c type:INACTIVE #items:3 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469b60 len:96 INODE: #regs:2 ino:0x1000082 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x0 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:48 mtime:48 ctime:48 flushiter:4 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012376 BUF: cnt:2 total:2 a:0x469bc8 len:24 a:0x469a08 len:128 BUF: #regs:2 start blkno:0x780dba len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x4697e0 len:28 a:0x471c08 len:128 BUF: #regs:2 start blkno:0x781048 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x7e44dbaa type:REMOVE #items:4 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469a08 len:56 a:0x469740 len:96 INODE: #regs:2 ino:0x80 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x41ed ver:2 format:2 onlink:0 uid:0 gid:0 nlink:23 projid:0 atime:68 mtime:48 ctime:48 flushiter:0 size:0x1000 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:0 INO: cnt:2 total:2 a:0x4697a8 len:56 a:0x469ad0 len:96 INODE: #regs:2 ino:0x86 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81b4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:1326908070 mtime:1326908070 ctime:48 flushiter:0 size:0x64 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1 BUF: cnt:3 total:3 a:0x469b38 len:28 a:0x471c08 len:256 a:0x471d10 len:256 BUF: #regs:3 start blkno:0xb8 len:8 bmap size:2 flags:0x0 BUF DATA BUF DATA BUF: cnt:2 total:2 a:0x469ba0 len:24 a:0x471e18 len:128 BUF: #regs:2 start blkno:0x2 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) ============================================================================ TRANS: tid:0x3835e064 type:INACTIVE #items:2 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469780 len:96 INODE: #regs:2 ino:0x86 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81b4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:1326908070 mtime:1326908070 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1 EFI: cnt:1 total:1 a:0x469a08 len:32 EFI: #regs:1 num_extents:1 id:0xffffffffc918b1a8 (s: 0x1c, l: 1) ============================================================================ TRANS: tid:0x3835e065 type:INACTIVE #items:6 trans:0x0 q:0x469730 EFD: cnt:1 total:1 a:0x469a08 len:32 EFD: #regs: 1 num_extents: 1 id: 0xffffffffc918b1a8 BUF: cnt:2 total:2 a:0x469bc0 len:24 a:0x469a88 len:128 BUF: #regs:2 start blkno:0x1 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x469b10 len:24 a:0x471c08 len:128 BUF: #regs:2 start blkno:0x3 len:1 bmap size:1 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x469b70 len:28 a:0x471c90 len:128 BUF: #regs:2 start blkno:0x18 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x4697c0 len:28 a:0x471d38 len:128 BUF: #regs:2 start blkno:0x10 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:2 total:2 a:0x469740 len:56 a:0x471e00 len:96 INODE: #regs:2 ino:0x86 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81b4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:1326908070 mtime:1326908070 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1 ============================================================================ TRANS: tid:0x3835e066 type:INACTIVE #items:3 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469780 len:96 INODE: #regs:2 ino:0x86 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x0 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:1326908070 mtime:1326908070 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2 BUF: cnt:2 total:2 a:0x471c08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x2 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x471cf0 len:28 a:0x469a08 len:128 BUF: #regs:2 start blkno:0x8 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x5bd54153 type:CREATE #items:5 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x471d30 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x2 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x471c28 len:28 a:0x469a08 len:128 BUF: #regs:2 start blkno:0x8 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:2 total:2 a:0x469740 len:56 a:0x469a90 len:96 INODE: #regs:2 ino:0x86 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2 INO: cnt:2 total:2 a:0x469af8 len:56 a:0x469b78 len:96 INODE: #regs:2 ino:0x80 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x41ed ver:2 format:2 onlink:0 uid:0 gid:0 nlink:23 projid:0 atime:68 mtime:48 ctime:48 flushiter:0 size:0x1000 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:0 BUF: cnt:4 total:4 a:0x469be0 len:28 a:0x471e00 len:256 a:0x471f08 len:128 a:0x471f90 len:384 BUF: #regs:4 start blkno:0xb8 len:8 bmap size:2 flags:0x0 BUF DATA BUF DATA BUF DATA ============================================================================ TRANS: tid:0xcc138d7d type:INACTIVE #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x471c08 len:96 INODE: #regs:2 ino:0x86 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2 ============================================================================ TRANS: tid:0xbe81b1c4 type:SETATTR #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x471c08 len:96 INODE: #regs:2 ino:0x86 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:1326908070 mtime:1326908070 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2 ============================================================================ TRANS: tid:0x5eddc226 type:SETATTR #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x471c08 len:96 INODE: #regs:2 ino:0x86 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:1326908070 mtime:1326908070 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2 ============================================================================ TRANS: tid:0x747e2a39 type:SETATTR #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x471c08 len:96 INODE: #regs:2 ino:0x86 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81b4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:1326908070 mtime:1326908070 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2 ============================================================================ TRANS: tid:0x32d10a3 type:RMDIR #items:3 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x471c08 len:96 a:0x471c70 len:120 INODE: #regs:3 ino:0xbc flags:0x3 dsize:120 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:8 projid:0 atime:68 mtime:48 ctime:48 flushiter:0 size:0x76 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:0 DATA FORK LOCAL inode data: INO: cnt:2 total:2 a:0x471cf0 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0xbd flags:0x1 dsize:0 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:68 mtime:68 ctime:48 flushiter:0 size:0x6 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:0 BUF: cnt:3 total:3 a:0x469a70 len:24 a:0x469ad8 len:128 a:0x469b60 len:128 BUF: #regs:3 start blkno:0x2 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF DATA ============================================================================ TRANS: tid:0x51aaccc9 type:INACTIVE #items:3 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x471cf0 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0xbd flags:0x1 dsize:0 CORE inode: magic:IN mode:0x0 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:68 mtime:68 ctime:48 flushiter:0 size:0x6 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1 BUF: cnt:3 total:3 a:0x469780 len:24 a:0x471c08 len:128 a:0x469ad8 len:128 BUF: #regs:3 start blkno:0x2 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF DATA BUF: cnt:2 total:2 a:0x471d50 len:28 a:0x471da8 len:128 BUF: #regs:2 start blkno:0x8 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x21e84c2a type:REMOVE #items:3 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469ba0 len:56 a:0x469768 len:96 a:0x469a08 len:60 INODE: #regs:3 ino:0x200a0b1 flags:0x3 dsize:60 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:2 projid:0 atime:68 mtime:48 ctime:48 flushiter:1 size:0x3a nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 DATA FORK LOCAL inode data: INO: cnt:2 total:2 a:0x469a48 len:56 a:0x469a88 len:96 INODE: #regs:2 ino:0x200a0b5 flags:0x1 dsize:0 CORE inode: magic:IN mode:0xa1ff ver:2 format:1 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:68 mtime:68 ctime:48 flushiter:1 size:0x33 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c08 len:128 BUF: #regs:2 start blkno:0xf01b72 len:1 bmap size:1 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0xd5386fcb type:INACTIVE #items:3 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469b30 len:96 INODE: #regs:2 ino:0x200a0b5 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x0 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:68 mtime:68 ctime:48 flushiter:1 size:0x33 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984223 BUF: cnt:2 total:2 a:0x469b98 len:24 a:0x469a08 len:256 BUF: #regs:2 start blkno:0xf01b72 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x469780 len:28 a:0x471c28 len:128 BUF: #regs:2 start blkno:0xf01b78 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x50322a8 type:REMOVE #items:3 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x4697c0 len:56 a:0x469a08 len:96 a:0x469a70 len:40 INODE: #regs:3 ino:0x200a0b1 flags:0x3 dsize:40 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:2 projid:0 atime:68 mtime:48 ctime:48 flushiter:1 size:0x28 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 DATA FORK LOCAL inode data: INO: cnt:2 total:2 a:0x469aa0 len:56 a:0x469b00 len:96 INODE: #regs:2 ino:0x200a0b3 flags:0x1 dsize:0 CORE inode: magic:IN mode:0xa1ff ver:2 format:1 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:68 mtime:68 ctime:48 flushiter:1 size:0x33 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 BUF: cnt:2 total:2 a:0x469b68 len:24 a:0x471c28 len:256 BUF: #regs:2 start blkno:0xf01b72 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) ============================================================================ TRANS: tid:0x8fbca2bf type:INACTIVE #items:3 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469780 len:96 INODE: #regs:2 ino:0x200a0b3 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x0 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:68 mtime:68 ctime:48 flushiter:1 size:0x33 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984223 BUF: cnt:2 total:2 a:0x469bc8 len:24 a:0x469a48 len:256 BUF: #regs:2 start blkno:0xf01b72 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x469b50 len:28 a:0x471c48 len:128 BUF: #regs:2 start blkno:0xf01b78 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0xa03b31f7 type:REMOVE #items:3 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469a08 len:96 a:0x471c28 len:24 INODE: #regs:3 ino:0x200a0b1 flags:0x3 dsize:24 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:2 projid:0 atime:68 mtime:48 ctime:48 flushiter:1 size:0x17 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 DATA FORK LOCAL inode data: INO: cnt:2 total:2 a:0x469a70 len:56 a:0x469af0 len:96 INODE: #regs:2 ino:0x200a0b4 flags:0x1 dsize:0 CORE inode: magic:IN mode:0xa1ff ver:2 format:1 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:68 mtime:68 ctime:48 flushiter:1 size:0x33 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 BUF: cnt:2 total:2 a:0x469b58 len:24 a:0x471c48 len:256 BUF: #regs:2 start blkno:0xf01b72 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) ============================================================================ TRANS: tid:0x56566066 type:INACTIVE #items:3 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469bb8 len:56 a:0x469740 len:96 INODE: #regs:2 ino:0x200a0b4 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x0 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:68 mtime:68 ctime:48 flushiter:1 size:0x33 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984223 BUF: cnt:2 total:2 a:0x4697a8 len:24 a:0x469a28 len:256 BUF: #regs:2 start blkno:0xf01b72 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x469b30 len:28 a:0x471c28 len:128 BUF: #regs:2 start blkno:0xf01b78 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0xa5ba2b7 type:REMOVE #items:3 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469b78 len:56 a:0x469740 len:96 a:0x4697a8 len:8 INODE: #regs:3 ino:0x200a0b1 flags:0x3 dsize:8 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:2 projid:0 atime:68 mtime:48 ctime:48 flushiter:1 size:0x6 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 DATA FORK LOCAL inode data: INO: cnt:2 total:2 a:0x469bb8 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0x200a0b2 flags:0x1 dsize:0 CORE inode: magic:IN mode:0xa1ff ver:2 format:1 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:68 mtime:68 ctime:48 flushiter:1 size:0x33 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 BUF: cnt:2 total:2 a:0x469a70 len:24 a:0x471c28 len:256 BUF: #regs:2 start blkno:0xf01b72 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) ============================================================================ TRANS: tid:0xe4885179 type:INACTIVE #items:3 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469ad0 len:56 a:0x469b10 len:96 INODE: #regs:2 ino:0x200a0b2 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x0 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:68 mtime:68 ctime:48 flushiter:1 size:0x33 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984223 BUF: cnt:2 total:2 a:0x469b78 len:24 a:0x471c08 len:256 BUF: #regs:2 start blkno:0xf01b72 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x469bd8 len:28 a:0x469740 len:128 BUF: #regs:2 start blkno:0xf01b78 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0xc58d44d5 type:SYMLINK #items:4 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a28 len:24 a:0x469a48 len:256 BUF: #regs:2 start blkno:0xf01b72 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x469bb8 len:28 a:0x469740 len:128 BUF: #regs:2 start blkno:0xf01b78 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:3 total:3 a:0x471c08 len:56 a:0x471c48 len:96 a:0x471cb0 len:52 INODE: #regs:3 ino:0x200a0b2 flags:0x3 dsize:52 CORE inode: magic:IN mode:0xa1ff ver:2 format:1 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:1 size:0x33 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984223 DATA FORK LOCAL inode data: INO: cnt:3 total:3 a:0x471ce8 len:56 a:0x471d70 len:96 a:0x471dd8 len:24 INODE: #regs:3 ino:0x200a0b1 flags:0x3 dsize:24 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:2 projid:0 atime:68 mtime:48 ctime:48 flushiter:1 size:0x17 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 DATA FORK LOCAL inode data: ============================================================================ TRANS: tid:0xfdbf4055 type:SYMLINK #items:4 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x471dd8 len:24 a:0x471c08 len:256 BUF: #regs:2 start blkno:0xf01b72 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x471d48 len:28 a:0x469b70 len:128 BUF: #regs:2 start blkno:0xf01b78 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:3 total:3 a:0x469740 len:56 a:0x469a08 len:96 a:0x4697c8 len:52 INODE: #regs:3 ino:0x200a0b3 flags:0x3 dsize:52 CORE inode: magic:IN mode:0xa1ff ver:2 format:1 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:1 size:0x33 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984223 DATA FORK LOCAL inode data: INO: cnt:3 total:3 a:0x469a70 len:56 a:0x471df8 len:96 a:0x471da8 len:44 INODE: #regs:3 ino:0x200a0b1 flags:0x3 dsize:44 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:2 projid:0 atime:68 mtime:48 ctime:48 flushiter:1 size:0x29 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 DATA FORK LOCAL inode data: ============================================================================ TRANS: tid:0x91001f2b type:SYMLINK #items:4 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469ad0 len:256 BUF: #regs:2 start blkno:0xf01b72 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x469bd8 len:28 a:0x469740 len:128 BUF: #regs:2 start blkno:0xf01b78 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:3 total:3 a:0x471c08 len:56 a:0x471c48 len:96 a:0x471cb0 len:52 INODE: #regs:3 ino:0x200a0b4 flags:0x3 dsize:52 CORE inode: magic:IN mode:0xa1ff ver:2 format:1 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:1 size:0x33 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984223 DATA FORK LOCAL inode data: INO: cnt:3 total:3 a:0x471ce8 len:56 a:0x471d70 len:96 a:0x471dd8 len:60 INODE: #regs:3 ino:0x200a0b1 flags:0x3 dsize:60 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:2 projid:0 atime:68 mtime:48 ctime:48 flushiter:1 size:0x3a nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 DATA FORK LOCAL inode data: ============================================================================ TRANS: tid:0xf9a3a01e type:SYMLINK #items:4 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a48 len:24 a:0x471c08 len:256 BUF: #regs:2 start blkno:0xf01b72 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x469a08 len:28 a:0x469760 len:128 BUF: #regs:2 start blkno:0xf01b78 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:3 total:3 a:0x469a88 len:56 a:0x469b10 len:96 a:0x469b78 len:52 INODE: #regs:3 ino:0x200a0b5 flags:0x3 dsize:52 CORE inode: magic:IN mode:0xa1ff ver:2 format:1 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:1 size:0x33 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984223 DATA FORK LOCAL inode data: INO: cnt:3 total:3 a:0x469bb0 len:56 a:0x471d90 len:96 a:0x471df8 len:76 INODE: #regs:3 ino:0x200a0b1 flags:0x3 dsize:76 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:2 projid:0 atime:68 mtime:48 ctime:48 flushiter:1 size:0x4c nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 DATA FORK LOCAL inode data: ============================================================================ TRANS: tid:0x7ead1ba5 type:INACTIVE #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x471c08 len:96 INODE: #regs:2 ino:0x100031f flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:159532837 ============================================================================ TRANS: tid:0x90ec327c type:INACTIVE #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x471c08 len:96 INODE: #regs:2 ino:0x100031f flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:159532837 LOG REC AT LSN cycle 1 block 102 (0x1, 0x66) ============================================================================ TRANS: tid:0xc30a4cae type:CREATE #items:8 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469780 len:24 a:0x471c08 len:128 BUF: #regs:2 start blkno:0x780dba len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x471c90 len:28 a:0x469a08 len:128 BUF: #regs:2 start blkno:0x781048 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:2 total:2 a:0x469740 len:56 a:0x469ad0 len:96 INODE: #regs:2 ino:0x1000082 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x8180 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:4 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012376 INO: cnt:3 total:3 a:0x4697c0 len:56 a:0x469b58 len:96 a:0x469bc0 len:16 INODE: #regs:3 ino:0x1000081 flags:0x5 dsize:16 CORE inode: magic:IN mode:0x41ed ver:2 format:2 onlink:0 uid:0 gid:0 nlink:5 projid:0 atime:66 mtime:48 ctime:48 flushiter:3 size:0x1000 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 DATA FORK EXTENTS inode data: BUF: cnt:2 total:2 a:0x469bd8 len:24 a:0x471d90 len:128 BUF: #regs:2 start blkno:0x780db9 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x471e18 len:28 a:0x471e78 len:128 BUF: #regs:2 start blkno:0x780dc8 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x471f00 len:28 a:0x471f60 len:128 BUF: #regs:2 start blkno:0x780dc0 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:3 total:3 a:0x471fe8 len:28 a:0x472050 len:384 a:0x4721d8 len:128 BUF: #regs:3 start blkno:0x780df0 len:8 bmap size:2 flags:0x0 BUF DATA BUF DATA LOG REC AT LSN cycle 1 block 107 (0x1, 0x6b) ============================================================================ TRANS: tid:0x99fa52e7 type:SETATTR #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0x1000082 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:4 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012376 ============================================================================ TRANS: tid:0xc943f9cf type:SETATTR #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0x1000082 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:4 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012376 ============================================================================ TRANS: tid:0xfd003ed6 type:INACTIVE #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0x100031f flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:159532837 ============================================================================ TRANS: tid:0xdac50285 type:INACTIVE #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0x1000082 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:4 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012376 ============================================================================ TRANS: tid:0x5b43fa9e type:RENAME #items:6 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469a08 len:96 a:0x469a70 len:140 INODE: #regs:3 ino:0x1000081 flags:0x3 dsize:140 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:5 projid:0 atime:66 mtime:48 ctime:48 flushiter:3 size:0x8c nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 DATA FORK LOCAL inode data: INO: cnt:2 total:2 a:0x469b00 len:56 a:0x469b60 len:96 INODE: #regs:2 ino:0x1000082 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:4 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012376 INO: cnt:2 total:2 a:0x4697a0 len:56 a:0x471c08 len:96 INODE: #regs:2 ino:0x100031f flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:48 mtime:48 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:159532837 BUF: cnt:1 total:1 a:0x471c70 len:28 BUF: #regs:1 start blkno:0x780df0 len:8 bmap size:2 flags:0x2 BUF: cnt:2 total:2 a:0x471cc0 len:24 a:0x471d20 len:256 BUF: #regs:2 start blkno:0x780dba len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) EFI: cnt:1 total:1 a:0x471e28 len:32 EFI: #regs:1 num_extents:1 id:0xffffffffc918b1a8 (s: 0x100007, l: 1) ============================================================================ TRANS: tid:0x5b43fa9f type:RENAME #items:4 trans:0x0 q:0x469730 EFD: cnt:1 total:1 a:0x471e28 len:32 EFD: #regs: 1 num_extents: 1 id: 0xffffffffc918b1a8 BUF: cnt:2 total:2 a:0x471ce0 len:24 a:0x469a08 len:128 BUF: #regs:2 start blkno:0x780db9 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x471c90 len:28 a:0x471d20 len:128 BUF: #regs:2 start blkno:0x780dc0 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x469bc8 len:28 a:0x471ea8 len:128 BUF: #regs:2 start blkno:0x780dc8 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x79b8bc9b type:INACTIVE #items:3 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x4697a0 len:56 a:0x469b60 len:96 INODE: #regs:2 ino:0x100031f flags:0x1 dsize:0 CORE inode: magic:IN mode:0x0 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:48 mtime:48 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:159532838 BUF: cnt:2 total:2 a:0x469bc8 len:24 a:0x469a08 len:256 BUF: #regs:2 start blkno:0x780dba len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x469b10 len:28 a:0x471c90 len:128 BUF: #regs:2 start blkno:0x781048 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x4c923557 type:SETATTR_SIZE #items:2 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469780 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0x186 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:68 mtime:68 ctime:68 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 EFI: cnt:1 total:1 a:0x469a70 len:32 EFI: #regs:1 num_extents:1 id:0xffffffffc918b048 (s: 0x41, l: 1) ============================================================================ TRANS: tid:0x4c923558 type:SETATTR_SIZE #items:5 trans:0x0 q:0x469730 EFD: cnt:1 total:1 a:0x469a70 len:32 EFD: #regs: 1 num_extents: 1 id: 0xffffffffc918b048 BUF: cnt:2 total:2 a:0x469740 len:24 a:0x469af0 len:128 BUF: #regs:2 start blkno:0x1 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x4697e0 len:28 a:0x471c08 len:128 BUF: #regs:2 start blkno:0x10 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x469bb8 len:28 a:0x471c90 len:128 BUF: #regs:2 start blkno:0x18 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:2 total:2 a:0x469780 len:56 a:0x471d18 len:96 INODE: #regs:2 ino:0x186 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:68 mtime:68 ctime:68 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 ============================================================================ TRANS: tid:0x4c923559 type:SETATTR_SIZE #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469780 len:96 INODE: #regs:2 ino:0x186 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:68 mtime:48 ctime:48 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 ============================================================================ TRANS: tid:0x29fe0557 type:STRAT_WRITE #items:4 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x186 flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:68 mtime:48 ctime:48 flushiter:0 size:0x0 nblks:0x10 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 DATA FORK EXTENTS inode data: BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469ab0 len:128 BUF: #regs:2 start blkno:0x1 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x469b38 len:28 a:0x471c08 len:128 BUF: #regs:2 start blkno:0x18 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x469b98 len:28 a:0x471c90 len:128 BUF: #regs:2 start blkno:0x10 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x8b7fdb0a type:INACTIVE #items:2 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x186 flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:68 mtime:48 ctime:48 flushiter:0 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 DATA FORK EXTENTS inode data: EFI: cnt:1 total:1 a:0x469a08 len:32 EFI: #regs:1 num_extents:1 id:0xffffffffc918b308 (s: 0x4b0, l: 15) ============================================================================ TRANS: tid:0x8b7fdb0b type:INACTIVE #items:5 trans:0x0 q:0x469730 EFD: cnt:1 total:1 a:0x469a08 len:32 EFD: #regs: 1 num_extents: 1 id: 0xffffffffc918b308 BUF: cnt:2 total:2 a:0x469bb8 len:24 a:0x469a88 len:128 BUF: #regs:2 start blkno:0x1 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x469b10 len:28 a:0x471c08 len:128 BUF: #regs:2 start blkno:0x10 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x4697c0 len:28 a:0x471c90 len:128 BUF: #regs:2 start blkno:0x18 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:3 total:3 a:0x469740 len:56 a:0x471d38 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x186 flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:68 mtime:48 ctime:48 flushiter:0 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 DATA FORK EXTENTS inode data: ============================================================================ TRANS: tid:0x8b7fdb0c type:INACTIVE #items:1 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x186 flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:68 mtime:48 ctime:48 flushiter:0 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 DATA FORK EXTENTS inode data: ============================================================================ TRANS: tid:0x952ffa63 type:STRAT_WRITE #items:4 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x1000083 flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:2 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012375 DATA FORK EXTENTS inode data: BUF: cnt:2 total:2 a:0x471c08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x780db9 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x471cf0 len:28 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x780dc8 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x469ad0 len:28 a:0x469b30 len:128 BUF: #regs:2 start blkno:0x780dc0 len:8 bmap size:2 flags:0x0 BUF DATA LOG REC AT LSN cycle 1 block 123 (0x1, 0x7b) ============================================================================ TRANS: tid:0x4e2cfa00 type:STRAT_WRITE #items:4 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x86 flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81b4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:1326908070 mtime:1326908070 ctime:48 flushiter:0 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2 DATA FORK EXTENTS inode data: BUF: cnt:2 total:2 a:0x469b10 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x1 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x469a28 len:28 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x18 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x471c08 len:28 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x10 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x8bb2c96d type:STRAT_WRITE #items:4 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x1000082 flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:4 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012376 DATA FORK EXTENTS inode data: BUF: cnt:2 total:2 a:0x469b30 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x780db9 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x471c48 len:28 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x780dc8 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x469a08 len:28 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x780dc0 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0xcaf7de60 type:FSYNC_TS #items:1 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x1000083 flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:2 size:0xee nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012375 DATA FORK EXTENTS inode data: ============================================================================ TRANS: tid:0x87e9b8d type:FSYNC_TS #items:1 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x86 flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81b4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:1326908070 mtime:1326908070 ctime:48 flushiter:0 size:0x64 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2 DATA FORK EXTENTS inode data: ============================================================================ TRANS: tid:0x6acf4cd6 type:FSYNC_TS #items:1 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x1000082 flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:48 mtime:48 ctime:48 flushiter:4 size:0x126 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012376 DATA FORK EXTENTS inode data: ============================================================================ TRANS: tid:0x8655f75c type:FSYNC_TS #items:1 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x186 flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:68 mtime:48 ctime:48 flushiter:0 size:0xa nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 DATA FORK EXTENTS inode data: LOG REC AT LSN cycle 1 block 130 (0x1, 0x82) ============================================================================ TRANS: tid:0x34116c16 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 132 (0x1, 0x84) ============================================================================ TRANS: tid:0x430ebda2 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 134 (0x1, 0x86) ============================================================================ TRANS: tid:0x7f25fd9a type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 136 (0x1, 0x88) ============================================================================ TRANS: tid:0x1ba14271 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 138 (0x1, 0x8a) ============================================================================ TRANS: tid:0xa3c9f621 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 140 (0x1, 0x8c) ============================================================================ TRANS: tid:0x7e412d72 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 142 (0x1, 0x8e) ============================================================================ TRANS: tid:0xa368d86f type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 144 (0x1, 0x90) ============================================================================ TRANS: tid:0xfeae58cb type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 146 (0x1, 0x92) ============================================================================ TRANS: tid:0x2c633b24 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 148 (0x1, 0x94) ============================================================================ TRANS: tid:0x374e62f2 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 150 (0x1, 0x96) ============================================================================ TRANS: tid:0xbb041c7b type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 152 (0x1, 0x98) ============================================================================ TRANS: tid:0x1a646b4d type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 154 (0x1, 0x9a) ============================================================================ TRANS: tid:0x945141ce type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 156 (0x1, 0x9c) ============================================================================ TRANS: tid:0x5f00ccd7 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 158 (0x1, 0x9e) ============================================================================ TRANS: tid:0x3b66c80e type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 160 (0x1, 0xa0) ============================================================================ TRANS: tid:0xcccd4bef type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 162 (0x1, 0xa2) ============================================================================ TRANS: tid:0x99c52293 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 164 (0x1, 0xa4) ============================================================================ TRANS: tid:0xd574eca9 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 166 (0x1, 0xa6) ============================================================================ TRANS: tid:0x102d2586 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 168 (0x1, 0xa8) ============================================================================ TRANS: tid:0xc52d6aac type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 170 (0x1, 0xaa) ============================================================================ TRANS: tid:0x1abc2f38 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 172 (0x1, 0xac) ============================================================================ TRANS: tid:0x5cb16334 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 174 (0x1, 0xae) ============================================================================ TRANS: tid:0xafc94e7f type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 176 (0x1, 0xb0) ============================================================================ TRANS: tid:0x9811dd0f type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 178 (0x1, 0xb2) ============================================================================ TRANS: tid:0xe131d50 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 180 (0x1, 0xb4) ============================================================================ TRANS: tid:0x74acbb8f type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 182 (0x1, 0xb6) ============================================================================ TRANS: tid:0xf6155583 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 184 (0x1, 0xb8) ============================================================================ TRANS: tid:0x50257d0c type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 186 (0x1, 0xba) ============================================================================ TRANS: tid:0xe14050e9 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 188 (0x1, 0xbc) ============================================================================ TRANS: tid:0xcb3a0e5e type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 190 (0x1, 0xbe) ============================================================================ TRANS: tid:0x9a1fbd61 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 192 (0x1, 0xc0) ============================================================================ TRANS: tid:0xe1f1f04c type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 194 (0x1, 0xc2) ============================================================================ TRANS: tid:0xb639a215 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 196 (0x1, 0xc4) ============================================================================ TRANS: tid:0x6c5d94c7 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 198 (0x1, 0xc6) ============================================================================ TRANS: tid:0xe829c0b7 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 200 (0x1, 0xc8) ============================================================================ TRANS: tid:0xb48c0840 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 202 (0x1, 0xca) ============================================================================ TRANS: tid:0xb08a4a56 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 204 (0x1, 0xcc) ============================================================================ TRANS: tid:0xaba6fe16 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 206 (0x1, 0xce) ============================================================================ TRANS: tid:0x7396232a type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 208 (0x1, 0xd0) ============================================================================ TRANS: tid:0x927744eb type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 210 (0x1, 0xd2) ============================================================================ TRANS: tid:0xffa132ed type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 212 (0x1, 0xd4) ============================================================================ TRANS: tid:0x228c64e type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 214 (0x1, 0xd6) ============================================================================ TRANS: tid:0x13dfaef2 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 216 (0x1, 0xd8) ============================================================================ TRANS: tid:0x2453501 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 218 (0x1, 0xda) ============================================================================ TRANS: tid:0x9b725357 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 220 (0x1, 0xdc) ============================================================================ TRANS: tid:0x5cdbc438 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 222 (0x1, 0xde) ============================================================================ TRANS: tid:0x848c68e4 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 224 (0x1, 0xe0) ============================================================================ TRANS: tid:0x2d62eea3 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 226 (0x1, 0xe2) ============================================================================ TRANS: tid:0x506be65b type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 228 (0x1, 0xe4) ============================================================================ TRANS: tid:0xb700108a type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 230 (0x1, 0xe6) ============================================================================ TRANS: tid:0x124f7ac3 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 232 (0x1, 0xe8) ============================================================================ TRANS: tid:0x6d441d9e type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 234 (0x1, 0xea) ============================================================================ TRANS: tid:0x92a0b90b type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 236 (0x1, 0xec) ============================================================================ TRANS: tid:0xb2175106 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 238 (0x1, 0xee) ============================================================================ TRANS: tid:0x65318703 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 240 (0x1, 0xf0) ============================================================================ TRANS: tid:0xba7727e6 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 242 (0x1, 0xf2) ============================================================================ TRANS: tid:0xfa5bada6 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 244 (0x1, 0xf4) ============================================================================ TRANS: tid:0xc7ba7f4 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 246 (0x1, 0xf6) ============================================================================ TRANS: tid:0x6d51a2f8 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 248 (0x1, 0xf8) ============================================================================ TRANS: tid:0xad2bea5f type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 250 (0x1, 0xfa) ============================================================================ TRANS: tid:0xe6be8588 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 252 (0x1, 0xfc) ============================================================================ TRANS: tid:0xc6629812 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 254 (0x1, 0xfe) ============================================================================ TRANS: tid:0x67da3590 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 256 (0x1, 0x100) ============================================================================ TRANS: tid:0xbf104a7f type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 258 (0x1, 0x102) ============================================================================ TRANS: tid:0x4a559eec type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 260 (0x1, 0x104) ============================================================================ TRANS: tid:0x38539f19 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 262 (0x1, 0x106) ============================================================================ TRANS: tid:0x761b9434 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 264 (0x1, 0x108) ============================================================================ TRANS: tid:0xd77d3ac2 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 266 (0x1, 0x10a) ============================================================================ TRANS: tid:0x41094dbb type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 268 (0x1, 0x10c) ============================================================================ TRANS: tid:0xa452e388 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 270 (0x1, 0x10e) ============================================================================ TRANS: tid:0xf314cb69 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 272 (0x1, 0x110) ============================================================================ TRANS: tid:0x977d85fa type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 274 (0x1, 0x112) ============================================================================ TRANS: tid:0x7986ded4 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 276 (0x1, 0x114) ============================================================================ TRANS: tid:0x2da46a53 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 278 (0x1, 0x116) ============================================================================ TRANS: tid:0xc8619520 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 280 (0x1, 0x118) ============================================================================ TRANS: tid:0x3f236cf8 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 282 (0x1, 0x11a) ============================================================================ TRANS: tid:0x688ab30d type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 284 (0x1, 0x11c) ============================================================================ TRANS: tid:0xb79d861a type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 286 (0x1, 0x11e) ============================================================================ TRANS: tid:0xe0936870 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 288 (0x1, 0x120) ============================================================================ TRANS: tid:0x7ac794b3 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 290 (0x1, 0x122) ============================================================================ TRANS: tid:0xbc716fe3 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 292 (0x1, 0x124) ============================================================================ TRANS: tid:0x87cb1c87 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 294 (0x1, 0x126) ============================================================================ TRANS: tid:0x1d643702 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 296 (0x1, 0x128) ============================================================================ TRANS: tid:0x147cdf98 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 298 (0x1, 0x12a) ============================================================================ TRANS: tid:0xbf18f2a2 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 300 (0x1, 0x12c) ============================================================================ TRANS: tid:0x433ffccd type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 302 (0x1, 0x12e) ============================================================================ TRANS: tid:0xe9efe890 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 304 (0x1, 0x130) ============================================================================ TRANS: tid:0x18f7e610 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 306 (0x1, 0x132) ============================================================================ TRANS: tid:0x3a9b2033 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 308 (0x1, 0x134) ============================================================================ TRANS: tid:0x7b790e78 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 310 (0x1, 0x136) ============================================================================ TRANS: tid:0xb01a4609 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 312 (0x1, 0x138) ============================================================================ TRANS: tid:0x537fbdf4 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 314 (0x1, 0x13a) ============================================================================ TRANS: tid:0xc06a63fd type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 316 (0x1, 0x13c) ============================================================================ TRANS: tid:0xaacec1e5 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 318 (0x1, 0x13e) ============================================================================ TRANS: tid:0x3d4e2fbb type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 320 (0x1, 0x140) ============================================================================ TRANS: tid:0x592181a7 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 322 (0x1, 0x142) ============================================================================ TRANS: tid:0xb742d572 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 324 (0x1, 0x144) ============================================================================ TRANS: tid:0xd4ad3db7 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 326 (0x1, 0x146) ============================================================================ TRANS: tid:0x4b7c01b type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469b50 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 328 (0x1, 0x148) ============================================================================ TRANS: tid:0xf7abe83f type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469a08 len:24 a:0x471c68 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 330 (0x1, 0x14a) ============================================================================ TRANS: tid:0xaca46efd type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469af0 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 332 (0x1, 0x14c) ============================================================================ TRANS: tid:0xff4b1063 type:RMDIR #items:3 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x469b50 len:8 INODE: #regs:3 ino:0x1ab flags:0x3 dsize:8 CORE inode: magic:IN mode:0x41c0 ver:2 format:1 onlink:0 uid:0 gid:0 nlink:2 projid:0 atime:1328120979 mtime:53 ctime:53 flushiter:0 size:0x6 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 DATA FORK LOCAL inode data: INO: cnt:2 total:2 a:0x469b60 len:56 a:0x471c68 len:96 INODE: #regs:2 ino:0x1000317 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x41c0 ver:2 format:1 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:1328120979 mtime:1328120979 ctime:53 flushiter:0 size:0x6 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:159532837 BUF: cnt:2 total:2 a:0x469a28 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x780dba len:1 bmap size:1 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0xe628da4 type:INACTIVE #items:3 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469b60 len:56 a:0x469780 len:96 INODE: #regs:2 ino:0x1000317 flags:0x1 dsize:0 CORE inode: magic:IN mode:0x0 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:1328120979 mtime:1328120979 ctime:53 flushiter:0 size:0x6 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:159532838 BUF: cnt:2 total:2 a:0x469a28 len:24 a:0x471c68 len:256 BUF: #regs:2 start blkno:0x780dba len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x471c08 len:28 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x781048 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x92d0d161 type:RMDIR #items:3 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469760 len:56 a:0x469a28 len:96 a:0x469a90 len:8 INODE: #regs:3 ino:0x200a0af flags:0x3 dsize:8 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:0 gid:0 nlink:2 projid:0 atime:68 mtime:53 ctime:53 flushiter:2 size:0x6 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 DATA FORK LOCAL inode data: INO: cnt:3 total:3 a:0x469aa0 len:56 a:0x469b10 len:96 a:0x469ae0 len:8 INODE: #regs:3 ino:0x1ab flags:0x3 dsize:8 CORE inode: magic:IN mode:0x41c0 ver:2 format:1 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:1328120979 mtime:53 ctime:53 flushiter:0 size:0x6 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 DATA FORK LOCAL inode data: BUF: cnt:2 total:2 a:0x471c08 len:24 a:0x469b78 len:128 BUF: #regs:2 start blkno:0x2 len:1 bmap size:1 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0xb6da475e type:INACTIVE #items:3 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469aa0 len:56 a:0x469a28 len:96 INODE: #regs:2 ino:0x1ab flags:0x1 dsize:8 CORE inode: magic:IN mode:0x0 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:0 projid:0 atime:1328120979 mtime:53 ctime:53 flushiter:0 size:0x6 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722129 BUF: cnt:2 total:2 a:0x471c08 len:24 a:0x471c48 len:256 BUF: #regs:2 start blkno:0x2 len:1 bmap size:1 flags:0x0 AGI Buffer: (XAGI) BUF: cnt:2 total:2 a:0x469760 len:28 a:0x469b10 len:128 BUF: #regs:2 start blkno:0x8 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x995cbe31 type:SETATTR_SIZE #items:2 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x4697c0 len:56 a:0x469a08 len:96 INODE: #regs:2 ino:0x18b flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:75 mtime:75 ctime:75 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 EFI: cnt:1 total:1 a:0x469a70 len:32 EFI: #regs:1 num_extents:1 id:0xffffffffccf66e08 (s: 0x52, l: 1) ============================================================================ TRANS: tid:0x995cbe32 type:SETATTR_SIZE #items:5 trans:0x0 q:0x469730 EFD: cnt:1 total:1 a:0x469a70 len:32 EFD: #regs: 1 num_extents: 1 id: 0xffffffffccf66e08 BUF: cnt:2 total:2 a:0x469780 len:24 a:0x469ad0 len:128 BUF: #regs:2 start blkno:0x1 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x471c28 len:28 a:0x469b78 len:128 BUF: #regs:2 start blkno:0x10 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x469a08 len:28 a:0x471c48 len:128 BUF: #regs:2 start blkno:0x18 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:2 total:2 a:0x4697c0 len:56 a:0x471d10 len:96 INODE: #regs:2 ino:0x18b flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:75 mtime:75 ctime:75 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 ============================================================================ TRANS: tid:0x995cbe33 type:SETATTR_SIZE #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469780 len:96 INODE: #regs:2 ino:0x18b flags:0x1 dsize:0 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:75 mtime:56 ctime:56 flushiter:0 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 ============================================================================ TRANS: tid:0xb82a804e type:STRAT_WRITE #items:4 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x471c08 len:96 a:0x471c70 len:16 INODE: #regs:3 ino:0x18b flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:75 mtime:56 ctime:56 flushiter:0 size:0x0 nblks:0x10 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 DATA FORK EXTENTS inode data: BUF: cnt:2 total:2 a:0x471cf0 len:24 a:0x469a08 len:128 BUF: #regs:2 start blkno:0x1 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x469a90 len:28 a:0x469af0 len:128 BUF: #regs:2 start blkno:0x18 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x469b78 len:28 a:0x471d10 len:128 BUF: #regs:2 start blkno:0x10 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x24d30b0f type:INACTIVE #items:2 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x18b flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:75 mtime:56 ctime:56 flushiter:0 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 DATA FORK EXTENTS inode data: EFI: cnt:1 total:1 a:0x469a08 len:32 EFI: #regs:1 num_extents:1 id:0xffffffffccf66ca8 (s: 0x4b1, l: 15) ============================================================================ TRANS: tid:0x24d30b10 type:INACTIVE #items:5 trans:0x0 q:0x469730 EFD: cnt:1 total:1 a:0x469a08 len:32 EFD: #regs: 1 num_extents: 1 id: 0xffffffffccf66ca8 BUF: cnt:2 total:2 a:0x469b98 len:24 a:0x469a68 len:128 BUF: #regs:2 start blkno:0x1 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x469af0 len:28 a:0x471c08 len:128 BUF: #regs:2 start blkno:0x10 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x4697c0 len:28 a:0x471c90 len:128 BUF: #regs:2 start blkno:0x18 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:3 total:3 a:0x469740 len:56 a:0x471d38 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x18b flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:75 mtime:56 ctime:56 flushiter:0 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 DATA FORK EXTENTS inode data: ============================================================================ TRANS: tid:0x24d30b11 type:INACTIVE #items:1 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x18b flags:0x5 dsize:16 CORE inode: magic:IN mode:0x81a4 ver:2 format:2 onlink:0 uid:0 gid:0 nlink:1 projid:0 atime:75 mtime:56 ctime:56 flushiter:0 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:2017722128 DATA FORK EXTENTS inode data: ============================================================================ TRANS: tid:0xffe46f08 type:SETATTR #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x471c08 len:96 INODE: #regs:2 ino:0x10000bb flags:0x1 dsize:0 CORE inode: magic:IN mode:0x41ed ver:2 format:1 onlink:0 uid:1000 gid:1000 nlink:2 projid:0 atime:96 mtime:106 ctime:77 flushiter:1 size:0x1e nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 ============================================================================ TRANS: tid:0x7b70995b type:SETATTR #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x471c08 len:96 INODE: #regs:2 ino:0x10000bc flags:0x1 dsize:0 CORE inode: magic:IN mode:0x8180 ver:2 format:2 onlink:0 uid:1000 gid:1000 nlink:1 projid:0 atime:106 mtime:106 ctime:77 flushiter:1 size:0xd nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 LOG REC AT LSN cycle 1 block 346 (0x1, 0x15a) ============================================================================ TRANS: tid:0x3065f91b type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469780 len:24 a:0x471c08 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: ============================================================================ TRANS: tid:0x80ab9f7d type:SETATTR_SIZE #items:2 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x471c08 len:96 INODE: #regs:2 ino:0x10000bc flags:0x1 dsize:0 CORE inode: magic:IN mode:0x8180 ver:2 format:2 onlink:0 uid:1000 gid:1000 nlink:1 projid:0 atime:106 mtime:106 ctime:77 flushiter:1 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 EFI: cnt:1 total:1 a:0x469bd8 len:32 EFI: #regs:1 num_extents:1 id:0xffffffffc91b6e08 (s: 0x10002e, l: 1) ============================================================================ TRANS: tid:0x80ab9f7e type:SETATTR_SIZE #items:5 trans:0x0 q:0x469730 EFD: cnt:1 total:1 a:0x469bd8 len:32 EFD: #regs: 1 num_extents: 1 id: 0xffffffffc91b6e08 BUF: cnt:2 total:2 a:0x471d18 len:24 a:0x471c80 len:128 BUF: #regs:2 start blkno:0x780db9 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x471c28 len:28 a:0x469a28 len:128 BUF: #regs:2 start blkno:0x780dc0 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x469ab0 len:28 a:0x469b10 len:128 BUF: #regs:2 start blkno:0x780dc8 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:2 total:2 a:0x469740 len:56 a:0x471d38 len:96 INODE: #regs:2 ino:0x10000bc flags:0x1 dsize:0 CORE inode: magic:IN mode:0x8180 ver:2 format:2 onlink:0 uid:1000 gid:1000 nlink:1 projid:0 atime:106 mtime:106 ctime:77 flushiter:1 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 ============================================================================ TRANS: tid:0x80ab9f7f type:SETATTR_SIZE #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x469740 len:56 a:0x469780 len:96 INODE: #regs:2 ino:0x10000bc flags:0x1 dsize:0 CORE inode: magic:IN mode:0x8180 ver:2 format:2 onlink:0 uid:1000 gid:1000 nlink:1 projid:0 atime:106 mtime:87 ctime:87 flushiter:1 size:0x0 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 ============================================================================ TRANS: tid:0xddb59e52 type:STRAT_WRITE #items:4 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469740 len:56 a:0x469780 len:96 a:0x4697e8 len:16 INODE: #regs:3 ino:0x10000bc flags:0x5 dsize:16 CORE inode: magic:IN mode:0x8180 ver:2 format:2 onlink:0 uid:1000 gid:1000 nlink:1 projid:0 atime:106 mtime:87 ctime:87 flushiter:1 size:0x0 nblks:0x10 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 DATA FORK EXTENTS inode data: BUF: cnt:2 total:2 a:0x469bb8 len:24 a:0x469a48 len:128 BUF: #regs:2 start blkno:0x780db9 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x469ad0 len:28 a:0x471c08 len:128 BUF: #regs:2 start blkno:0x780dc8 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x469b30 len:28 a:0x471c90 len:128 BUF: #regs:2 start blkno:0x780dc0 len:8 bmap size:2 flags:0x0 BUF DATA ============================================================================ TRANS: tid:0x823f33a8 type:INACTIVE #items:2 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x469b98 len:56 a:0x469740 len:96 a:0x4697a8 len:16 INODE: #regs:3 ino:0x10000bc flags:0x5 dsize:16 CORE inode: magic:IN mode:0x8180 ver:2 format:2 onlink:0 uid:1000 gid:1000 nlink:1 projid:0 atime:106 mtime:87 ctime:87 flushiter:1 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 DATA FORK EXTENTS inode data: EFI: cnt:1 total:1 a:0x469bd8 len:32 EFI: #regs:1 num_extents:1 id:0xffffffffc91b6ca8 (s: 0x1000fc, l: 15) ============================================================================ TRANS: tid:0x823f33a9 type:INACTIVE #items:5 trans:0x0 q:0x469730 EFD: cnt:1 total:1 a:0x469bd8 len:32 EFD: #regs: 1 num_extents: 1 id: 0xffffffffc91b6ca8 BUF: cnt:2 total:2 a:0x469b50 len:24 a:0x469a30 len:128 BUF: #regs:2 start blkno:0x780db9 len:1 bmap size:1 flags:0x0 AGF Buffer: (XAGF) BUF: cnt:2 total:2 a:0x469ab8 len:28 a:0x471c08 len:128 BUF: #regs:2 start blkno:0x780dc0 len:8 bmap size:2 flags:0x0 BUF DATA BUF: cnt:2 total:2 a:0x469780 len:28 a:0x471cb0 len:128 BUF: #regs:2 start blkno:0x780dc8 len:8 bmap size:2 flags:0x0 BUF DATA INO: cnt:3 total:3 a:0x469b98 len:56 a:0x471d58 len:96 a:0x4697a8 len:16 INODE: #regs:3 ino:0x10000bc flags:0x5 dsize:16 CORE inode: magic:IN mode:0x8180 ver:2 format:2 onlink:0 uid:1000 gid:1000 nlink:1 projid:0 atime:106 mtime:87 ctime:87 flushiter:1 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 DATA FORK EXTENTS inode data: ============================================================================ TRANS: tid:0x823f33aa type:INACTIVE #items:1 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x4697c0 len:56 a:0x469740 len:96 a:0x4697a8 len:16 INODE: #regs:3 ino:0x10000bc flags:0x5 dsize:16 CORE inode: magic:IN mode:0x8180 ver:2 format:2 onlink:0 uid:1000 gid:1000 nlink:1 projid:0 atime:106 mtime:87 ctime:87 flushiter:1 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 DATA FORK EXTENTS inode data: ============================================================================ TRANS: tid:0x1f830faa type:SETATTR #items:1 trans:0x0 q:0x469730 INO: cnt:3 total:3 a:0x4697c0 len:56 a:0x469b98 len:96 a:0x4697a8 len:16 INODE: #regs:3 ino:0x10000bc flags:0x5 dsize:16 CORE inode: magic:IN mode:0x8180 ver:2 format:2 onlink:0 uid:1000 gid:1000 nlink:1 projid:0 atime:106 mtime:87 ctime:87 flushiter:1 size:0x0 nblks:0x1 exsize:0 nextents:1 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:1420012373 DATA FORK EXTENTS inode data: ============================================================================ TRANS: tid:0x181d9410 type:SETATTR #items:1 trans:0x0 q:0x469730 INO: cnt:2 total:2 a:0x4697c0 len:56 a:0x469b98 len:96 INODE: #regs:2 ino:0x200a0ad flags:0x1 dsize:0 CORE inode: magic:IN mode:0x43ff ver:2 format:1 onlink:0 uid:0 gid:0 nlink:2 projid:0 atime:68 mtime:68 ctime:88 flushiter:1 size:0x6 nblks:0x0 exsize:0 nextents:0 anextents:0 forkoff:0 dmevmask:0x0 dmstate:0 flags:0x0 gen:-923984224 LOG REC AT LSN cycle 1 block 356 (0x1, 0x164) ============================================================================ TRANS: tid:0x2d2d360f type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469740 len:24 a:0x471c08 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer: LOG REC AT LSN cycle 1 block 358 (0x1, 0x166) ============================================================================ TRANS: tid:0xb4168651 type:DUMMY1 #items:1 trans:0x0 q:0x469730 BUF: cnt:2 total:2 a:0x469760 len:24 a:0x471c08 len:128 BUF: #regs:2 start blkno:0x0 len:1 bmap size:1 flags:0x0 SUPER Block Buffer:
_______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs