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

(-)VFS_SYNC.9 (-1 / +10 lines)
Lines 48-54 Link Here
48
.It Ar mp
48
.It Ar mp
49
The filesystem.
49
The filesystem.
50
.It Ar waitfor
50
.It Ar waitfor
51
Whether the function should wait for I/O to complete.
51
Whether the function should wait for I/O to complete. Possible values
52
are:
53
.Bl -tag -width MNT_NOWAIT
54
.It Va MNT_WAIT
55
synchronously wait for I/O to complete
56
.It Va MNT_NOWAIT
57
start all I/O, but do not wait for it
58
.It Va MNT_LAZY
59
push data not written by filesystem syncer
60
.El
52
.It Ar cred
61
.It Ar cred
53
The caller's credentials.
62
The caller's credentials.
54
.It Ar p
63
.It Ar p

Return to bug 18627