Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dmount.c123 error = domount("pxfs", uap, vp, CRED(), &vfsp); in mount()
128 error = domount(NULL, uap, vp, CRED(), &vfsp); in mount()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c718 goto domount; in boot_nfs_mountroot()
722 goto domount; in boot_nfs_mountroot()
753 goto domount; in boot_nfs_mountroot()
758 domount: in boot_nfs_mountroot()
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c749 int domount = 0; in main() local
912 domount = 1; in main()
1253 if (dataset[0] != '\0' && domount) { in main()
1270 if (dataset[0] != '\0' && domount) in main()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c845 goto domount; in zfsctl_snapdir_lookup()
886 domount: in zfsctl_snapdir_lookup()
902 err = domount("zfs", &margs, *vpp, kcred, &vfsp); in zfsctl_snapdir_lookup()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c897 domount(zlog_t *zlogp, const char *fstype, const char *opts, in domount() function
1326 if ((rv = domount(zlogp, fsptr->zone_fs_type, optstr, in mount_one()
1425 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, fromdir, in build_mounted_pre_var()
1445 if (domount(zlogp, MNTTYPE_LOFS, "", rootpath, tmp) != 0) in build_mounted_pre_var()
1494 if (domount(zlogp, MNTTYPE_LOFS, "", fromdir, tmp) in build_mounted_post_var()
1532 if (domount(zlogp, MNTTYPE_LOFS, RESOURCE_DEFAULT_OPTS, *cpp, in build_mounted_post_var()
1566 if (domount(zlogp, MNTTYPE_TMPFS, "", "swap", tmp) != 0) { in build_mounted_post_var()
4047 (void) domount(zlogp, MNTTYPE_AUTOFS, optstr, in tsol_mounts()
4998 if (domount(zlogp, "tmpfs", "", "swap", rootpath) != 0) in vplat_create()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h482 int domount(char *, struct mounta *, vnode_t *, struct cred *,
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h475 int domount(char *, struct mounta *, vnode_t *, struct cred *,
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c808 if (domount(NULL, &mounta, mvp, CRED(), &vfsp)) in vfs_mountfs()
1089 domount(char *fsname, struct mounta *uap, vnode_t *vp, struct cred *credp, in domount() function
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1221 error = domount(NULL, &margs, mvp, zcred, &vfsp); in auto_perform_actions()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1937 retval = domount(NULL, uap, stubvp, cr, vfsp); in nfs4_trigger_domount()