Searched refs:mdio_rootmount (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/geom/raid/ |
| H A D | md_jmicron.c | 109 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 733 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_jmicron_start() 734 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_jmicron_start() 735 mdi->mdio_rootmount = NULL; in g_raid_md_jmicron_start() 920 mdi->mdio_rootmount = root_mount_hold("GRAID-JMicron"); in g_raid_md_taste_jmicron() 921 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount); in g_raid_md_taste_jmicron() 1554 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_jmicron() 1555 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_jmicron() 1556 mdi->mdio_rootmount = NULL; in g_raid_md_free_jmicron()
|
| H A D | md_nvidia.c | 120 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 742 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_nvidia_start() 743 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_nvidia_start() 744 mdi->mdio_rootmount = NULL; in g_raid_md_nvidia_start() 917 mdi->mdio_rootmount = root_mount_hold("GRAID-NVIDIA"); in g_raid_md_taste_nvidia() 918 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount); in g_raid_md_taste_nvidia() 1574 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_nvidia() 1575 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_nvidia() 1576 mdi->mdio_rootmount = NULL; in g_raid_md_free_nvidia()
|
| H A D | md_sii.c | 117 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 813 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_sii_start() 814 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_sii_start() 815 mdi->mdio_rootmount = NULL; in g_raid_md_sii_start() 1010 mdi->mdio_rootmount = root_mount_hold("GRAID-SiI"); in g_raid_md_taste_sii() 1011 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount); in g_raid_md_taste_sii() 1662 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_sii() 1663 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_sii() 1664 mdi->mdio_rootmount = NULL; in g_raid_md_free_sii()
|
| H A D | md_intel.c | 229 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 1360 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_intel_start() 1361 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_intel_start() 1362 mdi->mdio_rootmount = NULL; in g_raid_md_intel_start() 1582 mdi->mdio_rootmount = root_mount_hold("GRAID-Intel"); in g_raid_md_taste_intel() 1583 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount); in g_raid_md_taste_intel() 2706 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_intel() 2707 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_intel() 2708 mdi->mdio_rootmount = NULL; in g_raid_md_free_intel()
|
| H A D | md_ddf.c | 99 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 3080 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_ddf() 3081 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_ddf() 3082 mdi->mdio_rootmount = NULL; in g_raid_md_free_ddf()
|