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

/freebsd-13-stable/sys/kern/
H A Dvfs_export.c102 * Called by vfs_export() to set up the lists of export addresses.
300 vfs_export(struct mount *mp, struct export_args *argp) function
361 * Once we have executed the vfs_export() command, we do
387 * no longer exported. May be called from either vfs_export
H A Dvfs_mount.c1234 export_error = vfs_export(mp, &export);
1256 export_error = vfs_export(mp, &export);
/freebsd-13-stable/sys/sys/
H A Dmount.h243 struct lock mnt_explock; /* vfs_export walkers lock */
986 int vfs_export /* process mount export info */
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3387 * vfs_export(). This has to be done, since the v4 root fake fs isn't
3398 error = vfs_export(&nfsv4root_mnt, &nfsexargp->export);

Completed in 93 milliseconds