NetBSD/sys/msdosfs
jdolecek 07fd899a7f Add new CLUST_END and use it as parameter to pcbmap() when searching
for end cluster, instead of explicitly passing 0xffff. This fixes potential
problem for FAT32, where cluster number may be legally bigger than 0xffff.

Also change clusteralloc() so that fillwith is not explicitly passed by caller
anymore (there is no need to use anything other than CLUST_EOFE).

Reviewed by: Wolfgang Solfrank
2000-03-27 17:40:26 +00:00
..
Makefile
TODO one more 2000-03-27 10:15:13 +00:00
bootsect.h
bpb.h
denode.h
direntry.h
fat.h Add new CLUST_END and use it as parameter to pcbmap() when searching 2000-03-27 17:40:26 +00:00
msdosfs_conv.c unix2dostime(), dos2unixtime(): use value of rtc_offset to shift the time value 2000-02-28 10:43:08 +00:00
msdosfs_denode.c Add new CLUST_END and use it as parameter to pcbmap() when searching 2000-03-27 17:40:26 +00:00
msdosfs_fat.c Add new CLUST_END and use it as parameter to pcbmap() when searching 2000-03-27 17:40:26 +00:00
msdosfs_lookup.c Support async option by using delayed writes for metadata when mounted 2000-03-27 09:44:45 +00:00
msdosfs_vfsops.c Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00
msdosfs_vnops.c Add new CLUST_END and use it as parameter to pcbmap() when searching 2000-03-27 17:40:26 +00:00
msdosfsmount.h Add new VFS op routine - vfs_done and call it on filesystem detach 2000-03-16 18:08:17 +00:00