freebsd-dev/sys/fs/cd9660
Poul-Henning Kamp aec0fb7b40 Back when VOP_* was introduced, we did not have new-style struct
initializations but we did have lofty goals and big ideals.

Adjust to more contemporary circumstances and gain type checking.

	Replace the entire vop_t frobbing thing with properly typed
	structures.  The only casualty is that we can not add a new
	VOP_ method with a loadable module.  History has not given
	us reason to belive this would ever be feasible in the the
	first place.

	Eliminate in toto VOCALL(), vop_t, VNODEOP_SET() etc.

	Give coda correct prototypes and function definitions for
	all vop_()s.

	Generate a bit more data from the vnode_if.src file:  a
	struct vop_vector and protype typedefs for all vop methods.

	Add a new vop_bypass() and make vop_default be a pointer
	to another struct vop_vector.

	Remove a lot of vfs_init since vop_vector is ready to use
	from the compiler.

	Cast various vop_mumble() to void * with uppercase name,
	for instance VOP_PANIC, VOP_NULL etc.

	Implement VCALL() by making vdesc_offset the offsetof() the
	relevant function pointer in vop_vector.  This is disgusting
	but since the code is generated by a script comparatively
	safe.  The alternative for nullfs etc. would be much worse.

	Fix up all vnode method vectors to remove casts so they
	become typesafe.  (The bulk of this is generated by scripts)
2004-12-01 23:16:38 +00:00
..
cd9660_bmap.c Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
cd9660_iconv.c - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
cd9660_lookup.c Remove "register" keyword and trailing white space. 2004-07-03 16:56:45 +00:00
cd9660_mount.h Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
cd9660_node.c Move CD9660 to GEOM backing instead of DEVFS. 2004-10-29 10:41:44 +00:00
cd9660_node.h Move CD9660 to GEOM backing instead of DEVFS. 2004-10-29 10:41:44 +00:00
cd9660_rrip.c Remove "register" keyword and trailing white space. 2004-07-03 16:56:45 +00:00
cd9660_rrip.h Remove "register" keyword and trailing white space. 2004-07-03 16:56:45 +00:00
cd9660_util.c Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
cd9660_vfsops.c Back when VOP_* was introduced, we did not have new-style struct 2004-12-01 23:16:38 +00:00
cd9660_vnops.c Back when VOP_* was introduced, we did not have new-style struct 2004-12-01 23:16:38 +00:00
iso_rrip.h Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00
iso.h Back when VOP_* was introduced, we did not have new-style struct 2004-12-01 23:16:38 +00:00
TODO
TODO.hibler