Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2000 00:11:12 +0200 (CEST)
From:      Alexander Langer <alex@cichlids.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/18628: same for VOP_FSYNC
Message-ID:  <200005172211.AAA29402@cichlids.cichlids.com>

next in thread | raw e-mail | index | archive | help

>Number:         18628
>Category:       docs
>Synopsis:       same for VOP_FSYNC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 17 15:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Langer
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
none
>Environment:

>Description:

Please see my former PR about this thing.

>How-To-Repeat:


>Fix:


Index: VOP_FSYNC.9
===================================================================
RCS file: /usr/home/ncvs/src/share/man/man9/VOP_FSYNC.9,v
retrieving revision 1.6
diff -u -r1.6 VOP_FSYNC.9
--- VOP_FSYNC.9	1999/08/28 00:21:12	1.6
+++ VOP_FSYNC.9	2000/05/17 22:10:01
@@ -54,7 +54,16 @@
 .It Ar cred
 the caller's credentials
 .It Ar waitfor
-whether the function should wait for I/O to complete
+whether the function should wait for I/O to complete. Possible values
+are:
+.Bl -tag -width MNT_NOWAIT
+.It Va MNT_WAIT
+synchronously wait for I/O to complete
+.It Va MNT_NOWAIT
+start all I/O, but do not wait for it
+.It Va MNT_LAZY
+push data not written by filesystem syncer
+.El
 .It Ar p
 the calling process
 .El

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005172211.AAA29402>