1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys/fs/msdosfs
Jeff Roberson 767b9a529d - Cleanup unlocked accesses to buf flags by introducing a new b_vflag member
that is protected by the vnode lock.
 - Move B_SCANNED into b_vflags and call it BV_SCANNED.
 - Create a vop_stdfsync() modeled after spec's sync.
 - Replace spec_fsync, msdos_fsync, and hpfs_fsync with the stdfsync and some
   fs specific processing.  This gives all of these filesystems proper
   behavior wrt MNT_WAIT/NOWAIT and the use of the B_SCANNED flag.
 - Annotate the locking in buf.h
2003-02-09 11:28:35 +00:00
..
bootsect.h Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP to 2002-10-21 19:00:50 +00:00
bpb.h
denode.h Fix instances of macros with improperly parenthasized arguments. 2002-11-09 12:55:07 +00:00
direntry.h
fat.h
msdosfs_conv.c Split the global timezone structure into two integer fields to 2003-02-03 19:49:35 +00:00
msdosfs_denode.c Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. 2003-01-21 08:56:16 +00:00
msdosfs_fat.c
msdosfs_lookup.c
msdosfs_vfsops.c Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. 2003-01-21 08:56:16 +00:00
msdosfs_vnops.c - Cleanup unlocked accesses to buf flags by introducing a new b_vflag member 2003-02-09 11:28:35 +00:00
msdosfsmount.h