/freebsd/sys/fs/cd9660/ |
H A D | iso.h | diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h> diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
|
H A D | cd9660_vfsops.c | diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h> diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfsmount.h | diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h> diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
|
H A D | msdosfs_vfsops.c | diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h> diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_vfsops.c | diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h> diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
|
H A D | ufsmount.h | diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h> diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
|
H A D | ufs_extern.h | diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h> diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
|
/freebsd/sys/kern/ |
H A D | vfs_default.c | diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h> diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
|
H A D | vfs_export.c | diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h> diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
|
H A D | vfs_subr.c | diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h> diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
|
/freebsd/sys/sys/ |
H A D | mount.h | diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h> diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h> diff a13234bb35c2671d47ec5b12eb613bb5d62121f2 Wed Apr 25 09:07:52 CEST 2001 Poul-Henning Kamp <phk@FreeBSD.org> Move the netexport structure from the fs-specific mountstructure to struct mount.
This makes the "struct netexport *" paramter to the vfs_export and vfs_checkexport interface unneeded.
Consequently that all non-stacking filesystems can use vfs_stdcheckexp().
At the same time, make it a pointer to a struct netexport in struct mount, so that we can remove the bogus AF_MAX and #include <net/radix.h> from <sys/mount.h>
|