freebsd-src/sys/fs/udf
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
..
ecma167-udf.h use __packed. 2002-09-23 18:54:32 +00:00
osta.c Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that the 2003-11-05 06:55:23 +00:00
osta.h Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that the 2003-11-05 06:55:23 +00:00
udf.h Move UDF to GEOM backing instead of DEVFS. 2004-10-29 10:40:58 +00:00
udf_iconv.c Add hooks for translating directories entries using the iconv methods. 2003-11-05 06:56:08 +00:00
udf_mount.h Add hooks for translating directories entries using the iconv methods. 2003-11-05 06:56:08 +00:00
udf_vfsops.c VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases 2004-12-05 22:41:02 +00:00
udf_vnops.c Back when VOP_* was introduced, we did not have new-style struct 2004-12-01 23:16:38 +00:00