Home
last modified time | relevance | path

Searched refs:domount (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dmount.c125 error = domount("pxfs", uap, vp, CRED(), &vfsp); in mount()
130 error = domount(NULL, uap, vp, CRED(), &vfsp); in mount()
/titanic_41/usr/src/cmd/zinject/
H A Dzinject.c560 int domount = 0; in main() local
698 domount = 1; in main()
966 if (dataset[0] != '\0' && domount) { in main()
978 if (dataset[0] != '\0' && domount) in main()
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dmount.c720 goto domount; in boot_nfs_mountroot()
724 goto domount; in boot_nfs_mountroot()
755 goto domount; in boot_nfs_mountroot()
760 domount: in boot_nfs_mountroot()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c850 goto domount; in zfsctl_snapdir_lookup()
891 domount: in zfsctl_snapdir_lookup()
907 err = domount("zfs", &margs, *vpp, kcred, &vfsp); in zfsctl_snapdir_lookup()
/titanic_41/usr/src/cmd/zoneadmd/
H A Dvplat.c881 domount(zlog_t *zlogp, const char *fstype, const char *opts, in domount() function
1306 if ((rv = domount(zlogp, fsptr->zone_fs_type, optstr, in mount_one()
1405 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, fromdir, in build_mounted_pre_var()
1425 if (domount(zlogp, MNTTYPE_LOFS, "", rootpath, tmp) != 0) in build_mounted_pre_var()
1474 if (domount(zlogp, MNTTYPE_LOFS, "", fromdir, tmp) in build_mounted_post_var()
1512 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, *cpp, in build_mounted_post_var()
1546 if (domount(zlogp, MNTTYPE_TMPFS, "", "swap", tmp) != 0) { in build_mounted_post_var()
3936 (void) domount(zlogp, MNTTYPE_AUTOFS, optstr, in tsol_mounts()
4760 if (domount(zlogp, "tmpfs", "", "swap", rootpath) != 0) in vplat_create()
/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h487 int domount(char *, struct mounta *, vnode_t *, struct cred *,
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c848 if (domount(NULL, &mounta, mvp, CRED(), &vfsp)) in vfs_mountfs()
1163 domount(char *fsname, struct mounta *uap, vnode_t *vp, struct cred *credp, in domount() function
/titanic_41/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1219 error = domount(NULL, &margs, mvp, zcred, &vfsp); in auto_perform_actions()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1932 retval = domount(NULL, uap, stubvp, cr, vfsp); in nfs4_trigger_domount()