Home | History | Annotate | Download | only in nfs

Lines Matching refs:nep

457  * If successful, returns 0 and sets *nep to the address of the new
459 * and *nep remains unmodified.
462 init_exports(struct mount *mp, struct netexport **nep)
487 *nep = ne;
499 hang_addrlist(struct mount *mp, struct netexport *nep,
513 np = &nep->ne_defexported;
555 if ((rnh = nep->ne_rtable[i]) == 0) {
562 rn_inithead((void **)&nep->ne_rtable[i],
567 if ((rnh = nep->ne_rtable[i]) == 0) {
703 export(struct netexport *nep, const struct export_args *argp)
705 struct mount *mp = nep->ne_mount;
710 if ((error = setpublicfs(mp, nep, argp)) != 0)
714 if ((error = hang_addrlist(mp, nep, argp)) != 0)
726 setpublicfs(struct mount *mp, struct netexport *nep,