Searched refs:mdio_rootmount (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/geom/raid/ |
| D | md_jmicron.c | 107 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 731 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_jmicron_start() 732 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_jmicron_start() 733 mdi->mdio_rootmount = NULL; in g_raid_md_jmicron_start() 918 mdi->mdio_rootmount = root_mount_hold("GRAID-JMicron"); in g_raid_md_taste_jmicron() 919 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount); in g_raid_md_taste_jmicron() 1552 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_jmicron() 1553 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_jmicron() 1554 mdi->mdio_rootmount = NULL; in g_raid_md_free_jmicron()
|
| D | md_sii.c | 115 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 811 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_sii_start() 812 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_sii_start() 813 mdi->mdio_rootmount = NULL; in g_raid_md_sii_start() 1008 mdi->mdio_rootmount = root_mount_hold("GRAID-SiI"); in g_raid_md_taste_sii() 1009 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount); in g_raid_md_taste_sii() 1660 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_sii() 1661 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_sii() 1662 mdi->mdio_rootmount = NULL; in g_raid_md_free_sii()
|
| D | md_nvidia.c | 118 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 740 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_nvidia_start() 741 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_nvidia_start() 742 mdi->mdio_rootmount = NULL; in g_raid_md_nvidia_start() 915 mdi->mdio_rootmount = root_mount_hold("GRAID-NVIDIA"); in g_raid_md_taste_nvidia() 916 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount); in g_raid_md_taste_nvidia() 1572 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_nvidia() 1573 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_nvidia() 1574 mdi->mdio_rootmount = NULL; in g_raid_md_free_nvidia()
|
| D | md_intel.c | 226 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 1357 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_intel_start() 1358 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_intel_start() 1359 mdi->mdio_rootmount = NULL; in g_raid_md_intel_start() 1579 mdi->mdio_rootmount = root_mount_hold("GRAID-Intel"); in g_raid_md_taste_intel() 1580 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount); in g_raid_md_taste_intel() 2703 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_intel() 2704 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_intel() 2705 mdi->mdio_rootmount = NULL; in g_raid_md_free_intel()
|
| D | md_ddf.c | 96 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 3077 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_ddf() 3078 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_ddf() 3079 mdi->mdio_rootmount = NULL; in g_raid_md_free_ddf()
|