Lines Matching refs:g_raid_volume
102 LIST_HEAD(, g_raid_volume) g_raid_volumes =
125 static void g_raid_destroy_provider(struct g_raid_volume *vol);
128 static int g_raid_update_volume(struct g_raid_volume *vol, u_int event);
590 g_raid_change_volume_state(struct g_raid_volume *vol, int state) in g_raid_change_volume_state()
621 sc = ((struct g_raid_volume *)arg)->v_softc; in g_raid_event_send()
726 g_raid_nsubdisks(struct g_raid_volume *vol, int state) in g_raid_nsubdisks()
751 g_raid_get_subdisk(struct g_raid_volume *vol, int state) in g_raid_get_subdisk()
815 struct g_raid_volume *vol; in g_raid_nopens()
913 g_raid_clean(struct g_raid_volume *vol, int acw) in g_raid_clean()
941 g_raid_dirty(struct g_raid_volume *vol) in g_raid_dirty()
960 struct g_raid_volume *vol; in g_raid_tr_flush_common()
1010 struct g_raid_volume *vol; in g_raid_tr_kerneldump_common()
1038 struct g_raid_volume *vol; in g_raid_dump()
1041 vol = (struct g_raid_volume *)arg; in g_raid_dump()
1054 struct g_raid_volume *vol; in g_raid_kerneldump()
1076 struct g_raid_volume *vol; in g_raid_candelete()
1166 g_raid_is_in_locked_range(struct g_raid_volume *vol, const struct bio *bp) in g_raid_is_in_locked_range()
1183 struct g_raid_volume *vol; in g_raid_start_request()
1224 g_raid_finish_with_locked_ranges(struct g_raid_volume *vol, struct bio *bp) in g_raid_finish_with_locked_ranges()
1260 struct g_raid_volume *vol; in g_raid_iodone()
1281 g_raid_lock_range(struct g_raid_volume *vol, off_t off, off_t len, in g_raid_lock_range()
1318 g_raid_unlock_range(struct g_raid_volume *vol, off_t off, off_t len) in g_raid_unlock_range()
1444 struct g_raid_volume *vol; in g_raid_disk_done_request()
1496 struct g_raid_volume *vol; in g_raid_worker()
1615 g_raid_launch_provider(struct g_raid_volume *vol) in g_raid_launch_provider()
1682 g_raid_destroy_provider(struct g_raid_volume *vol) in g_raid_destroy_provider()
1714 g_raid_update_volume(struct g_raid_volume *vol, u_int event) in g_raid_update_volume()
1762 struct g_raid_volume *vol; in g_raid_update_subdisk()
1819 struct g_raid_volume *vol; in g_raid_access()
1911 struct g_raid_volume *
1914 struct g_raid_volume *vol, *vol1; in g_raid_create_volume()
1980 int g_raid_start_volume(struct g_raid_volume *vol) in g_raid_start_volume()
2022 struct g_raid_volume *vol, *tmpv; in g_raid_destroy_node()
2071 g_raid_destroy_volume(struct g_raid_volume *vol) in g_raid_destroy_volume()
2300 void g_raid_write_metadata(struct g_raid_softc *sc, struct g_raid_volume *vol, in g_raid_write_metadata()
2334 struct g_raid_volume *vol; in g_raid_dumpconf()
2459 struct g_raid_volume *vol; in g_raid_shutdown_post_sync()