NetBSD/sys/msdosfs
perseant f0728fdce1 Change the sementics of the last parameter from a boolean ("waitfor") to
a set of flags ("flags").  Two flags are defined, UPDATE_WAIT and
UPDATE_DIROP.

Under the old semantics, VOP_UPDATE would block if waitfor were set,
under the assumption that directory operations should be done
synchronously.  At least LFS and FFS+softdep do not make this
assumption; FFS+softdep got around the problem by enclosing all relevant
calls to VOP_UPDATE in a "if(!DOINGSOFTDEP(vp))", while LFS simply
ignored waitfor, one of the reasons why NFS-serving an LFS filesystem
did not work properly.

Under the new semantics, the UPDATE_DIROP flag is a hint to the
fs-specific update routine that the call comes from a dirop routine, and
should be wait for, or not, accordingly.

Closes PR#8996.
2000-05-13 23:43:06 +00:00
..
Makefile
TODO one more 2000-03-27 10:15:13 +00:00
bootsect.h
bpb.h
denode.h
direntry.h
fat.h passs FAT block mask as argument to MSDOSFSEOF(), so that fat.h is 2000-05-13 06:04:41 +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 Change the sementics of the last parameter from a boolean ("waitfor") to 2000-05-13 23:43:06 +00:00
msdosfs_fat.c passs FAT block mask as argument to MSDOSFSEOF(), so that fat.h is 2000-05-13 06:04:41 +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 a comment regarding FATMIRROR bit usage and restructure the code 2000-04-03 18:12:12 +00:00
msdosfs_vnops.c Change the sementics of the last parameter from a boolean ("waitfor") to 2000-05-13 23:43:06 +00:00
msdosfsmount.h Delete redunctant decls of msdosfs_{mount,start,unmount,root,quotactl, 2000-03-30 02:29:46 +00:00