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

/freebsd-10.2-release/sys/geom/raid/
H A Dmd_jmicron.c107 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member in struct:g_raid_md_jmicron_object
731 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount);
732 root_mount_rel(mdi->mdio_rootmount);
733 mdi->mdio_rootmount = NULL;
918 mdi->mdio_rootmount = root_mount_hold("GRAID-JMicron");
919 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
1552 "root_mount_rel %p", mdi->mdio_rootmount);
1553 root_mount_rel(mdi->mdio_rootmount);
1554 mdi->mdio_rootmount = NULL;
H A Dmd_nvidia.c118 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member in struct:g_raid_md_nvidia_object
740 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount);
741 root_mount_rel(mdi->mdio_rootmount);
742 mdi->mdio_rootmount = NULL;
915 mdi->mdio_rootmount = root_mount_hold("GRAID-NVIDIA");
916 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
1572 "root_mount_rel %p", mdi->mdio_rootmount);
1573 root_mount_rel(mdi->mdio_rootmount);
1574 mdi->mdio_rootmount = NULL;
H A Dmd_sii.c115 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member in struct:g_raid_md_sii_object
811 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount);
812 root_mount_rel(mdi->mdio_rootmount);
813 mdi->mdio_rootmount = NULL;
1008 mdi->mdio_rootmount = root_mount_hold("GRAID-SiI");
1009 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
1660 "root_mount_rel %p", mdi->mdio_rootmount);
1661 root_mount_rel(mdi->mdio_rootmount);
1662 mdi->mdio_rootmount = NULL;
H A Dmd_intel.c226 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member in struct:g_raid_md_intel_object
1357 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount);
1358 root_mount_rel(mdi->mdio_rootmount);
1359 mdi->mdio_rootmount = NULL;
1579 mdi->mdio_rootmount = root_mount_hold("GRAID-Intel");
1580 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
2703 "root_mount_rel %p", mdi->mdio_rootmount);
2704 root_mount_rel(mdi->mdio_rootmount);
2705 mdi->mdio_rootmount = NULL;
H A Dmd_ddf.c96 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member in struct:g_raid_md_ddf_object
3077 "root_mount_rel %p", mdi->mdio_rootmount);
3078 root_mount_rel(mdi->mdio_rootmount);
3079 mdi->mdio_rootmount = NULL;

Completed in 116 milliseconds