freebsd-src/sys/msdosfs
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
..
bootsect.h Pad out MSDOS boot block to 512 bytes (bugfix only) 1995-10-31 20:54:33 +00:00
bpb.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
denode.h Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
direntry.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
fat.h staticize private parts. 1995-11-07 14:06:45 +00:00
msdosfs_conv.c staticize private parts. 1995-11-07 14:06:45 +00:00
msdosfs_denode.c Add support for the va_filerev attribute required by NFSv3. 1995-08-02 13:00:40 +00:00
msdosfs_fat.c staticize private parts. 1995-11-07 14:06:45 +00:00
msdosfs_lookup.c staticize private parts. 1995-11-07 14:06:45 +00:00
msdosfs_vfsops.c missed one static thingie. 1995-11-07 14:10:19 +00:00
msdosfs_vnops.c Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00
msdosfsmount.h staticize private parts. 1995-11-07 14:06:45 +00:00