Symbol: export_args
sbin/mountd/mountd.c
1954
struct export_args *eap;
sbin/mountd/mountd.c
2423
struct export_args export;
sys/kern/vfs_subr.c
2045
const struct export_args *argp)
sys/kern/vfs_subr.c
2189
const struct export_args *argp)
sys/kern/vfs_subr.c
2221
const struct export_args *argp)
sys/sys/mount.h
734
(struct mount *, struct netexport *, const struct export_args *);
sys/sys/mount.h
740
(struct mount *, struct netexport *, const struct export_args *);
sys/vfs/ext2fs/ext2_mount.h
51
struct export_args export; /* network export information */
sys/vfs/hammer/hammer.h
1178
const struct export_args *export);
sys/vfs/hammer/hammer_vfsops.c
1166
hammer_vfs_export(struct mount *mp, int op, const struct export_args *export)
sys/vfs/hammer/hammer_vnops.c
2556
if (ap->a_ctllen != sizeof(struct export_args))
sys/vfs/hammer/hammer_vnops.c
2560
(const struct export_args *)ap->a_ctl);
sys/vfs/hammer2/hammer2_vnops.c
2289
if (ap->a_ctllen != sizeof(struct export_args))
sys/vfs/hammer2/hammer2_vnops.c
2293
(const struct export_args *)ap->a_ctl);
sys/vfs/hpfs/hpfsmount.h
33
struct export_args export; /* network export information */
sys/vfs/isofs/cd9660/cd9660_mount.h
48
struct export_args export; /* network export info */
sys/vfs/msdosfs/msdosfsmount.h
228
struct export_args export; /* network export information */
sys/vfs/nfs/nfs.h
738
struct export_args *);
sys/vfs/ntfs/ntfsmount.h
39
struct export_args export; /* network export information */
sys/vfs/nullfs/null.h
40
struct export_args export; /* Network export information */
sys/vfs/nullfs/null.h
63
const struct export_args *export);
sys/vfs/nullfs/null_vfsops.c
357
nullfs_export(struct mount *mp, int op, const struct export_args *export)
sys/vfs/nullfs/null_vnops.c
215
if (ap->a_ctllen != sizeof(struct export_args))
sys/vfs/tmpfs/tmpfs_vnops.c
1892
if (ap->a_ctllen != sizeof(struct export_args))
sys/vfs/tmpfs/tmpfs_vnops.c
1896
(const struct export_args *) ap->a_ctl);
sys/vfs/udf/udf_mount.h
32
struct export_args export; /* network export info */
sys/vfs/ufs/ufsmount.h
41
struct export_args export; /* network export information */
sys/vfs/ufs/ufsmount.h
49
struct export_args export; /* if exported MFSes are supported */
usr.sbin/makefs/hammer2/hammer2_vnops.c
2776
if (ap->a_ctllen != sizeof(struct export_args))
usr.sbin/makefs/hammer2/hammer2_vnops.c
2780
(const struct export_args *)ap->a_ctl);