Date: Thu, 24 Jul 2014 20:28:11 +0200 From: Harald Schmalzbauer <h.schmalzbauer@omnilan.de> To: Konstantin Belousov <kostikbel@gmail.com> Cc: FreeBSD Stable <freebsd-stable@freebsd.org> Subject: Re: panic/lock on 9.3-RELEASE with nullfs/nfs/zfs combination Message-ID: <53D1503B.2030200@omnilan.de> In-Reply-To: <20140724165917.GT93733@kib.kiev.ua> References: <53D12973.3010805@omnilan.de> <20140724165917.GT93733@kib.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig3847833F22ECB7596420720E Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Bez=C3=BCglich Konstantin Belousov's Nachricht vom 24.07.2014 18:59 (localtime): > =E2=80=A6 > The lockmgr flags are LK_SHARE | LK_RETRY, and error 11 =3D=3D EDEADLK > indicates that the lock is already taken by the curthread in the > exclusive mode. I am interested in what line of code did the locking. > > Add ddb, INVARIANTS, WITNESS and DEBUG_VFS_LOCKS options to the kernel > config, reproduce the issue and, after the panic occured and you > get at the ddb prompt, issue command 'show alllocks'. > > Also, do 'show mount', after which do 'show mount <addr>', where <addr>= > is the address of your nullfs mount point, printed by 'show mount'. > > I need all console output starting from the panic message. FreeBSD/amd64 (mira.inop.mo1.omnilan.net) (ttyu0) login: panic: LK_RETRY set with incompatible flags (0x200400) or an error occured (11) cpuid =3D 1 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a/frame 0xffffff82e565fc70 kdb_backtrace() at kdb_backtrace+0x37/frame 0xffffff82e565fd30 panic() at panic+0x1cd/frame 0xffffff82e565fe30 _vn_lock() at _vn_lock+0x77/frame 0xffffff82e565fe90 zfs_lookup() at zfs_lookup+0x420/frame 0xffffff82e565ff20 zfs_freebsd_lookup() at zfs_freebsd_lookup+0xa6/frame 0xffffff82e5660070 VOP_CACHEDLOOKUP_APV() at VOP_CACHEDLOOKUP_APV+0x102/frame 0xffffff82e56600a0 vfs_cache_lookup() at vfs_cache_lookup+0xff/frame 0xffffff82e5660110 VOP_LOOKUP_APV() at VOP_LOOKUP_APV+0x102/frame 0xffffff82e5660140 null_lookup() at null_lookup+0x92/frame 0xffffff82e56601c0 VOP_LOOKUP_APV() at VOP_LOOKUP_APV+0x102/frame 0xffffff82e56601f0 lookup() at lookup+0x32f/frame 0xffffff82e5660290 namei() at namei+0x3df/frame 0xffffff82e5660340 vn_open_cred() at vn_open_cred+0x1e2/frame 0xffffff82e56604b0 vop_stdvptocnp() at vop_stdvptocnp+0x1af/frame 0xffffff82e56607e0 null_vptocnp() at null_vptocnp+0xf5/frame 0xffffff82e5660850 VOP_VPTOCNP_APV() at VOP_VPTOCNP_APV+0x105/frame 0xffffff82e5660880 vn_vptocnp_locked() at vn_vptocnp_locked+0x15b/frame 0xffffff82e5660910 vn_fullpath1() at vn_fullpath1+0x100/frame 0xffffff82e5660970 kern___getcwd() at kern___getcwd+0xd4/frame 0xffffff82e56609d0 amd64_syscall() at amd64_syscall+0x318/frame 0xffffff82e5660af0 Xfast_syscall() at Xfast_syscall+0xf7/frame 0xffffff82e5660af0 --- syscall (326, FreeBSD ELF64, sys___getcwd), rip =3D 0x8011a191c, rsp = =3D 0x7fffffffe658, rbp =3D 0x801873400 --- KDB: enter: panic [ thread pid 1918 tid 100919 ] Stopped at kdb_enter+0x3b: movq $0,0x645622(%rip) db> show alllocks db> <=E2=80=93nothing db> show mount 0xfffffe0007ab29a8 /dev/gpt/miraROOT on / (ufs) 0xfffffe0007ab3000 devfs on /dev (devfs) 0xfffffe0007bf3670 /dev/gpt/miraSAFE on /.safe (ufs) 0xfffffe0007bf3338 /dev/gpt/miraVAR on /var (ufs) 0xfffffe0007bf3000 /dev/gpt/miraLOCAL on /usr/local (ufs) 0xfffffe0007ab39a8 /dev/gpt/miraTMP on /tmp (ufs) 0xfffffe0007ab3670 /dev/gpt/miraDATA on /data (ufs) 0xfffffe0007ab3338 <above>:/.safe/etc on /etc (unionfs) 0xfffffe0007c1a338 <above>:/.safe/home on /usr/home (unionfs) 0xfffffe0007ab2670 <above>:/.safe/root on /root (unionfs) 0xfffffe002db6d338 miraP0.2xSATA10k-1 on /zfs/P0.2xSATA10k-1 (zfs) 0xfffffe002db6d000 miraP1.3xSATA5k9-z1 on /zfs/P1.3xSATA5k9-z1 (zfs) 0xfffffe002db6c9a8 miraP1.3xSATA5k9-z1/.backups on /zfs/P1.3xSATA5k9-z1/.backups (zfs) 0xfffffe002db6c670 miraP1.3xSATA5k9-z1/netshares on /zfs/P1.3xSATA5k9-z1/extrashares (zfs) 0xfffffe002db6c338 miraP1.3xSATA5k9-z1/netshares/OmniTOOLS4win on /zfs/P1.3xSATA5k9-z1/extrashares/OmniTOOLS4win (zfs) 0xfffffe002db6c000 miraP1.3xSATA5k9-z1/netshares/egroupware on /zfs/P1.3xSATA5k9-z1/extrashares/egroupware (zfs) 0xfffffe0007c1a9a8 miraP1.3xSATA5k9-z1/netshares/tftproot on /zfs/P1.3xSATA5k9-z1/extrashares/tftproot (zfs) 0xfffffe0007c1a670 miraP0.2xSATA10k-1/netshares on /zfs/netshares (zfs) 0xfffffe0007ab2338 miraP1.3xSATA5k9-z1/netshares/Literatur on /zfs/netshares/Literatur (zfs) 0xfffffe0007ab2000 miraP0.2xSATA10k-1/netshares/OmniLAN on /zfs/netshares/OmniLAN (zfs) 0xfffffe002dbc3670 miraP1.3xSATA5k9-z1/netshares/deployment on /zfs/netshares/deployment (zfs) 0xfffffe002dbc3338 miraP1.3xSATA5k9-z1/netshares/deployment/Kundenablage on /zfs/netshares/deployment/Kundenablage (zfs) 0xfffffe002dbc3000 miraP1.3xSATA5k9-z1/netshares/deployment/Kundenablage-ncmp on /zfs/netshares/deployment/Kundenablage/ncmp (zfs) 0xfffffe002dbc29a8 miraP1.3xSATA5k9-z1/netshares/deployment/SW-Archive on /zfs/netshares/deployment/SW-Archive (zfs) 0xfffffe002dbc2670 miraP1.3xSATA5k9-z1/netshares/deployment/pub on /zfs/netshares/deployment/pub (zfs) 0xfffffe002dbc2338 miraP1.3xSATA5k9-z1/netshares/deployment/FreeBSD-pub on /zfs/netshares/deployment/pub/FreeBSD (zfs) 0xfffffe002dbc2000 miraP1.3xSATA5k9-z1/netshares/deployment/FreeBSD-OmniLAN on /zfs/netshares/deployment/pub/FreeBSD/OmniLAN (zfs) 0xfffffe002db6d9a8 miraP1.3xSATA5k9-z1/netshares/deployment/FreeBSD-portstree on /zfs/netshares/deployment/pub/FreeBSD/OmniLAN/ports/ports (zfs) 0xfffffe002db6d670 miraP0.2xSATA10k-1/netshares/home on /zfs/netshares/home (zfs) 0xfffffe002dc36000 miraP0.2xSATA10k-1/netshares/home/dh7r on /zfs/netshares/home/dh7r (zfs) 0xfffffe0007c1a000 miraP0.2xSATA10k-1/netshares/home/hs10r on /zfs/netshares/home/hs10r (zfs) 0xfffffe002dc429a8 miraP1.3xSATA5k9-z1/netshares/multimedia on /zfs/netshares/multimedia (zfs) 0xfffffe002dc359a8 miraP1.3xSATA5k9-z1/netshares/multimedia/Audio on /zfs/netshares/multimedia/Audio (zfs) 0xfffffe0007c199a8 miraP1.3xSATA5k9-z1/netshares/multimedia/Fotos on /zfs/netshares/multimedia/Fotos (zfs) 0xfffffe0007c19670 miraP1.3xSATA5k9-z1/netshares/multimedia/Spiele on /zfs/netshares/multimedia/Spiele (zfs) 0xfffffe002dc35670 miraP1.3xSATA5k9-z1/netshares/multimedia/Video on /zfs/netshares/multimedia/Video (zfs) 0xfffffe002dc35338 miraP1.3xSATA5k9-z1/netshares/tmp on /zfs/netshares/tmp (zfs) 0xfffffe002dc35000 /dev/gpt/JAILbaosROOT on /.JAILbaos (ufs) 0xfffffe002dc349a8 /dev/gpt/JAILfbsmROOT on /.JAILfbsm (ufs) 0xfffffe002dc34670 /dev/gpt/JAILbaosVAR on /.JAILbaos/var (ufs) 0xfffffe002dc34338 /dev/gpt/JAILfbsmVAR on /.JAILfbsm/var (ufs) 0xfffffe002dc42670 miraP0.2xSATA10k-1/JAILfbsmDATA on /.JAILfbsm/data (zf= s) 0xfffffe002dc34000 /zfs/netshares/deployment/pub/FreeBSD/OmniLAN/ports/ports on /.JAILfbsm/usr/ports (nullfs) 0xfffffe002dbc39a8 /zfs/netshares/deployment/pub/FreeBSD/OmniLAN/ports/distfiles on /.JAILfbsm/usr/ports/distfiles (nullfs) 0xfffffe002dc42338 devfs on /.JAILfbsm/dev (devfs) More info: show mount <addr> db> show mount 0xfffffe002dc34000 <=E2=80=93 /.JAILfbsm/usr/ports, 3rd la= st 0xfffffe002dc34000 /zfs/netshares/deployment/pub/FreeBSD/OmniLAN/ports/ports on /.JAILfbsm/usr/ports (nullfs) mnt_flag =3D LOCAL mnt_kern_flag =3D EXTENDED_SHARED, SHARED_WRITES, LOOKUP_EXCL_DOTDOT, MPSAFE, LOOKUP_SHARED mnt_opt =3D rw, fstype, fspath, target, errmsg mnt_stat =3D { version=3D537068824 type=3D222 flags=3D0x000000001000111c bsize=3D512 iosize=3D131072 blocks=3D6314393894 bfree=3D6310195364 bavail=3D6310195364 files=3D6310490744 ffree=3D6310195364 syncwrites=3D0 asyncwrites=3D0 syncreads=3D0 asyncreads=3D0 namemax=3D255 owner=3D0 fsid=3D[687931140, 41] } mnt_cred =3D { uid=3D0 ruid=3D0 } mnt_ref =3D 122 mnt_gen =3D 1 mnt_nvnodelistsize =3D 122 mnt_activevnodelistsize =3D 5 mnt_writeopcount =3D 0 mnt_maxsymlinklen =3D 0 mnt_iosize_max =3D 65536 mnt_hashseed =3D 1849308420 mnt_secondary_writes =3D 0 mnt_secondary_accwrites =3D 0 mnt_gjprovider =3D NULL List of active vnodes vnode vnode 0xfffffe01611063f0: 0xfffffe01611063f0: tag null, type VDIR tag null, type VDIR usecount 2, writecount 0, refcount 2 mountedhere 0 usecount 2, writecount 0, refcount 2 mountedhere 0 flags (VI_ACTIVE) v_object 0xfffffe0007b011d0 ref 0 pages 0 cleanbuf 0 dirtybuf 0 lock type zfs: EXCL by thread 0xfffffe00ba802920 (pid 1918) lock type zfs: EXCL by thread 0xfffffe00ba802920 (pid 1918) vp=3D0xfffffe01611063f0, lowervp=3D0xfffffe002dc119d8 vp=3D0xfffffe01611063f0, lowervp=3D0xfffffe002dc119d8 vnode vnode 0xfffffe01611535e8: 0xfffffe01611535e8: tag null, type VDIR tag null, type VDIR usecount 3, writecount 0, refcount 3 mountedhere 0 usecount 3, writecount 0, refcount 3 mountedhere 0 flags (VI_ACTIVE) flags (VI_ACTIVE) v_object 0xfffffe01610c0740 ref 0 pages 0 cleanbuf 0 dirtybuf 0 v_object 0xfffffe01610c0740 ref 0 pages 0 cleanbuf 0 dirtybuf 0 lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611535e8, lowervp=3D0xfffffe01611a2bd0 vp=3D0xfffffe01611535e8, lowervp=3D0xfffffe01611a2bd0 vnode vnode 0xfffffe00babae9d8: 0xfffffe00babae9d8: tag null, type VDIR tag null, type VDIR usecount 1, writecount 0, refcount 1 mountedhere 0xfffffe002dbc39a8 usecount 1, writecount 0, refcount 1 mountedhere 0xfffffe002dbc39a8 flags (VI_ACTIVE) flags (VI_ACTIVE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe00babae9d8, lowervp=3D0xfffffe00ba9051f8 vp=3D0xfffffe00babae9d8, lowervp=3D0xfffffe00ba9051f8 vnode vnode 0xfffffe00babae7e0: 0xfffffe00babae7e0: tag syncer, type VNON= tag syncer, type VNON usecount 1, writecount 0, refcount 1 mountedhere 0 usecount 1, writecount 0, refcount 1 mountedhere 0 flags (VI_ACTIVE) flags (VI_ACTIVE) lock type syncer: UNLOCKED lock type syncer: UNLOCKED vnode vnode 0xfffffe00bac2cdc8: 0xfffffe00bac2cdc8: tag null, type VDIR tag null, type VDIR usecount 1, writecount 0, refcount 1 mountedhere 0 usecount 1, writecount 0, refcount 1 mountedhere 0 flags (VV_ROOT|VI_ACTIVE) flags (VV_ROOT|VI_ACTIVE) v_object 0xfffffe0007b011d0 ref 0 pages 0 cleanbuf 0 dirtybuf 0 v_object 0xfffffe0007b011d0 ref 0 pages 0 cleanbuf 0 dirtybuf 0 lock type zfs: EXCL by thread 0xfffffe00ba802920 (pid 1918) lock type zfs: EXCL by thread 0xfffffe00ba802920 (pid 1918) vp=3D0xfffffe00bac2cdc8, lowervp=3D0xfffffe002dc119d8 vp=3D0xfffffe00bac2cdc8, lowervp=3D0xfffffe002dc119d8 List of inactive vnodes vnode vnode 0xfffffe01610689d8: 0xfffffe01610689d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610689d8, lowervp=3D0xfffffe0161068bd0 vp=3D0xfffffe01610689d8, lowervp=3D0xfffffe0161068bd0 vnode vnode 0xfffffe01610685e8: 0xfffffe01610685e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610685e8, lowervp=3D0xfffffe01610687e0 vp=3D0xfffffe01610685e8, lowervp=3D0xfffffe01610687e0 vnode vnode 0xfffffe01610681f8: 0xfffffe01610681f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610681f8, lowervp=3D0xfffffe01610683f0 vp=3D0xfffffe01610681f8, lowervp=3D0xfffffe01610683f0 vnode vnode 0xfffffe01610a7dc8: 0xfffffe01610a7dc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610a7dc8, lowervp=3D0xfffffe0161068000 vp=3D0xfffffe01610a7dc8, lowervp=3D0xfffffe0161068000 vnode vnode 0xfffffe01610a79d8: 0xfffffe01610a79d8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610a79d8, lowervp=3D0xfffffe01610a7bd0 vp=3D0xfffffe01610a79d8, lowervp=3D0xfffffe01610a7bd0 vnode vnode 0xfffffe01610a75e8: 0xfffffe01610a75e8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610a75e8, lowervp=3D0xfffffe01610a77e0 vp=3D0xfffffe01610a75e8, lowervp=3D0xfffffe01610a77e0 vnode vnode 0xfffffe01610a71f8: 0xfffffe01610a71f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610a71f8, lowervp=3D0xfffffe01610a73f0 vp=3D0xfffffe01610a71f8, lowervp=3D0xfffffe01610a73f0 vnode vnode 0xfffffe0161061dc8: 0xfffffe0161061dc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) vp=3D0xfffffe0161061dc8, lowervp=3D0xfffffe01610a7000 vnode vnode 0xfffffe01610619d8: 0xfffffe01610619d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610619d8, lowervp=3D0xfffffe0161061bd0 vp=3D0xfffffe01610619d8, lowervp=3D0xfffffe0161061bd0 vnode vnode 0xfffffe01610615e8: 0xfffffe01610615e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610615e8, lowervp=3D0xfffffe01610617e0 vp=3D0xfffffe01610615e8, lowervp=3D0xfffffe01610617e0 vnode vnode 0xfffffe01610611f8: 0xfffffe01610611f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610611f8, lowervp=3D0xfffffe01610613f0 vp=3D0xfffffe01610611f8, lowervp=3D0xfffffe01610613f0 vnode vnode 0xfffffe01610931f8: 0xfffffe01610931f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610931f8, lowervp=3D0xfffffe0161093000 vp=3D0xfffffe01610931f8, lowervp=3D0xfffffe0161093000 vnode vnode 0xfffffe0161011dc8: 0xfffffe0161011dc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe0161011dc8, lowervp=3D0xfffffe01610933f0 vp=3D0xfffffe0161011dc8, lowervp=3D0xfffffe01610933f0 vnode vnode 0xfffffe00babaebd0: 0xfffffe00babaebd0: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe00babaebd0, lowervp=3D0xfffffe00ba9043f0 vp=3D0xfffffe00babaebd0, lowervp=3D0xfffffe00ba9043f0 vnode vnode 0xfffffe00bac2d9d8: 0xfffffe00bac2d9d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe00bac2d9d8, lowervp=3D0xfffffe00ba934bd0 vp=3D0xfffffe00bac2d9d8, lowervp=3D0xfffffe00ba934bd0 vnode vnode 0xfffffe00baf989d8: 0xfffffe00baf989d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe00baf989d8, lowervp=3D0xfffffe005ffc93f0 vp=3D0xfffffe00baf989d8, lowervp=3D0xfffffe005ffc93f0 vnode vnode 0xfffffe00baf985e8: 0xfffffe00baf985e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe00baf985e8, lowervp=3D0xfffffe00baf987e0 vp=3D0xfffffe00baf985e8, lowervp=3D0xfffffe00baf987e0 vnode vnode 0xfffffe005ffc91f8: 0xfffffe005ffc91f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe005ffc91f8, lowervp=3D0xfffffe00baf983f0 vp=3D0xfffffe005ffc91f8, lowervp=3D0xfffffe00baf983f0 vnode vnode 0xfffffe01610935e8: 0xfffffe01610935e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610935e8, lowervp=3D0xfffffe00baf9a000 vp=3D0xfffffe01610935e8, lowervp=3D0xfffffe00baf9a000 vnode vnode 0xfffffe00ba9141f8: 0xfffffe00ba9141f8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe00ba9141f8, lowervp=3D0xfffffe01610937e0 vp=3D0xfffffe00ba9141f8, lowervp=3D0xfffffe01610937e0 vnode vnode 0xfffffe016110d9d8: 0xfffffe016110d9d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 vp=3D0xfffffe016110d9d8, lowervp=3D0xfffffe016110dbd0 vnode vnode 0xfffffe016110d5e8: 0xfffffe016110d5e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016110d5e8, lowervp=3D0xfffffe016110d7e0 vp=3D0xfffffe016110d5e8, lowervp=3D0xfffffe016110d7e0 vnode vnode 0xfffffe016110d1f8: 0xfffffe016110d1f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016110d1f8, lowervp=3D0xfffffe016110d3f0 vp=3D0xfffffe016110d1f8, lowervp=3D0xfffffe016110d3f0 vnode vnode 0xfffffe016110cdc8: 0xfffffe016110cdc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016110cdc8, lowervp=3D0xfffffe016110d000 vp=3D0xfffffe016110cdc8, lowervp=3D0xfffffe016110d000 vnode vnode 0xfffffe016110c9d8: 0xfffffe016110c9d8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016110c9d8, lowervp=3D0xfffffe016110cbd0 vp=3D0xfffffe016110c9d8, lowervp=3D0xfffffe016110cbd0 vnode vnode 0xfffffe016110c5e8: 0xfffffe016110c5e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016110c5e8, lowervp=3D0xfffffe016110c7e0 vp=3D0xfffffe016110c5e8, lowervp=3D0xfffffe016110c7e0 vnode vnode 0xfffffe016110c1f8: 0xfffffe016110c1f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016110c1f8, lowervp=3D0xfffffe016110c3f0 vp=3D0xfffffe016110c1f8, lowervp=3D0xfffffe016110c3f0 vnode vnode 0xfffffe016110adc8: 0xfffffe016110adc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016110adc8, lowervp=3D0xfffffe016110c000 vp=3D0xfffffe016110adc8, lowervp=3D0xfffffe016110c000 vnode vnode 0xfffffe016100e9d8: 0xfffffe016100e9d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016100e9d8, lowervp=3D0xfffffe016100ebd0 vp=3D0xfffffe016100e9d8, lowervp=3D0xfffffe016100ebd0 vnode vnode 0xfffffe01610111f8: 0xfffffe01610111f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610111f8, lowervp=3D0xfffffe01610113f0 vp=3D0xfffffe01610111f8, lowervp=3D0xfffffe01610113f0 vnode vnode 0xfffffe016100cdc8: 0xfffffe016100cdc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016100cdc8, lowervp=3D0xfffffe0161011000 vp=3D0xfffffe016100cdc8, lowervp=3D0xfffffe0161011000 vnode vnode 0xfffffe016100c9d8: 0xfffffe016100c9d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016100c9d8, lowervp=3D0xfffffe016100cbd0 vp=3D0xfffffe016100c9d8, lowervp=3D0xfffffe016100cbd0 vnode vnode 0xfffffe016100c5e8: 0xfffffe016100c5e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016100c5e8, lowervp=3D0xfffffe016100c7e0 vp=3D0xfffffe016100c5e8, lowervp=3D0xfffffe016100c7e0 vnode vnode 0xfffffe016100c1f8: 0xfffffe016100c1f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 vp=3D0xfffffe016100c1f8, lowervp=3D0xfffffe016100c3f0 vnode vnode 0xfffffe00babae000: 0xfffffe00babae000: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe00babae000, lowervp=3D0xfffffe01610115e8 vp=3D0xfffffe00babae000, lowervp=3D0xfffffe01610115e8 vnode vnode 0xfffffe016111dbd0: 0xfffffe016111dbd0: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016111dbd0, lowervp=3D0xfffffe0161013dc8 vp=3D0xfffffe016111dbd0, lowervp=3D0xfffffe0161013dc8 vnode vnode 0xfffffe016100e5e8: 0xfffffe016100e5e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016100e5e8, lowervp=3D0xfffffe016100e7e0 vp=3D0xfffffe016100e5e8, lowervp=3D0xfffffe016100e7e0 vnode vnode 0xfffffe016100e1f8: 0xfffffe016100e1f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016100e1f8, lowervp=3D0xfffffe016100e3f0 vp=3D0xfffffe016100e1f8, lowervp=3D0xfffffe016100e3f0 vnode vnode 0xfffffe016111d7e0: 0xfffffe016111d7e0: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016111d7e0, lowervp=3D0xfffffe016111d9d8 vp=3D0xfffffe016111d7e0, lowervp=3D0xfffffe016111d9d8 vnode vnode 0xfffffe016111d3f0: 0xfffffe016111d3f0: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016111d3f0, lowervp=3D0xfffffe016111d5e8 vp=3D0xfffffe016111d3f0, lowervp=3D0xfffffe016111d5e8 vnode vnode 0xfffffe016111d000: 0xfffffe016111d000: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016111d000, lowervp=3D0xfffffe016111d1f8 vp=3D0xfffffe016111d000, lowervp=3D0xfffffe016111d1f8 vnode vnode 0xfffffe016111bbd0: 0xfffffe016111bbd0: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016111bbd0, lowervp=3D0xfffffe016111bdc8 vp=3D0xfffffe016111bbd0, lowervp=3D0xfffffe016111bdc8 vnode vnode 0xfffffe016111b7e0: 0xfffffe016111b7e0: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016111b7e0, lowervp=3D0xfffffe016111b9d8 vp=3D0xfffffe016111b7e0, lowervp=3D0xfffffe016111b9d8 vnode vnode 0xfffffe016111b3f0: 0xfffffe016111b3f0: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016111b3f0, lowervp=3D0xfffffe016111b5e8 vp=3D0xfffffe016111b3f0, lowervp=3D0xfffffe016111b5e8 vnode vnode 0xfffffe016111b000: 0xfffffe016111b000: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) v_object 0xfffffe00baff4570 ref 0 pages 0 cleanbuf 0 dirtybuf 0 v_object 0xfffffe00baff4570 ref 0 pages 0 cleanbuf 0 dirtybuf 0 lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016111b000, lowervp=3D0xfffffe016111b1f8 vp=3D0xfffffe016111b000, lowervp=3D0xfffffe016111b1f8 vnode vnode 0xfffffe0161128bd0: 0xfffffe0161128bd0: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe0161128bd0, lowervp=3D0xfffffe016110ddc8 vp=3D0xfffffe0161128bd0, lowervp=3D0xfffffe016110ddc8 vnode vnode 0xfffffe0161015bd0: 0xfffffe0161015bd0: tag null, type VDIR tag null, type VDIR flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe0161015bd0, lowervp=3D0xfffffe01610151f8 vp=3D0xfffffe0161015bd0, lowervp=3D0xfffffe01610151f8 vnode vnode 0xfffffe016112d9d8: 0xfffffe016112d9d8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016112d9d8, lowervp=3D0xfffffe016112dbd0 vp=3D0xfffffe016112d9d8, lowervp=3D0xfffffe016112dbd0 vnode vnode 0xfffffe016112d5e8: 0xfffffe016112d5e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016112d5e8, lowervp=3D0xfffffe016112d7e0 vp=3D0xfffffe016112d5e8, lowervp=3D0xfffffe016112d7e0 vnode vnode 0xfffffe016112d1f8: 0xfffffe016112d1f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016112d1f8, lowervp=3D0xfffffe016112d3f0 vp=3D0xfffffe016112d1f8, lowervp=3D0xfffffe016112d3f0 vnode vnode 0xfffffe016112cdc8: 0xfffffe016112cdc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016112cdc8, lowervp=3D0xfffffe016112d000 vp=3D0xfffffe016112cdc8, lowervp=3D0xfffffe016112d000 vnode vnode 0xfffffe016112c9d8: 0xfffffe016112c9d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016112c9d8, lowervp=3D0xfffffe016112cbd0 vp=3D0xfffffe016112c9d8, lowervp=3D0xfffffe016112cbd0 vnode vnode 0xfffffe016112c5e8: 0xfffffe016112c5e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016112c5e8, lowervp=3D0xfffffe016112c7e0 vp=3D0xfffffe016112c5e8, lowervp=3D0xfffffe016112c7e0 vnode vnode 0xfffffe016112c1f8: 0xfffffe016112c1f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016112c1f8, lowervp=3D0xfffffe016112c3f0 vp=3D0xfffffe016112c1f8, lowervp=3D0xfffffe016112c3f0 vnode vnode 0xfffffe0161128dc8: 0xfffffe0161128dc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe0161128dc8, lowervp=3D0xfffffe016112c000 vp=3D0xfffffe0161128dc8, lowervp=3D0xfffffe016112c000 vnode vnode 0xfffffe01611389d8: 0xfffffe01611389d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611389d8, lowervp=3D0xfffffe0161138bd0 vp=3D0xfffffe01611389d8, lowervp=3D0xfffffe0161138bd0 vnode vnode 0xfffffe01611385e8: 0xfffffe01611385e8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611385e8, lowervp=3D0xfffffe01611387e0 vp=3D0xfffffe01611385e8, lowervp=3D0xfffffe01611387e0 vnode vnode 0xfffffe01611381f8: 0xfffffe01611381f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611381f8, lowervp=3D0xfffffe01611383f0 vp=3D0xfffffe01611381f8, lowervp=3D0xfffffe01611383f0 vnode vnode 0xfffffe0161137dc8: 0xfffffe0161137dc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe0161137dc8, lowervp=3D0xfffffe0161138000 usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611379d8, lowervp=3D0xfffffe0161137bd0 vp=3D0xfffffe01611379d8, lowervp=3D0xfffffe0161137bd0 vnode vnode 0xfffffe01611375e8: 0xfffffe01611375e8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611375e8, lowervp=3D0xfffffe01611377e0 vp=3D0xfffffe01611375e8, lowervp=3D0xfffffe01611377e0 vnode vnode 0xfffffe01611371f8: 0xfffffe01611371f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611371f8, lowervp=3D0xfffffe01611373f0 vp=3D0xfffffe01611371f8, lowervp=3D0xfffffe01611373f0 vnode vnode 0xfffffe016112ddc8: 0xfffffe016112ddc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016112ddc8, lowervp=3D0xfffffe0161137000 vp=3D0xfffffe016112ddc8, lowervp=3D0xfffffe0161137000 vnode vnode 0xfffffe01611489d8: 0xfffffe01611489d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611489d8, lowervp=3D0xfffffe0161148bd0 vp=3D0xfffffe01611489d8, lowervp=3D0xfffffe0161148bd0 vnode vnode 0xfffffe01611485e8: 0xfffffe01611485e8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611485e8, lowervp=3D0xfffffe01611487e0 vp=3D0xfffffe01611485e8, lowervp=3D0xfffffe01611487e0 vnode vnode 0xfffffe01611481f8: 0xfffffe01611481f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611481f8, lowervp=3D0xfffffe01611483f0 vp=3D0xfffffe01611481f8, lowervp=3D0xfffffe01611483f0 vnode vnode 0xfffffe0161146dc8: 0xfffffe0161146dc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe0161146dc8, lowervp=3D0xfffffe0161148000 vp=3D0xfffffe0161146dc8, lowervp=3D0xfffffe0161148000 vnode vnode 0xfffffe01611469d8: 0xfffffe01611469d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611469d8, lowervp=3D0xfffffe0161146bd0 vp=3D0xfffffe01611469d8, lowervp=3D0xfffffe0161146bd0 vnode vnode 0xfffffe016110a9d8: 0xfffffe016110a9d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016110a9d8, lowervp=3D0xfffffe016110abd0 vp=3D0xfffffe016110a9d8, lowervp=3D0xfffffe016110abd0 vnode vnode 0xfffffe016110a5e8: 0xfffffe016110a5e8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016110a5e8, lowervp=3D0xfffffe016110a7e0 vp=3D0xfffffe016110a5e8, lowervp=3D0xfffffe016110a7e0 vnode vnode 0xfffffe016110a1f8: 0xfffffe016110a1f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016110a1f8, lowervp=3D0xfffffe016110a3f0 vp=3D0xfffffe016110a1f8, lowervp=3D0xfffffe016110a3f0 vnode vnode 0xfffffe0161109dc8: 0xfffffe0161109dc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED vnode vnode 0xfffffe01611099d8: 0xfffffe01611099d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611099d8, lowervp=3D0xfffffe0161109bd0 vp=3D0xfffffe01611099d8, lowervp=3D0xfffffe0161109bd0 vnode vnode 0xfffffe01611095e8: 0xfffffe01611095e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611095e8, lowervp=3D0xfffffe01611097e0 vp=3D0xfffffe01611095e8, lowervp=3D0xfffffe01611097e0 vnode vnode 0xfffffe01610603f0: 0xfffffe01610603f0: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01610603f0, lowervp=3D0xfffffe01610601f8 vp=3D0xfffffe01610603f0, lowervp=3D0xfffffe01610601f8 vnode vnode 0xfffffe01611559d8: 0xfffffe01611559d8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611559d8, lowervp=3D0xfffffe0161155bd0 vp=3D0xfffffe01611559d8, lowervp=3D0xfffffe0161155bd0 vnode vnode 0xfffffe01611465e8: 0xfffffe01611465e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611465e8, lowervp=3D0xfffffe01611467e0 vp=3D0xfffffe01611465e8, lowervp=3D0xfffffe01611467e0 vnode vnode 0xfffffe01611461f8: 0xfffffe01611461f8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611461f8, lowervp=3D0xfffffe01611463f0 vp=3D0xfffffe01611461f8, lowervp=3D0xfffffe01611463f0 vnode vnode 0xfffffe0161138dc8: 0xfffffe0161138dc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe0161138dc8, lowervp=3D0xfffffe0161146000 vp=3D0xfffffe0161138dc8, lowervp=3D0xfffffe0161146000 vnode vnode 0xfffffe01611589d8: 0xfffffe01611589d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611589d8, lowervp=3D0xfffffe0161158bd0 vp=3D0xfffffe01611589d8, lowervp=3D0xfffffe0161158bd0 vnode vnode 0xfffffe016117c000: 0xfffffe016117c000: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016117c000, lowervp=3D0xfffffe016117c1f8 vp=3D0xfffffe016117c000, lowervp=3D0xfffffe016117c1f8 vnode vnode 0xfffffe016117bbd0: 0xfffffe016117bbd0: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016117bbd0, lowervp=3D0xfffffe016117bdc8 vp=3D0xfffffe016117bbd0, lowervp=3D0xfffffe016117bdc8 vnode vnode 0xfffffe016117b7e0: 0xfffffe016117b7e0: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016117b7e0, lowervp=3D0xfffffe016117b9d8 vp=3D0xfffffe016117b7e0, lowervp=3D0xfffffe016117b9d8 vnode vnode 0xfffffe016117b3f0: 0xfffffe016117b3f0: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016117b3f0, lowervp=3D0xfffffe016117b5e8 vp=3D0xfffffe016117b3f0, lowervp=3D0xfffffe016117b5e8 vnode vnode 0xfffffe016117b000: 0xfffffe016117b000: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) vp=3D0xfffffe016117b000, lowervp=3D0xfffffe016117b1f8 vnode vnode 0xfffffe016117c5e8: 0xfffffe016117c5e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016117c5e8, lowervp=3D0xfffffe0161158dc8 vp=3D0xfffffe016117c5e8, lowervp=3D0xfffffe0161158dc8 vnode vnode 0xfffffe01611969d8: 0xfffffe01611969d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611969d8, lowervp=3D0xfffffe0161196bd0 vp=3D0xfffffe01611969d8, lowervp=3D0xfffffe0161196bd0 vnode vnode 0xfffffe01611965e8: 0xfffffe01611965e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611965e8, lowervp=3D0xfffffe01611967e0 vp=3D0xfffffe01611965e8, lowervp=3D0xfffffe01611967e0 vnode vnode 0xfffffe01611961f8: 0xfffffe01611961f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611961f8, lowervp=3D0xfffffe01611963f0 vp=3D0xfffffe01611961f8, lowervp=3D0xfffffe01611963f0 vnode vnode 0xfffffe0161195dc8: 0xfffffe0161195dc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe0161195dc8, lowervp=3D0xfffffe0161196000 vp=3D0xfffffe0161195dc8, lowervp=3D0xfffffe0161196000 vnode vnode 0xfffffe01611959d8: 0xfffffe01611959d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611959d8, lowervp=3D0xfffffe0161195bd0 vp=3D0xfffffe01611959d8, lowervp=3D0xfffffe0161195bd0 vnode vnode 0xfffffe01611955e8: 0xfffffe01611955e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611955e8, lowervp=3D0xfffffe01611957e0 vp=3D0xfffffe01611955e8, lowervp=3D0xfffffe01611957e0 vnode vnode 0xfffffe01611951f8: 0xfffffe01611951f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611951f8, lowervp=3D0xfffffe01611953f0 vp=3D0xfffffe01611951f8, lowervp=3D0xfffffe01611953f0 vnode vnode 0xfffffe016117cdc8: 0xfffffe016117cdc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016117cdc8, lowervp=3D0xfffffe0161195000 vp=3D0xfffffe016117cdc8, lowervp=3D0xfffffe0161195000 vnode vnode 0xfffffe016119f9d8: 0xfffffe016119f9d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016119f9d8, lowervp=3D0xfffffe016119fbd0 vp=3D0xfffffe016119f9d8, lowervp=3D0xfffffe016119fbd0 vnode vnode 0xfffffe016119f5e8: 0xfffffe016119f5e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016119f5e8, lowervp=3D0xfffffe016119f7e0 vp=3D0xfffffe016119f5e8, lowervp=3D0xfffffe016119f7e0 vnode vnode 0xfffffe016119f1f8: 0xfffffe016119f1f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016119f1f8, lowervp=3D0xfffffe016119f3f0 vp=3D0xfffffe016119f1f8, lowervp=3D0xfffffe016119f3f0 vnode vnode 0xfffffe016119edc8: 0xfffffe016119edc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 lock type zfs: UNLOCKED vp=3D0xfffffe016119edc8, lowervp=3D0xfffffe016119f000 vp=3D0xfffffe016119edc8, lowervp=3D0xfffffe016119f000 vnode vnode 0xfffffe016119e9d8: 0xfffffe016119e9d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016119e9d8, lowervp=3D0xfffffe016119ebd0 vp=3D0xfffffe016119e9d8, lowervp=3D0xfffffe016119ebd0 vnode vnode 0xfffffe016119e5e8: 0xfffffe016119e5e8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016119e5e8, lowervp=3D0xfffffe016119e7e0 vp=3D0xfffffe016119e5e8, lowervp=3D0xfffffe016119e7e0 vnode vnode 0xfffffe016119e1f8: 0xfffffe016119e1f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) v_object 0xfffffe01610c22b8 ref 0 pages 0 cleanbuf 0 dirtybuf 0 v_object 0xfffffe01610c22b8 ref 0 pages 0 cleanbuf 0 dirtybuf 0 lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe016119e1f8, lowervp=3D0xfffffe016119e3f0 vp=3D0xfffffe016119e1f8, lowervp=3D0xfffffe016119e3f0 vnode vnode 0xfffffe0161196dc8: 0xfffffe0161196dc8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe0161196dc8, lowervp=3D0xfffffe016119e000 vp=3D0xfffffe0161196dc8, lowervp=3D0xfffffe016119e000 vnode vnode 0xfffffe01611a39d8: 0xfffffe01611a39d8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611a39d8, lowervp=3D0xfffffe01611a3bd0 vp=3D0xfffffe01611a39d8, lowervp=3D0xfffffe01611a3bd0 vnode vnode 0xfffffe0161128000: 0xfffffe0161128000: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) v_object 0xfffffe01610c2bc8 ref 0 pages 0 cleanbuf 0 dirtybuf 0 v_object 0xfffffe01610c2bc8 ref 0 pages 0 cleanbuf 0 dirtybuf 0 lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe0161128000, lowervp=3D0xfffffe01611281f8 vp=3D0xfffffe0161128000, lowervp=3D0xfffffe01611281f8 vnode vnode 0xfffffe0161374bd0: 0xfffffe0161374bd0: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) v_object 0xfffffe01612f1ae0 ref 0 pages 0 cleanbuf 0 dirtybuf 0 v_object 0xfffffe01612f1ae0 ref 0 pages 0 cleanbuf 0 dirtybuf 0 lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe0161374bd0, lowervp=3D0xfffffe0161374dc8 vp=3D0xfffffe0161374bd0, lowervp=3D0xfffffe0161374dc8 vnode vnode 0xfffffe01613747e0: 0xfffffe01613747e0: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01613747e0, lowervp=3D0xfffffe01613749d8 vp=3D0xfffffe01613747e0, lowervp=3D0xfffffe01613749d8 vnode vnode 0xfffffe01613743f0: 0xfffffe01613743f0: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01613743f0, lowervp=3D0xfffffe01613745e8 vp=3D0xfffffe01613743f0, lowervp=3D0xfffffe01613745e8 vnode vnode 0xfffffe0161374000: 0xfffffe0161374000: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe0161374000, lowervp=3D0xfffffe01613741f8 vp=3D0xfffffe0161374000, lowervp=3D0xfffffe01613741f8 vnode vnode 0xfffffe01613253f0: 0xfffffe01613253f0: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01613253f0, lowervp=3D0xfffffe0161326dc8 vp=3D0xfffffe01613253f0, lowervp=3D0xfffffe0161326dc8 vnode vnode 0xfffffe01613de9d8: 0xfffffe01613de9d8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01613de9d8, lowervp=3D0xfffffe01613debd0 vp=3D0xfffffe01613de9d8, lowervp=3D0xfffffe01613debd0 vnode vnode 0xfffffe01613de5e8: 0xfffffe01613de5e8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01613de5e8, lowervp=3D0xfffffe01613de7e0 vp=3D0xfffffe01613de5e8, lowervp=3D0xfffffe01613de7e0 vnode vnode 0xfffffe01613de1f8: 0xfffffe01613de1f8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01613de1f8, lowervp=3D0xfffffe01613de3f0 vp=3D0xfffffe01613de1f8, lowervp=3D0xfffffe01613de3f0 vnode vnode 0xfffffe01613dddc8: 0xfffffe01613dddc8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01613dddc8, lowervp=3D0xfffffe01613de000 vp=3D0xfffffe01613dddc8, lowervp=3D0xfffffe01613de000 vnode vnode 0xfffffe01613dd9d8: 0xfffffe01613dd9d8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01613dd9d8, lowervp=3D0xfffffe01613ddbd0 vp=3D0xfffffe01613dd9d8, lowervp=3D0xfffffe01613ddbd0 vnode vnode 0xfffffe01613dd5e8: 0xfffffe01613dd5e8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01613dd5e8, lowervp=3D0xfffffe01613dd7e0 vp=3D0xfffffe01613dd5e8, lowervp=3D0xfffffe01613dd7e0 vnode vnode 0xfffffe01613dd1f8: 0xfffffe01613dd1f8: tag null, type VREG tag null, type VREG usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01613dd1f8, lowervp=3D0xfffffe01613dd3f0 vp=3D0xfffffe01613dd1f8, lowervp=3D0xfffffe01613dd3f0 vnode vnode 0xfffffe01611011f8: 0xfffffe01611011f8: tag null, type VDIR tag null, type VDIR usecount 0, writecount 0, refcount 0 mountedhere 0 usecount 0, writecount 0, refcount 0 mountedhere 0 flags (VI_FREE) flags (VI_FREE) v_object 0xfffffe00baff4570 ref 0 pages 0 cleanbuf 0 dirtybuf 0 v_object 0xfffffe00baff4570 ref 0 pages 0 cleanbuf 0 dirtybuf 0 lock type zfs: UNLOCKED lock type zfs: UNLOCKED vp=3D0xfffffe01611011f8, lowervp=3D0xfffffe016111b1f8 vp=3D0xfffffe01611011f8, lowervp=3D0xfffffe016111b1f8 db> Thanks, -Harry --------------enig3847833F22ECB7596420720E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAlPRUDsACgkQLDqVQ9VXb8ghOgCgzqRxmE63Ir5LLi0kmIwVGohs XYEAnAnfssXpt7HXG9mFVT+COhXKn8cn =1NSx -----END PGP SIGNATURE----- --------------enig3847833F22ECB7596420720E--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53D1503B.2030200>