Searched refs:root_mount_hold (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dsystm.h415 struct root_hold_token *root_mount_hold(const char *identifier);
/freebsd-10-stable/sys/dev/usb/controller/
H A Dusb_controller.c185 bus->bus_roothold = root_mount_hold(device_get_nameunit(dev));
/freebsd-10-stable/sys/dev/pccbb/
H A Dpccbb_pci.c451 sc->sc_root_token = root_mount_hold(device_get_nameunit(sc->dev));
/freebsd-10-stable/sys/kern/
H A Dvfs_mountroot.c133 root_mount_hold(const char *identifier) function
/freebsd-10-stable/sys/geom/raid/
H A Dmd_jmicron.c918 mdi->mdio_rootmount = root_mount_hold("GRAID-JMicron");
919 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
H A Dmd_nvidia.c915 mdi->mdio_rootmount = root_mount_hold("GRAID-NVIDIA");
916 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
H A Dmd_sii.c1008 mdi->mdio_rootmount = root_mount_hold("GRAID-SiI");
1009 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
H A Dg_raid.c1995 vol->v_rootmount = root_mount_hold("GRAID");
1996 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", vol->v_rootmount);
H A Dmd_intel.c1579 mdi->mdio_rootmount = root_mount_hold("GRAID-Intel");
1580 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
/freebsd-10-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1048 root_mount_token = root_mount_hold("storvsc");
/freebsd-10-stable/sys/geom/part/
H A Dg_part.c1916 rht = root_mount_hold(mp->name);
/freebsd-10-stable/sys/geom/journal/
H A Dg_journal.c2270 sc->sc_rootmount = root_mount_hold("GJOURNAL");
2271 GJ_DEBUG(1, "root_mount_hold %p", sc->sc_rootmount);
/freebsd-10-stable/sys/geom/mirror/
H A Dg_mirror.c3008 sc->sc_rootmount = root_mount_hold("GMIRROR");
3009 G_MIRROR_DEBUG(1, "root_mount_hold %p", sc->sc_rootmount);
/freebsd-10-stable/sys/geom/raid3/
H A Dg_raid3.c3228 sc->sc_rootmount = root_mount_hold("GRAID3");
3229 G_RAID3_DEBUG(1, "root_mount_hold %p", sc->sc_rootmount);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c6792 zfs_root_token = root_mount_hold("ZFS");

Completed in 138 milliseconds