Lines Matching defs:export
118 * Network export information.
123 struct netcred ne_defexported; /* Default export */
140 static int export(struct netexport *, const struct export_args *);
160 * Declare and initialize the file system export hooks.
306 error = export(ne, &mel->mel_exports[0]);
315 error = export(ne, &mel->mel_exports[i]);
381 * The return parameters for the export flags for the client are returned
413 * Handles legacy export requests. In this case, the export information
418 * Returns EJUSTRETURN if the given command was not a export request.
476 /* Set the default export entry. Handled internally by export upon
482 error = export(ne, &ea);
495 * Called by export() to set up a new entry in the lists of export
699 * Add a new export entry (described by an export_args structure) to the
703 export(struct netexport *nep, const struct export_args *argp)
736 * no longer exported. May be called from either export
810 * Look up an export entry in the exports list that matches the address
826 * Look in the export list first.