freebsd-dev/sys/fs/msdosfs
Poul-Henning Kamp 4be2eb8c49 I got tired of seeing all the cdevsw[major(foo)] all over the place.
Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
1999-05-08 06:40:31 +00:00
..
bootsect.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
bpb.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
denode.h Ensure that deHighClust in direntry always initialized. 1999-01-02 13:26:29 +00:00
direntry.h Support NT VFAT lower case flags. 1998-11-21 00:20:24 +00:00
fat.h Update MSDOSFS code using NetBSD's msdosfs as a guide to support 1998-02-18 09:28:47 +00:00
msdosfs_conv.c Support NT VFAT lower case flags. 1998-11-21 00:20:24 +00:00
msdosfs_denode.c Ifdefed conditionally used simplock variables. 1999-01-02 11:34:57 +00:00
msdosfs_fat.c Support compiling with `gcc -ansi'. 1998-04-15 17:47:40 +00:00
msdosfs_lookup.c Now empty DOS filesystems default to long file names. Non-empty filesystems 1999-01-02 18:52:13 +00:00
msdosfs_vfsops.c I got tired of seeing all the cdevsw[major(foo)] all over the place. 1999-05-08 06:40:31 +00:00
msdosfs_vnops.c Add sufficient braces to keep egcs happy about potentially ambiguous 1999-05-06 18:13:11 +00:00
msdosfsmount.h Implement loadable DOS<->local conversion tables for DOS names 1998-02-23 16:44:37 +00:00