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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmount_internal.h367 /* vfs_rootmountalloc should be kept as a private api */
368 errno_t vfs_rootmountalloc(const char *, const char *, mount_t *mpp);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c988 if ((error = vfs_rootmountalloc("nfs", ndmntp->ndm_host, &mp))) {
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c901 vfs_rootmountalloc(const char *fstypename, const char *devname, mount_t *mpp) function

Completed in 94 milliseconds