NetBSD/sys/fs/msdosfs
hannken 3881f4f3f9 Replace macro v_specmountpoint with two functions spec_node_getmountedfs()
and spec_node_setmountedfs() to manage the file system mounted on a device.
Assert the device is a block device.

Welcome to 6.99.24

Discussed on tech-kern@ some time ago.

Reviewed by: David Holland <dholland@netbsd.org>
2013-09-30 18:57:59 +00:00
..
bootsect.h Stylistic changes in comments/strings: 2012-11-04 17:57:59 +00:00
bpb.h Stylistic changes in comments/strings: 2012-11-04 17:57:59 +00:00
denode.h fix fstat build. 2013-01-26 19:45:02 +00:00
direntry.h expose more stuff if MAKEFS is defined for the headers, and arrange for 2013-01-26 00:21:49 +00:00
fat.h expose more stuff if MAKEFS is defined for the headers, and arrange for 2013-01-26 00:21:49 +00:00
files.msdosfs
Makefile
msdosfs_conv.c more cross-compile friendly. 2013-01-26 16:51:51 +00:00
msdosfs_denode.c Change bread() and breadn() to never return a buffer on 2012-12-20 08:03:41 +00:00
msdosfs_fat.c A little more debugging. 2013-01-28 00:17:18 +00:00
msdosfs_lookup.c more cross-compile friendly. 2013-01-26 16:51:51 +00:00
msdosfs_vfsops.c Replace macro v_specmountpoint with two functions spec_node_getmountedfs() 2013-09-30 18:57:59 +00:00
msdosfs_vnops.c C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
msdosfsmount.h more cross-compile friendly. 2013-01-26 16:51:51 +00:00
TODO