FreeBSD Bugzilla – Attachment 13628 Details for
Bug 25837
[PATCH] properly document vfc_flags in getvfsent(3)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.61 KB, created by
Tony Finch
on 2001-03-15 19:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Tony Finch
Created:
2001-03-15 19:20:02 UTC
Size:
1.61 KB
patch
obsolete
>Index: getvfsbyname.3 >=================================================================== >RCS file: /home/ncvs/src/lib/libc/gen/getvfsbyname.3,v >retrieving revision 1.7.2.3 >diff -u -r1.7.2.3 getvfsbyname.3 >--- getvfsbyname.3 2000/12/29 14:44:44 1.7.2.3 >+++ getvfsbyname.3 2001/03/15 04:50:56 >@@ -67,8 +67,8 @@ > .It vfc_refcount > the number of active mount points using the filesystem > .It vfc_flags >-flag bits that are used to initialize a new mount point >-using the filesystem >+flag bits as described in >+.Xr getvfsent 3 > .El > .Sh RETURN VALUES > .Rv -std getvfsbyname >@@ -85,6 +85,7 @@ > specifies a filesystem that is unknown or not configured in the kernel. > .El > .Sh SEE ALSO >+.Xr getvfsent 3 , > .Xr mount 2 , > .Xr sysctl 3 , > .Xr mount 8 , >Index: getvfsent.3 >=================================================================== >RCS file: /home/ncvs/src/lib/libc/gen/getvfsent.3,v >retrieving revision 1.17.2.3 >diff -u -r1.17.2.3 getvfsent.3 >--- getvfsent.3 2001/03/06 16:45:54 1.17.2.3 >+++ getvfsent.3 2001/03/15 04:46:26 >@@ -48,7 +48,23 @@ > (usually the number of mounts, but one greater for filesystems which > cannot be unloaded or which are statically linked into the kernel) > .It vfc_flags >-flag bits, of which none are currently defined >+flag bits >+.El >+.Pp >+The flags are defined as follows: >+.Bl -tag -width VFCF_SYNTHETIC >+.It VFCF_STATIC >+statically compiled into kernel >+.It VFCF_NETWORK >+may get data over the network >+.It VFCF_READONLY >+writes are not implemented >+.It VFCF_SYNTHETIC >+data does not represent real files >+.It VFCF_LOOPBACK >+aliases some other mounted FS >+.It VFCF_UNICODE >+stores file names as Unicode > .El > .Pp > The
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25837
: 13628