| Main index | Section 3 | 日本語 | Options |
#include <sys/param.h>
#include <sys/mount.h>
| vfc_name | the name of the file system |
| vfc_typenum | the file system type number assigned by the kernel |
| vfc_refcount | the number of active mount points using the file system |
| vfc_flags | flag bits, as described below |
The flags are defined as follows:
| VFCF_STATIC | statically compiled into kernel |
| VFCF_NETWORK | may get data over the network |
| VFCF_READONLY | writes are not implemented |
| VFCF_SYNTHETIC | data does not represent real files |
| VFCF_LOOPBACK | aliases some other mounted FS |
| VFCF_UNICODE | stores file names as Unicode |
| VFCF_JAIL | can be mounted from within a jail if allow.mount and allow.mount.<vfc_name> jail parameters are set |
| VFCF_DELEGADMIN | |
| supports delegated administration if vfs.usermount sysctl is set to 1 | |
| [ENOENT] | |
| The name argument specifies a file system that is unknown or not configured in the kernel. | |
| GETVFSBYNAME (3) | August 16, 2018 |
| Main index | Section 3 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible. |
” |
| — Taylor's Laws of Programming | ||