Searched defs:mountfs (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | fs_include.sh | 303 # mountfs $opts $path $type $fsopts $special 320 mountfs() { function
|
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 96 static void mountfs(struct mnttab *); 270 mountfs(&mnt); 414 mountfs(struct mnttab *mnt) function
|
/illumos-gate/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, 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 56 milliseconds