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

/freebsd-9.3-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);
1551 "root_mount_rel %p", mdi->mdio_rootmount);
1552 root_mount_rel(mdi->mdio_rootmount);
1553 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
739 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount);
740 root_mount_rel(mdi->mdio_rootmount);
741 mdi->mdio_rootmount = NULL;
914 mdi->mdio_rootmount = root_mount_hold("GRAID-NVIDIA");
915 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
1570 "root_mount_rel %p", mdi->mdio_rootmount);
1571 root_mount_rel(mdi->mdio_rootmount);
1572 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
810 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount);
811 root_mount_rel(mdi->mdio_rootmount);
812 mdi->mdio_rootmount = NULL;
1007 mdi->mdio_rootmount = root_mount_hold("GRAID-SiI");
1008 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
1658 "root_mount_rel %p", mdi->mdio_rootmount);
1659 root_mount_rel(mdi->mdio_rootmount);
1660 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
1250 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount);
1251 root_mount_rel(mdi->mdio_rootmount);
1252 mdi->mdio_rootmount = NULL;
1472 mdi->mdio_rootmount = root_mount_hold("GRAID-Intel");
1473 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount);
2595 "root_mount_rel %p", mdi->mdio_rootmount);
2596 root_mount_rel(mdi->mdio_rootmount);
2597 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
3076 "root_mount_rel %p", mdi->mdio_rootmount);
3077 root_mount_rel(mdi->mdio_rootmount);
3078 mdi->mdio_rootmount = NULL;

Completed in 131 milliseconds