Home
last modified time | relevance | path

Searched refs:oexport_args (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/fs/cd9660/
H A Dcd9660_mount.h45 struct oexport_args export; /* network export info */
/freebsd-12.1/sys/fs/msdosfs/
H A Dmsdosfsmount.h232 struct oexport_args export; /* network export information */
/freebsd-12.1/sys/ufs/ufs/
H A Dufsmount.h43 struct oexport_args export; /* network export information */
/freebsd-12.1/sys/sys/
H A Dmount.h466 struct oexport_args { struct
930 void vfs_oexport_conv(const struct oexport_args *oexp,
/freebsd-12.1/sys/kern/
H A Dvfs_mount.c1045 case (sizeof(struct oexport_args)): in vfs_domount_update()
2049 vfs_oexport_conv(const struct oexport_args *oexp, struct export_args *exp) in vfs_oexport_conv()