freebsd-dev/sys/fs/ntfs
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
..
ntfs_compr.c
ntfs_compr.h
ntfs_iconv.c - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
ntfs_ihash.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
ntfs_ihash.h Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ntfs_inode.h Do the dreaded s/dev_t/struct cdev */ 2004-06-16 09:47:26 +00:00
ntfs_subr.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
ntfs_subr.h - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
ntfs_vfsops.c Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
ntfs_vfsops.h make M_NTFSMNT and ntfs_calccfree() static 2005-02-10 12:09:49 +00:00
ntfs_vnops.c - Correct the dprintf format int the _lookup routine. 2005-03-28 14:26:01 +00:00
ntfs.h Do not declare M_NTFSMNT with extern linkage here, since 2005-09-11 15:57:07 +00:00
ntfsmount.h - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00