Searched refs:vfs_mountfs (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 813 vfs_mountfs(char *module, char *spec, char *path) in vfs_mountfs() function 933 vfs_mountfs("ctfs", "ctfs", CTFS_ROOT); in vfs_mountroot() 934 vfs_mountfs("proc", "/proc", "/proc"); in vfs_mountroot() 935 vfs_mountfs("mntfs", "/etc/mnttab", "/etc/mnttab"); in vfs_mountroot() 936 vfs_mountfs("tmpfs", "/etc/svc/volatile", "/etc/svc/volatile"); in vfs_mountroot() 937 vfs_mountfs("objfs", "objfs", OBJFS_ROOT); in vfs_mountroot() 938 vfs_mountfs("bootfs", "bootfs", "/system/boot"); in vfs_mountroot() 941 vfs_mountfs("sharefs", "sharefs", "/etc/dfs/sharetab"); in vfs_mountroot()
|