1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00
freebsd/sys/fs/msdosfs
Matthew Dillon 6b8bd2efc1 Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount
structure changes now rather then piecemeal later on.  mnt_nvnodelist
currently holds all the vnodes under the mount point.  This will eventually
be split into a 'dirty' and 'clean' list.  This way we only break kld's once
rather then twice.  nvnodelist will eventually turn into the dirty list
and should remain compatible with the klds.
2001-11-04 18:55:42 +00:00
..
bootsect.h Fix typo: seperate -> separate. 2001-02-06 11:21:58 +00:00
bpb.h
denode.h KSE Milestone 2 2001-09-12 08:38:13 +00:00
direntry.h
fat.h
msdosfs_conv.c - sys/msdosfs moved to sys/fs/msdosfs 2001-05-25 08:14:14 +00:00
msdosfs_denode.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
msdosfs_fat.c - sys/msdosfs moved to sys/fs/msdosfs 2001-05-25 08:14:14 +00:00
msdosfs_lookup.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
msdosfs_vfsops.c Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount 2001-11-04 18:55:42 +00:00
msdosfs_vnops.c KSE Milestone 2 2001-09-12 08:38:13 +00:00
msdosfsmount.h Move the netexport structure from the fs-specific mountstructure 2001-04-25 07:07:52 +00:00