Kirk McKusick 4818bd986c 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
2018-08-07 21:17:45 +00:00
..
2018-06-17 00:00:24 +00:00
2018-07-29 21:00:18 +00:00
2018-07-26 16:45:25 +00:00
2017-10-31 00:07:04 +00:00
2018-08-07 17:25:38 +00:00
2017-10-31 00:07:04 +00:00
2018-06-24 05:40:42 +00:00
2018-06-16 23:47:59 +00:00
2018-03-17 12:59:55 +00:00
2018-03-31 15:06:14 +00:00
2017-10-31 00:07:04 +00:00
2018-03-17 12:59:55 +00:00
2018-06-24 09:39:40 +00:00