<dec f='src/src/sys/nfs/nfs_var.h' l='358' type='int mountd_set_exports_list(const struct mountd_exports_list * , struct lwp * , struct mount * )'/>
<def f='src/src/sys/nfs/nfs_export.c' l='238' ll='337' type='int mountd_set_exports_list(const struct mountd_exports_list * mel, struct lwp * l, struct mount * nmp)'/>
<use f='src/src/sys/nfs/nfs_export.c' l='458' u='c' c='nfs_export_update_30'/>
<doc f='src/src/sys/nfs/nfs_export.c' l='229'>/*
 * Atomically set the NFS exports list of the given file system, replacing
 * it with a new list of entries.
 *
 * Returns zero on success or an appropriate error code otherwise.
 *
 * Helper function for the nfssvc(2) system call (NFSSVC_SETEXPORTSLIST
 * command).
 */</doc>
<use f='src/src/sys/nfs/nfs_syscalls.c' l='250' u='c' c='do_nfssvc'/>
