1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/fs/msdosfs
Poul-Henning Kamp 743312367a VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases
doesn't.  Most of the implementations have grown weeds for this so they
copy some fields from mnt_stat if the passed argument isn't that.

Fix this the cleaner way:  Always call the implementation on mnt_stat
and copy that in toto to the VFS_STATFS argument if different.
2004-12-05 22:41:02 +00:00
..
bootsect.h
bpb.h
denode.h Remove the de_devvp and stop VREF'ing it for every vnode we create. 2004-12-02 10:09:33 +00:00
direntry.h Use size_t or ssize_t wherever appropriate instead of casting from int * 2004-02-19 09:56:58 +00:00
fat.h
msdosfs_conv.c Use size_t or ssize_t wherever appropriate instead of casting from int * 2004-02-19 09:56:58 +00:00
msdosfs_denode.c Remove the de_devvp and stop VREF'ing it for every vnode we create. 2004-12-02 10:09:33 +00:00
msdosfs_fat.c Merge from NetBSD: 2004-09-08 10:57:09 +00:00
msdosfs_fileno.c By popular request, add a workaround that allows large (>128GB or so) 2004-07-03 13:22:38 +00:00
msdosfs_iconv.c
msdosfs_lookup.c Merge from NetBSD: 2004-09-08 11:25:41 +00:00
msdosfs_vfsops.c VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases 2004-12-05 22:41:02 +00:00
msdosfs_vnops.c Remove the de_devvp and stop VREF'ing it for every vnode we create. 2004-12-02 10:09:33 +00:00
msdosfsmount.h Move MSDOSFS to GEOM backing instead of DEVFS. 2004-10-29 10:40:14 +00:00