Searched refs:mdio_rootmount (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/geom/raid/ |
| H A D | md_jmicron.c | 108 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 732 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_jmicron_start() 733 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_jmicron_start() 734 mdi->mdio_rootmount = NULL; in g_raid_md_jmicron_start() 919 mdi->mdio_rootmount = root_mount_hold("GRAID-JMicron"); in g_raid_md_taste_jmicron() 920 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount); in g_raid_md_taste_jmicron() 1551 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_jmicron() 1552 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_jmicron() 1553 mdi->mdio_rootmount = NULL; in g_raid_md_free_jmicron()
|
| H A D | md_sii.c | 116 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 812 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_sii_start() 813 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_sii_start() 814 mdi->mdio_rootmount = NULL; in g_raid_md_sii_start() 1009 mdi->mdio_rootmount = root_mount_hold("GRAID-SiI"); in g_raid_md_taste_sii() 1010 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount); in g_raid_md_taste_sii() 1659 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_sii() 1660 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_sii() 1661 mdi->mdio_rootmount = NULL; in g_raid_md_free_sii()
|
| H A D | md_nvidia.c | 119 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 741 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_nvidia_start() 742 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_nvidia_start() 743 mdi->mdio_rootmount = NULL; in g_raid_md_nvidia_start() 916 mdi->mdio_rootmount = root_mount_hold("GRAID-NVIDIA"); in g_raid_md_taste_nvidia() 917 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount); in g_raid_md_taste_nvidia() 1571 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_nvidia() 1572 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_nvidia() 1573 mdi->mdio_rootmount = NULL; in g_raid_md_free_nvidia()
|
| H A D | md_intel.c | 228 struct root_hold_token *mdio_rootmount; /* Root mount delay token. */ member 1359 G_RAID_DEBUG1(1, sc, "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_intel_start() 1360 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_intel_start() 1361 mdi->mdio_rootmount = NULL; in g_raid_md_intel_start() 1581 mdi->mdio_rootmount = root_mount_hold("GRAID-Intel"); in g_raid_md_taste_intel() 1582 G_RAID_DEBUG1(1, sc, "root_mount_hold %p", mdi->mdio_rootmount); in g_raid_md_taste_intel() 2702 "root_mount_rel %p", mdi->mdio_rootmount); in g_raid_md_free_intel() 2703 root_mount_rel(mdi->mdio_rootmount); in g_raid_md_free_intel() 2704 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()
|