HomeSort by: relevance | last modified time | path
    Searched refs:export_args (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/nfs/
nfs_export.c 137 const struct export_args *);
140 static int export(struct netexport *, const struct export_args *);
142 const struct export_args *);
439 * The following code assumes export_args has not
465 struct export_args ea;
500 const struct export_args *argp)
699 * Add a new export entry (described by an export_args structure) to the
703 export(struct netexport *nep, const struct export_args *argp)
727 const struct export_args *argp)
nfs_syscalls.c 120 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)
344 struct export_args *args;
351 args = (struct export_args *)malloc(mel.mel_nexports *
352 sizeof(struct export_args), M_TEMP, M_WAITOK);
nfs.h 179 * export_args to export_args30.
181 struct export_args { struct
230 struct export_args *mel_exports;
nfs_var.h 347 * of the number of export_args to copyin, and order arguments for
355 int (*exp_in)(struct export_args *, const void *, size_t);
  /src/sys/compat/netbsd32/
netbsd32_nfssvc.c 58 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)
  /src/sys/fs/nfs/common/
nfsport.h 962 struct export_args export;
  /src/usr.sbin/mountd/
mountd.c 1298 struct export_args *export = &mel->mel_exports[j];
1960 struct export_args *export;

Completed in 16 milliseconds