cvs commit: src/sys/sys statvfs.h

Joerg Sonnenberger joerg at britannica.bec.de
Sun Jun 5 05:26:42 PDT 2005


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





More information about the Commits mailing list