freebsd-dev/sys/isofs/cd9660
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_bmap.c Added $Id$ 1994-08-02 07:55:43 +00:00
cd9660_lookup.c Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
cd9660_node.c Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
cd9660_node.h Add and move declarations to fix all of the warnings from `gcc -Wimplicit' 1995-03-16 18:17:34 +00:00
cd9660_rrip.c Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
cd9660_rrip.h Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
cd9660_util.c Added $Id$ 1994-08-02 07:55:43 +00:00
cd9660_vfsops.c Add four more filesystem flags: 1995-03-16 20:23:48 +00:00
cd9660_vnops.c strategy for block and char devices are rightfully spec_strategy. 1995-02-13 06:12:32 +00:00
iso_rrip.h Added $Id$ 1994-08-02 07:55:43 +00:00
iso.h Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
TODO Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
TODO.hibler BSD 4.4 Lite Kernel Sources 1994-05-24 10:09:53 +00:00