freebsd-dev/sys/fs/ntfs
Kirk McKusick 6beb3bb4eb This update changes the mnt_flag field in the mount structure from
32 bits to 64 bits and eliminates the unused mnt_xflag field.  The
existing mnt_flag field is completely out of bits, so this update
gives us room to expand. Note that the f_flags field in the statfs
structure is already 64 bits, so the expanded mnt_flag field can
be exported without having to make any changes in the statfs structure.

Approved by: re (bz)
2011-07-24 17:43:09 +00:00
..
ntfs_compr.c
ntfs_compr.h
ntfs_iconv.c
ntfs_ihash.c Don't enforce unique device minor number policy anymore. 2008-06-11 18:55:19 +00:00
ntfs_ihash.h
ntfs_inode.h
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
ntfs_vfsops.c Add a lock flags argument to the VFS_FHTOVP() file system 2011-05-22 01:07:54 +00:00
ntfs_vfsops.h
ntfs_vnops.c Remove prtactive variable and related printf()s in the vop_inactive 2010-11-19 21:17:34 +00:00
ntfs.h This update changes the mnt_flag field in the mount structure from 2011-07-24 17:43:09 +00:00
ntfsmount.h The r184588 changed the layout of struct export_args, causing an ABI 2010-10-10 07:05:47 +00:00