Home
last modified time | relevance | path

Searched refs:export_args (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/sys/
H A Dmount.h62 struct export_args { struct
77 struct export_args export_info;/* network export information */ argument
85 struct export_args export_info;/* if exported MFSes are supported */
95 struct export_args export_info;/* network export info */
186 struct export_args export_info;
206 struct export_args export_info;/* network export information */
610 int vfs_export(struct mount *, struct netexport *, struct export_args *);
/openbsd/sys/kern/
H A Dvfs_subr.c116 struct export_args *);
1471 struct export_args *argp) in vfs_hang_addrlist()
1570 vfs_export(struct mount *mp, struct netexport *nep, struct export_args *argp) in vfs_export()
/openbsd/sbin/mountd/
H A Dmountd.c156 struct export_args er_args;
598 imsg_export(const char *dir, struct export_args *args) in imsg_export()
1932 struct export_args args; in do_mount()