Searched refs:vfs_export (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dvfs_export.c88 * Called by vfs_export() to set up the lists of export addresses.
273 vfs_export(struct mount *mp, struct export_args *argp) function
326 * Once we have executed the vfs_export() command, we do
352 * no longer exported. May be called from either vfs_export
H A Dvfs_mount.c952 export_error = vfs_export(mp, &export);
964 export_error = vfs_export(mp, &export);
/freebsd-10.1-release/sys/sys/
H A Dmount.h191 struct lock mnt_explock; /* vfs_export walkers lock */
870 int vfs_export /* process mount export info */
/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2849 * vfs_export(). This has to be done, since the v4 root fake fs isn't
2860 error = vfs_export(&nfsv4root_mnt, &nfsexargp->export);

Completed in 177 milliseconds