freebsd_amp_hwpstate/sys/miscfs/kernfs
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
..
kernfs.h Added $Id$ 1994-08-02 07:55:43 +00:00
kernfs_vfsops.c Add four more filesystem flags: 1995-03-16 20:23:48 +00:00
kernfs_vnops.c From: Michael Reifenberger <root@rz-wb.fh-sw.de> 1994-11-15 20:30:56 +00:00