Searched refs:vfs_rootmountalloc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmount_internal.h431 /* vfs_rootmountalloc should be kept as a private api */
432 errno_t vfs_rootmountalloc(const char *, const char *, mount_t *mpp);
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c1060 if ((error = vfs_rootmountalloc("nfs", ndmntp->ndm_mntfrom, &mp))) {
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c1030 vfs_rootmountalloc(const char *fstypename, const char *devname, mount_t *mpp) function

Completed in 95 milliseconds