freebsd_amp_hwpstate/sys/ufs/ffs
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
..
ffs_alloc.c Slight optimization for the standard case of rotdelay=0. 1995-09-08 17:16:32 +00:00
ffs_balloc.c
ffs_extern.h Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
ffs_inode.c Make MNT_ASYNC more effective for UFS. It should not be too much more 1995-11-05 21:01:15 +00:00
ffs_subr.c Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00
ffs_tables.c
ffs_vfsops.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
ffs_vnops.c Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
fs.h