View | Details | Raw Unified | Return to bug 18628
Collapse All | Expand All

(-)VOP_FSYNC.9 (-1 / +10 lines)
Lines 54-60 Link Here
54
.It Ar cred
54
.It Ar cred
55
the caller's credentials
55
the caller's credentials
56
.It Ar waitfor
56
.It Ar waitfor
57
whether the function should wait for I/O to complete
57
whether the function should wait for I/O to complete. Possible values
58
are:
59
.Bl -tag -width MNT_NOWAIT
60
.It Va MNT_WAIT
61
synchronously wait for I/O to complete
62
.It Va MNT_NOWAIT
63
start all I/O, but do not wait for it
64
.It Va MNT_LAZY
65
push data not written by filesystem syncer
66
.El
58
.It Ar p
67
.It Ar p
59
the calling process
68
the calling process
60
.El
69
.El

Return to bug 18628