freebsd_amp_hwpstate/sys/isofs/cd9660
KATO Takenori 81bca6ddae Clustered read and write are switched at mount-option level.
1. Clustered I/O is switched by the MNT_NOCLUSTERR and MNT_NOCLUSTERW
   bits of the mnt_flag.  The sysctl variables, vfs.foo.doclusterread
   and vfs.foo.doclusterwrite are deleted.  Only mount option can
   control clustered I/O from userland.
2. When foofs_mount mounts block device, foofs_mount checks D_CLUSTERR
   and D_CLUSTERW bits of the d_flags member in the block device switch
   table.  If D_NOCLUSTERR / D_NOCLUSTERW are set, MNT_NOCLUSTERR /
   MNT_NOCLUSTERW bits will be set.  In this case, MNT_NOCLUSTERR and
   MNT_NOCLUSTERW cannot be cleared from userland.
3. Vnode driver disables both clustered read and write.
4. Union filesystem disables clutered write.

Reviewed by:	bde
1997-09-27 13:40:20 +00:00
..
TODO
TODO.hibler
cd9660_bmap.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
cd9660_lookup.c This stuff is now done centrally. 1997-09-10 19:43:15 +00:00
cd9660_mount.h
cd9660_node.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
cd9660_node.h Uncut&paste cache_lookup(). 1997-08-26 07:32:51 +00:00
cd9660_rrip.c Removed unused #includes. 1997-08-02 14:33:27 +00:00
cd9660_rrip.h
cd9660_util.c
cd9660_vfsops.c Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
cd9660_vnops.c Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
iso.h Hide the kernel-only stuff inside #ifdef KERNEL. 1997-05-07 13:23:04 +00:00
iso_rrip.h