Searched refs:mdio_rootmount (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/geom/raid/
H A Dmd_jmicron.c109 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member in struct:g_raid_md_jmicron_object
733 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount);
734 root_mount_rel(mdi->mdio_rootmount);
735 mdi->mdio_rootmount = NULL;
920 mdi->mdio_rootmount = root_mount_hold("GRAID-JMicron");
921 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
1554 "root_mount_rel %p", mdi->mdio_rootmount);
1555 root_mount_rel(mdi->mdio_rootmount);
1556 mdi->mdio_rootmount = NULL;
H A Dmd_nvidia.c120 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member in struct:g_raid_md_nvidia_object
742 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount);
743 root_mount_rel(mdi->mdio_rootmount);
744 mdi->mdio_rootmount = NULL;
917 mdi->mdio_rootmount = root_mount_hold("GRAID-NVIDIA");
918 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
1574 "root_mount_rel %p", mdi->mdio_rootmount);
1575 root_mount_rel(mdi->mdio_rootmount);
1576 mdi->mdio_rootmount = NULL;
H A Dmd_sii.c117 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member in struct:g_raid_md_sii_object
813 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount);
814 root_mount_rel(mdi->mdio_rootmount);
815 mdi->mdio_rootmount = NULL;
1010 mdi->mdio_rootmount = root_mount_hold("GRAID-SiI");
1011 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
1662 "root_mount_rel %p", mdi->mdio_rootmount);
1663 root_mount_rel(mdi->mdio_rootmount);
1664 mdi->mdio_rootmount = NULL;
H A Dmd_intel.c229 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member in struct:g_raid_md_intel_object
1360 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount);
1361 root_mount_rel(mdi->mdio_rootmount);
1362 mdi->mdio_rootmount = NULL;
1582 mdi->mdio_rootmount = root_mount_hold("GRAID-Intel");
1583 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
2706 "root_mount_rel %p", mdi->mdio_rootmount);
2707 root_mount_rel(mdi->mdio_rootmount);
2708 mdi->mdio_rootmount = NULL;
H A Dmd_ddf.c99 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member in struct:g_raid_md_ddf_object
3080 "root_mount_rel %p", mdi->mdio_rootmount);
3081 root_mount_rel(mdi->mdio_rootmount);
3082 mdi->mdio_rootmount = NULL;

Completed in 184 milliseconds