freebsd-src/sys/gnu/fs/ext2fs
Bruce Evans f57e65478d Introduced a type `vop_t' for vnode operation functions and used
it 1138 times (:-() in casts and a few more times in declarations.
This change is null for the i386.

The type has to be `typedef int vop_t(void *)' and not `typedef
int vop_t()' because `gcc -Wstrict-prototypes' warns about the
latter.  Since vnode op functions are called with args of different
(struct pointer) types, neither of these function types is any use
for type checking of the arg, so it would be preferable not to use
the complete function type, especially since using the complete
type requires adding 1138 casts to avoid compiler warnings and
another 40+ casts to reverse the function pointer conversions before
calling the functions.
1995-11-09 08:17:23 +00:00
..
COPYRIGHT.INFO Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_alloc.c Cleaned up some lint and some obvious prototyping errors. 1995-11-08 04:50:00 +00:00
ext2_balloc.c Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_bmap.c Fix ufs_bmap so that triple indirect blocks might work. 1995-11-05 23:07:37 +00:00
ext2_extern.h Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
ext2_fs.h Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_fs_sb.h Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_inode.c Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_inode_cnv.c Cleaned up some lint and some obvious prototyping errors. 1995-11-08 04:50:00 +00:00
ext2_linux_balloc.c Cleaned up some lint and some obvious prototyping errors. 1995-11-08 04:50:00 +00:00
ext2_linux_ialloc.c Cleaned up some lint and some obvious prototyping errors. 1995-11-08 04:50:00 +00:00
ext2_lookup.c Cleaned up some lint and some obvious prototyping errors. 1995-11-08 04:50:00 +00:00
ext2_mount.h Changes to existing files for ext2fs support. The UFS mods need rework 1995-11-05 23:36:07 +00:00
ext2_readwrite.c Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_subr.c Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
ext2_vfsops.c Cleaned up some lint and some obvious prototyping errors. 1995-11-08 04:50:00 +00:00
ext2_vnops.c Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
fs.h Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
i386-bitops.h Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO 1995-11-05 23:25:12 +00:00
inode.h Changes to existing files for ext2fs support. The UFS mods need rework 1995-11-05 23:36:07 +00:00