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

(-)getvfsbyname.3 (-2 / +3 lines)
Lines 67-74 Link Here
67
.It vfc_refcount
67
.It vfc_refcount
68
the number of active mount points using the filesystem
68
the number of active mount points using the filesystem
69
.It vfc_flags
69
.It vfc_flags
70
flag bits that are used to initialize a new mount point
70
flag bits as described in
71
using the filesystem
71
.Xr getvfsent 3
72
.El
72
.El
73
.Sh RETURN VALUES
73
.Sh RETURN VALUES
74
.Rv -std getvfsbyname
74
.Rv -std getvfsbyname
Lines 85-90 Link Here
85
specifies a filesystem that is unknown or not configured in the kernel.
85
specifies a filesystem that is unknown or not configured in the kernel.
86
.El
86
.El
87
.Sh SEE ALSO
87
.Sh SEE ALSO
88
.Xr getvfsent 3 ,
88
.Xr mount 2 ,
89
.Xr mount 2 ,
89
.Xr sysctl 3 ,
90
.Xr sysctl 3 ,
90
.Xr mount 8 ,
91
.Xr mount 8 ,
(-)getvfsent.3 (-1 / +17 lines)
Lines 48-54 Link Here
48
(usually the number of mounts, but one greater for filesystems which
48
(usually the number of mounts, but one greater for filesystems which
49
cannot be unloaded or which are statically linked into the kernel)
49
cannot be unloaded or which are statically linked into the kernel)
50
.It vfc_flags
50
.It vfc_flags
51
flag bits, of which none are currently defined
51
flag bits
52
.El
53
.Pp
54
The flags are defined as follows:
55
.Bl -tag -width VFCF_SYNTHETIC
56
.It VFCF_STATIC
57
statically compiled into kernel
58
.It VFCF_NETWORK
59
may get data over the network
60
.It VFCF_READONLY
61
writes are not implemented
62
.It VFCF_SYNTHETIC
63
data does not represent real files
64
.It VFCF_LOOPBACK
65
aliases some other mounted FS
66
.It VFCF_UNICODE
67
stores file names as Unicode
52
.El
68
.El
53
.Pp
69
.Pp
54
The
70
The

Return to bug 25837