Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dkmod_core.c260 zfs_root_token = root_mount_hold("ZFS"); in zfs__init()
/freebsd/sys/kern/
H A Dvfs_mountroot.c140 SYSCTL_PROC(_vfs, OID_AUTO, root_mount_hold,
170 root_mount_hold(const char *identifier) in root_mount_hold() function
/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c381 sc->sc_root_token = root_mount_hold(device_get_nameunit(sc->dev)); in cbb_pci_attach()
/freebsd/sys/dev/usb/controller/
H A Dusb_controller.c181 bus->bus_roothold = root_mount_hold(device_get_nameunit(dev)); in usb_attach()
/freebsd/sys/sys/
H A Dsystm.h520 struct root_hold_token *root_mount_hold(const char *identifier);
/freebsd/sys/geom/raid/
H A Dmd_jmicron.c918 mdi->mdio_rootmount = root_mount_hold("GRAID-JMicron"); in g_raid_md_taste_jmicron()
H A Dmd_nvidia.c915 mdi->mdio_rootmount = root_mount_hold("GRAID-NVIDIA"); in g_raid_md_taste_nvidia()
H A Dmd_sii.c1008 mdi->mdio_rootmount = root_mount_hold("GRAID-SiI"); in g_raid_md_taste_sii()
H A Dg_raid.c1959 vol->v_rootmount = root_mount_hold("GRAID"); in g_raid_create_volume()
H A Dmd_intel.c1580 mdi->mdio_rootmount = root_mount_hold("GRAID-Intel"); in g_raid_md_taste_intel()
/freebsd/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1068 root_mount_token = root_mount_hold("storvsc"); in storvsc_attach()
/freebsd/sys/geom/part/
H A Dg_part.c1996 rht = root_mount_hold(mp->name); in g_part_taste()
/freebsd/sys/geom/journal/
H A Dg_journal.c2275 sc->sc_rootmount = root_mount_hold("GJOURNAL"); in g_journal_create()
/freebsd/sys/geom/mirror/
H A Dg_mirror.c3206 sc->sc_rootmount = root_mount_hold("GMIRROR"); in g_mirror_create()
/freebsd/sys/geom/raid3/
H A Dg_raid3.c3250 sc->sc_rootmount = root_mount_hold("GRAID3"); in g_raid3_create()
/freebsd/libexec/rc/
H A Drc.subr2519 holders="$(sysctl -n vfs.root_mount_hold)"