aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VFS_SYNC.9
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-06-12 13:53:04 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-06-12 13:53:04 +0000
commit505f2a7ecf5c94977e666f12da228f48731215b6 (patch)
treef5953a69e29339afa3b1f9a882c10ea94b26cd1b /share/man/man9/VFS_SYNC.9
parentc76bc8f3bf28ab1e36706a4feeb459fa9a7f0704 (diff)
Document possible values for the waitfor arg.
PR: 18627, 18628 Reviewed by: asmodai
Notes
Notes: svn path=/head/; revision=61579
Diffstat (limited to 'share/man/man9/VFS_SYNC.9')
-rw-r--r--share/man/man9/VFS_SYNC.99
1 files changed, 9 insertions, 0 deletions
diff --git a/share/man/man9/VFS_SYNC.9 b/share/man/man9/VFS_SYNC.9
index b1b0a34134df..d41baa4efb28 100644
--- a/share/man/man9/VFS_SYNC.9
+++ b/share/man/man9/VFS_SYNC.9
@@ -49,6 +49,15 @@ Its arguments are:
The filesystem.
.It Ar waitfor
Whether the function should wait for I/O to complete.
+Possible values are:
+.Bl -tag -width MNT_NOWAIT
+.It Dv MNT_WAIT
+synchronously wait for I/O to complete
+.It Dv MNT_NOWAIT
+start all I/O, but do not wait for it
+.It Dv MNT_LAZY
+push data not written by filesystem syncer
+.El
.It Ar cred
The caller's credentials.
.It Ar p