Home
last modified time | relevance | path

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

/netbsd/src/sys/nfs/
Dnfs_export.c137 const struct export_args *);
140 static int export(struct netexport *, const struct export_args *);
142 const struct export_args *);
465 struct export_args ea; in init_exports()
500 const struct export_args *argp) in hang_addrlist()
703 export(struct netexport *nep, const struct export_args *argp) in export()
727 const struct export_args *argp) in setpublicfs()
Dnfs_syscalls.c120 static int nfssvc_exp_in(struct export_args *, const void *, size_t);
250 nfssvc_exp_in(struct export_args *exp, const void *argp, size_t nexports) in nfssvc_exp_in()
344 struct export_args *args; in do_nfssvc()
351 args = (struct export_args *)malloc(mel.mel_nexports * in do_nfssvc()
352 sizeof(struct export_args), M_TEMP, M_WAITOK); in do_nfssvc()
Dnfs.h181 struct export_args { struct
230 struct export_args *mel_exports;
Dnfs_var.h355 int (*exp_in)(struct export_args *, const void *, size_t);
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_nfssvc.c58 static int nfssvc32_exp_in(struct export_args *, const void *, size_t);
140 nfssvc32_exp_in(struct export_args *exp, const void *argp, size_t nexports) in nfssvc32_exp_in()
/netbsd/src/sys/fs/nfs/common/
Dnfsport.h962 struct export_args export;
/netbsd/src/usr.sbin/mountd/
Dmountd.c1298 struct export_args *export = &mel->mel_exports[j]; in get_exportlist()
1960 struct export_args *export; in add_export_arg()