freebsd-skq/sys/fs
Poul-Henning Kamp 159a024357 Make a lot of private stuff static.
Should anybody out there wonder about this vendetta against global
variables, it is basically to make it more visible what our interfaces
in the kernel really are.
I'm almost convinced we should have a
	#define PUBLIC /* public interface */
and use it in the #includes...
1995-11-07 13:39:31 +00:00
..
cd9660 Make a lot of stuff static. 1995-10-31 12:13:49 +00:00
deadfs Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00
fdescfs Make a lot of private stuff static. 1995-11-07 13:39:31 +00:00
fifofs Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00
msdosfs Pad out MSDOS boot block to 512 bytes (bugfix only) 1995-10-31 20:54:33 +00:00
nullfs Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
portalfs Add #include <sys/sysproto.h> to get struct close_args and close 1995-10-08 00:09:00 +00:00
procfs Make a lot of private stuff static. 1995-11-07 13:39:31 +00:00
specfs Finalize GETPAGES layering scheme. Move the device GETPAGES 1995-10-23 02:23:29 +00:00
umapfs Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
unionfs Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00