Home
last modified time | relevance | path

Searched refs:vfs_mountfs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c793 vfs_mountfs(char *module, char *spec, char *path) in vfs_mountfs() function
913 vfs_mountfs("ctfs", "ctfs", CTFS_ROOT); in vfs_mountroot()
914 vfs_mountfs("proc", "/proc", "/proc"); in vfs_mountroot()
915 vfs_mountfs("mntfs", "/etc/mnttab", "/etc/mnttab"); in vfs_mountroot()
916 vfs_mountfs("tmpfs", "/etc/svc/volatile", "/etc/svc/volatile"); in vfs_mountroot()
917 vfs_mountfs("objfs", "objfs", OBJFS_ROOT); in vfs_mountroot()
918 vfs_mountfs("bootfs", "bootfs", "/system/boot"); in vfs_mountroot()
921 vfs_mountfs("sharefs", "sharefs", "/etc/dfs/sharetab"); in vfs_mountroot()