opnsense-src/sys/fs/ntfs
Guido van Rooij c53a28102a Fix ntfs such that it understand media with a non-512-bytes sector size:
1. Fixups are always done on 512 byte chunks (in stead of sectors). This
is kind of stupid.
2. Conevrt between NTFS blocknumbers (the blocksize equals the media
sector size) and the bread() and getblk() blocknr (which are 512-byte
sized)

NB: this change should not affect ntfs for 512-byte sector sizes.
2009-12-07 15:15:08 +00:00
..
ntfs.h Fix ntfs such that it understand media with a non-512-bytes sector size: 2009-12-07 15:15:08 +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 Don't enforce unique device minor number policy anymore. 2008-06-11 18:55:19 +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 Fix ntfs such that it understand media with a non-512-bytes sector size: 2009-12-07 15:15:08 +00:00
ntfs_subr.h Fix an integer overflow and allow access to files larger than 4GB on 2006-11-20 19:28:36 +00:00
ntfs_vfsops.c Fix ntfs such that it understand media with a non-512-bytes sector size: 2009-12-07 15:15:08 +00:00
ntfs_vfsops.h make M_NTFSMNT and ntfs_calccfree() static 2005-02-10 12:09:49 +00:00
ntfs_vnops.c According to phk@, VOP_STRATEGY should never, _ever_, return 2008-12-16 21:13:11 +00:00
ntfsmount.h - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00