Searched hist:138412 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/fs/udf/
H A Dudf_vfsops.cdiff 138412 Sun Dec 05 20:41:02 MST 2004 phk 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.
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_vfsops.cdiff 138412 Sun Dec 05 20:41:02 MST 2004 phk 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.
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vfsops.cdiff 138412 Sun Dec 05 20:41:02 MST 2004 phk 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.
/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_vfsops.cdiff 138412 Sun Dec 05 20:41:02 MST 2004 phk 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.
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.cdiff 138412 Sun Dec 05 20:41:02 MST 2004 phk 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.
/freebsd-11-stable/sys/sys/
H A Dmount.hdiff 138412 Sun Dec 05 20:41:02 MST 2004 phk 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.
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_vfsops.cdiff 138412 Sun Dec 05 20:41:02 MST 2004 phk 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.
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.cdiff 138412 Sun Dec 05 20:41:02 MST 2004 phk 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.
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vfsops.cdiff 138412 Sun Dec 05 20:41:02 MST 2004 phk 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.

Completed in 701 milliseconds