Searched refs:mountfs (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | fs-usr | 105 mountfs -m $mountp $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL 116 mountfs -O $mountp cachefs $mntopts $special || 137 mountfs - /usr $fstype $mntopts - || 152 mountfs - $mountp $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL 160 mountfs - /dev/fd - - - || exit $SMF_EXIT_ERR_FATAL
|
H A D | fs-root | 100 mountfs - /usr $cfsbacktype ro $special || 103 mountfs - /usr $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL 139 mountfs -O /usr $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL 176 mountfs - /boot $fstype $mntopts - || exit $SMF_EXIT_ERR_FATAL
|
H A D | fs-minimal | 52 mountfs -O $mountp $fstype $mntopts - || 68 mountfs -O /var/run tmpfs - swap || exit $SMF_EXIT_ERR_FATAL
|
/titanic_41/usr/src/cmd/svc/shell/ |
H A D | fs_include.sh | 320 mountfs() { function
|
/titanic_41/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 96 static void mountfs(struct mnttab *); 270 mountfs(&mnt); in main() 414 mountfs(struct mnttab *mnt) in mountfs() function
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 97 static int mountfs(); 253 static int mountfs(struct vfs *, enum whymountroot, struct vnode *, char *, 423 error = mountfs(vfsp, why, lvp != NULL ? lvp : svp, in ufs_mount() 545 error = mountfs(vfsp, why, devvp, "/", CRED(), 1, NULL, 0); in ufs_mountroot() 796 mountfs(struct vfs *vfsp, enum whymountroot why, struct vnode *devvp, in mountfs() function
|