freebsd-dev/sys/fs/msdosfs
Alexander Kabaev ca430f2e92 Remove mntvnode_mtx and replace it with per-mountpoint mutex.
Introduce two new macros MNT_ILOCK(mp)/MNT_IUNLOCK(mp) to
operate on this mutex transparently.

Eventually new mutex will be protecting more fields in
struct mount, not only vnode list.

Discussed with: jeff
2003-11-05 04:30:08 +00:00
..
bootsect.h Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP to 2002-10-21 19:00:50 +00:00
bpb.h Axe more unused GEMDOS code that was #ifdef atari. 2001-11-28 16:56:42 +00:00
denode.h change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660 2003-06-24 22:11:20 +00:00
direntry.h Fixed some style bugs in previous commit. Mainly, forward-declare 2003-09-27 01:18:27 +00:00
fat.h Remove __P. 2002-03-19 22:20:14 +00:00
msdosfs_conv.c - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
msdosfs_denode.c - Don't cache_purge() in *_reclaim routines. vclean() does it for us so 2003-10-05 02:43:30 +00:00
msdosfs_fat.c - Add a new 'flags' parameter to getblk(). 2003-03-04 00:04:44 +00:00
msdosfs_iconv.c - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
msdosfs_lookup.c - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
msdosfs_vfsops.c Remove mntvnode_mtx and replace it with per-mountpoint mutex. 2003-11-05 04:30:08 +00:00
msdosfs_vnops.c DuH! 2003-10-18 14:10:28 +00:00
msdosfsmount.h - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00