Searched defs:mountfs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dfs_include.sh303 # mountfs $opts $path $type $fsopts $special
320 mountfs() { function
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c96 static void mountfs(struct mnttab *);
270 mountfs(&mnt);
414 mountfs(struct mnttab *mnt) function
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c97 static int mountfs();
253 static int mountfs(struct vfs *, enum whymountroot, struct vnode *, char *,
423 error = mountfs(vfsp, why, lvp != NULL ? lvp : svp,
545 error = mountfs(vfsp, why, devvp, "/", CRED(), 1, NULL, 0);
549 * to mountfs.
796 mountfs(struct vfs *vfsp, enum whymountroot why, struct vnode *devvp, function

Completed in 76 milliseconds