Searched refs:domount (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dmount.c125 error = domount("pxfs", uap, vp, CRED(), &vfsp);
130 error = domount(NULL, uap, vp, CRED(), &vfsp);
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c664 int domount = 0; local
803 domount = 1;
1071 if (dataset[0] != '\0' && domount) {
1083 if (dataset[0] != '\0' && domount)
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c720 goto domount;
724 goto domount;
755 goto domount;
760 domount:
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A Dboot1.c63 static int domount(const char *device);
350 if (domount(bootpath) == -1)
351 panic("domount");
500 domount(const char *device) function
504 printf("domount: can't open device\n");
510 printf("domount: can't read superblock\n");
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c805 * from the domount() code while it was trying to look up the
807 * add some flag to domount() to tell it not to do this lookup.
851 goto domount;
892 domount:
908 err = domount("zfs", &margs, *vpp, kcred, &vfsp);
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h473 int domount(char *, struct mounta *, vnode_t *, struct cred *,
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c883 domount(zlog_t *zlogp, const char *fstype, const char *opts, function
1308 if ((rv = domount(zlogp, fsptr->zone_fs_type, optstr,
1407 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, fromdir,
1427 if (domount(zlogp, MNTTYPE_LOFS, "", rootpath, tmp) != 0)
1476 if (domount(zlogp, MNTTYPE_LOFS, "", fromdir, tmp)
1514 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, *cpp,
1548 if (domount(zlogp, MNTTYPE_TMPFS, "", "swap", tmp) != 0) {
3937 (void) domount(zlogp, MNTTYPE_AUTOFS, optstr,
4855 if (domount(zlogp, "tmpfs", "", "swap", rootpath) != 0)
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1219 error = domount(NULL, &margs, mvp, zcred, &vfsp);
1223 CE_WARN, "autofs: domount of %s failed "
2119 * in domount() called from auto_perform_actions() if unmount of
2120 * trigger parent fails. domount() calls lookupname() to resolve
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c800 if (domount(NULL, &mounta, mvp, CRED(), &vfsp))
1108 domount(char *fsname, struct mounta *uap, vnode_t *vp, struct cred *credp, function
1330 * itself when it calls domount().
1854 * safe, because domount() uses pn_get(), and other callers
3034 * into the file system name space (i.e., domount() with MNT_NOSPICE).
4325 * The problem is that this gets called out of domount() with
4328 * call VFS_RELE() from domount() if VFS_MOUNT() hasn't successfully
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c945 * discarded, as domount() requires the info from just one esi,
1926 /* domount() expects us to count the trailing NUL */
1937 retval = domount(NULL, uap, stubvp, cr, vfsp);
1971 * Build an nfs_args structure for passing to domount().

Completed in 84 milliseconds