Date: Sat, 13 Dec 2003 22:29:53 -0800 (PST) From: Don Lewis <truckman@FreeBSD.org> To: jroberson@chesapeake.net Cc: freebsd-current@FreeBSD.org Subject: Re: HAVE TRACE & DDB Re: FreeBSD 5.2-RC1 released Message-ID: <200312140629.hBE6TreF064418@gw.catspoiler.org> In-Reply-To: <20031212065656.R4201-100000@mail.chesapeake.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12 Dec, Jeff Roberson wrote: > Looks like we're syncing the root inode for this filesystem. Here's the > buffer: > b_flags = 0x200202a0<vmio,clusterok,done,delwri,cache> > b_error = 0, b_bufsize = 16384, b_bcount = 16384, b_resid = 0 > b_dev = (4,31), b_data = 0xcf4de000, b_blkno = 224 > b_npages = 4, pages(OBJ, IDX, PA): > (0, 0x1c, 0x181ef000), > (0, 0x1d, 0x17e50000), > (0, 0x1e, 0x180d1000), > (0, 0x1f, 0x180b2000) What about b_object? Stupid question ... should b_object always be the same as b_pages[0]->object, assuming b_npages > 0?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312140629.hBE6TreF064418>