|
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 |