freebsd_amp_hwpstate/sys/fs
Garrett Wollman bbf3a56610 Add four more filesystem flags:
VFCF_NETWORK (this FS goes over the net)
	VFCF_READONLY (read-write mounts do not make any sense)
	VFCF_SYNTHETIC (data in this FS is not real)
	VFCF_LOOPBACK (this FS aliases something else)

cd9660 is readonly; nullfs, umapfs, and union are loopback; NFS is netowkr;
procfs, kernfs, and fdesc are synthetic.
1995-03-16 20:23:48 +00:00
..
cd9660 Add four more filesystem flags: 1995-03-16 20:23:48 +00:00
deadfs Cosmetics: added a #include and a static prototype to silence gcc. 1994-10-08 22:37:00 +00:00
fdescfs Add four more filesystem flags: 1995-03-16 20:23:48 +00:00
fifofs Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
msdosfs Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
nullfs Add four more filesystem flags: 1995-03-16 20:23:48 +00:00
portalfs Add four more filesystem flags: 1995-03-16 20:23:48 +00:00
procfs Add four more filesystem flags: 1995-03-16 20:23:48 +00:00
specfs Fixed bmap run-length brokeness. 1995-02-03 06:46:28 +00:00
umapfs Add four more filesystem flags: 1995-03-16 20:23:48 +00:00
unionfs Add four more filesystem flags: 1995-03-16 20:23:48 +00:00