Home
last modified time | relevance | path

Searched hist:"4818 bd986c8954a9f112de832490a8dc7190baf3" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/mount/
H A Dmount.cdiff 4818bd986c8954a9f112de832490a8dc7190baf3 Tue Aug 07 23:17:45 CEST 2018 Kirk McKusick <mckusick@FreeBSD.org> When getting mount information for all filesystems, mount uses the
getfsstat(2) system call using the MNT_NOWAIT flag to indicate that
it wants to use the statfs information cached in the mount structure.
When the -v (verbose) flag is specified, we need to use the MNT_WAIT
flag to getfsstat(2) so that kernel will call VFS_STATFS to get the
current statfs statistics from each filesystem.

Sponsored by: Netflix