freebsd-dev/sys/fs/hpfs
Robert Watson 5bb84bc84b Normalize a significant number of kernel malloc type names:
- Prefer '_' to ' ', as it results in more easily parsed results in
  memory monitoring tools such as vmstat.

- Remove punctuation that is incompatible with using memory type names
  as file names, such as '/' characters.

- Disambiguate some collisions by adding subsystem prefixes to some
  memory types.

- Generally prefer lower case to upper case.

- If the same type is defined in multiple architecture directories,
  attempt to use the same name in additional cases.

Not all instances were caught in this change, so more work is required to
finish this conversion.  Similar changes are required for UMA zone names.
2005-10-31 15:41:29 +00:00
..
hpfs_alsubr.c - Add a new 'flags' parameter to getblk(). 2003-03-04 00:04:44 +00:00
hpfs_ioctl.h
hpfs_lookup.c
hpfs_subr.c Convert to nmount. Add backwards compat cmount method. 2004-12-06 20:14:20 +00:00
hpfs_subr.h Convert to nmount. Add backwards compat cmount method. 2004-12-06 20:14:20 +00:00
hpfs_vfsops.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
hpfs_vnops.c - Change all filesystems and vfs_cache to relock the dvp once the child is 2005-04-13 10:59:09 +00:00
hpfs.h XXX: unnecessary pointer in inode. 2005-03-16 07:21:38 +00:00
hpfsmount.h