Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2000 13:22:11 -0500 (EST)
From:      Zhiui Zhang <zzhang@cs.binghamton.edu>
To:        Christopher Stein <stein@eecs.harvard.edu>
Cc:        freebsd-fs@FreeBSD.ORG
Subject:   Re: f_asyncwrites
Message-ID:  <Pine.SOL.4.21.0012071321230.21496-100000@onyx>
In-Reply-To: <Pine.BSF.4.21.0012062129550.6699-100000@orvieto.eecs.harvard.edu>

next in thread | previous in thread | raw e-mail | index | archive | help


On Wed, 6 Dec 2000, Christopher Stein wrote:

> 
> Can someone please tell me where the f_asyncwrites and f_syncwrites
> fields of the mount structure's statfs structure are incremented.
> 
> I am having a devil of a time finding it. Grep is not turning anything
> up.

I would try something like:

find /usr/src "*.c" -exec grep "f_asyncwrites" /dev/null {} \; | more

-Zhihui



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-fs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.21.0012071321230.21496-100000>