Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/cd9660/
H A Dcd9660_mount.h44 struct oexport_args export; /* network export info */
/freebsd-14.2/sys/fs/msdosfs/
H A Dmsdosfsmount.h256 struct oexport_args export; /* network export information */
/freebsd-14.2/sys/ufs/ufs/
H A Dufsmount.h42 struct oexport_args export; /* network export information */
/freebsd-14.2/sys/sys/
H A Dmount.h578 struct oexport_args { struct
/freebsd-14.2/sys/kern/
H A Dvfs_mount.c1459 case (sizeof(struct oexport_args)): in vfs_domount_update()