Home
last modified time | relevance | path

Searched refs:root_mount_hold (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/sys/kern/
Dvfs_mountroot.c143 SYSCTL_PROC(_vfs, OID_AUTO, root_mount_hold,
173 root_mount_hold(const char *identifier) in root_mount_hold() function
/freebsd-12-stable/sys/sys/
Dsystm.h516 struct root_hold_token *root_mount_hold(const char *identifier);
/freebsd-12-stable/sys/dev/usb/controller/
Dusb_controller.c184 bus->bus_roothold = root_mount_hold(device_get_nameunit(dev)); in usb_attach()
/freebsd-12-stable/sys/dev/pccbb/
Dpccbb_pci.c427 sc->sc_root_token = root_mount_hold(device_get_nameunit(sc->dev)); in cbb_pci_attach()
/freebsd-12-stable/sys/geom/raid/
Dmd_jmicron.c920 mdi->mdio_rootmount = root_mount_hold("GRAID-JMicron"); in g_raid_md_taste_jmicron()
Dmd_sii.c1010 mdi->mdio_rootmount = root_mount_hold("GRAID-SiI"); in g_raid_md_taste_sii()
Dmd_nvidia.c917 mdi->mdio_rootmount = root_mount_hold("GRAID-NVIDIA"); in g_raid_md_taste_nvidia()
Dg_raid.c1960 vol->v_rootmount = root_mount_hold("GRAID"); in g_raid_create_volume()
Dmd_intel.c1582 mdi->mdio_rootmount = root_mount_hold("GRAID-Intel"); in g_raid_md_taste_intel()
/freebsd-12-stable/sys/dev/hyperv/storvsc/
Dhv_storvsc_drv_freebsd.c1064 root_mount_token = root_mount_hold("storvsc"); in storvsc_attach()
/freebsd-12-stable/sys/geom/part/
Dg_part.c1993 rht = root_mount_hold(mp->name); in g_part_taste()
/freebsd-12-stable/sys/geom/journal/
Dg_journal.c2269 sc->sc_rootmount = root_mount_hold("GJOURNAL"); in g_journal_create()
/freebsd-12-stable/sys/geom/mirror/
Dg_mirror.c3117 sc->sc_rootmount = root_mount_hold("GMIRROR"); in g_mirror_create()
/freebsd-12-stable/sys/geom/raid3/
Dg_raid3.c3220 sc->sc_rootmount = root_mount_hold("GRAID3"); in g_raid3_create()
/freebsd-12-stable/libexec/rc/
Drc.subr1992 holders="$(sysctl -n vfs.root_mount_hold)"
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_ioctl.c7254 zfs_root_token = root_mount_hold("ZFS"); in zfs__init()