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

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c287 zfs_root_token = root_mount_hold("ZFS");
/freebsd-13-stable/sys/kern/
H A Dvfs_mountroot.c144 SYSCTL_PROC(_vfs, OID_AUTO, root_mount_hold,
174 root_mount_hold(const char *identifier) function
/freebsd-13-stable/sys/sys/
H A Dsystm.h564 struct root_hold_token *root_mount_hold(const char *identifier);
/freebsd-13-stable/sys/dev/pccbb/
H A Dpccbb_pci.c419 sc->sc_root_token = root_mount_hold(device_get_nameunit(sc->dev));
/freebsd-13-stable/sys/dev/usb/controller/
H A Dusb_controller.c185 bus->bus_roothold = root_mount_hold(device_get_nameunit(dev));
/freebsd-13-stable/sys/geom/raid/
H A Dmd_jmicron.c920 mdi->mdio_rootmount = root_mount_hold("GRAID-JMicron");
921 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
H A Dmd_nvidia.c917 mdi->mdio_rootmount = root_mount_hold("GRAID-NVIDIA");
918 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
H A Dmd_sii.c1010 mdi->mdio_rootmount = root_mount_hold("GRAID-SiI");
1011 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
H A Dg_raid.c1963 vol->v_rootmount = root_mount_hold("GRAID");
1964 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", vol->v_rootmount);
H A Dmd_intel.c1582 mdi->mdio_rootmount = root_mount_hold("GRAID-Intel");
1583 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
/freebsd-13-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1064 root_mount_token = root_mount_hold("storvsc");
/freebsd-13-stable/sys/geom/journal/
H A Dg_journal.c2277 sc->sc_rootmount = root_mount_hold("GJOURNAL");
2278 GJ_DEBUG(1, "root_mount_hold %p", sc->sc_rootmount);
/freebsd-13-stable/sys/geom/part/
H A Dg_part.c1996 rht = root_mount_hold(mp->name);
/freebsd-13-stable/sys/geom/mirror/
H A Dg_mirror.c3176 sc->sc_rootmount = root_mount_hold("GMIRROR");
3177 G_MIRROR_DEBUG(1, "root_mount_hold %p", sc->sc_rootmount);
/freebsd-13-stable/sys/geom/raid3/
H A Dg_raid3.c3221 sc->sc_rootmount = root_mount_hold("GRAID3");
3222 G_RAID3_DEBUG(1, "root_mount_hold %p", sc->sc_rootmount);

Completed in 126 milliseconds