freebsd-dev/sys/msdosfs
John Dyson 99448ed11d Change the M_NAMEI allocations to use the zone allocator. This change
plus the previous changes to use the zone allocator decrease the useage
of malloc by half.  The Zone allocator will be upgradeable to be able
to use per CPU-pools, and has more intelligent usage of SPLs.  Additionally,
it has reasonable stats gathering capabilities, while making most calls
inline.
1997-09-21 04:24:27 +00:00
..
bootsect.h
bpb.h
denode.h Uncut&paste cache_lookup(). 1997-08-26 07:32:51 +00:00
direntry.h
fat.h
msdosfs_conv.c
msdosfs_denode.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
msdosfs_fat.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
msdosfs_lookup.c Fix a type in a comment and remove some checks now done centrally. 1997-09-10 19:44:36 +00:00
msdosfs_vfsops.c Fix all areas of the system (or at least all those in LINT) to avoid storing 1997-08-16 19:16:27 +00:00
msdosfs_vnops.c Change the M_NAMEI allocations to use the zone allocator. This change 1997-09-21 04:24:27 +00:00
msdosfsmount.h