DragonFly BSD
DragonFly commits List (threaded) for 2005-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sys/sys statvfs.h


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Sun, 5 Jun 2005 14:25:49 +0200
Mail-followup-to: commits@crater.dragonflybsd.org

On Sun, Jun 05, 2005 at 05:16:53AM -0700, Joerg Sonnenberger wrote:
>   Add f_owner (user who mounted the filesystem), f_type (filesystem type ID),
>   f_(a)sync(reads,writes) (counters for sync and async read / writes).
>   Also add some spare fields for latter additions.

I want to replace the statfs family with the statvfs family.
The path names and that are intentionally not that of statvfs,
since they can be very long. I thought about using some separate
functions to access them via sysctl. The same holds true for
the filesystem type, it should be an ID and e.g. mount can query
the list once.

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]