Home
last modified time | relevance | path

Searched refs:g_raid_softc (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/sys/geom/raid/
HDg_raid.h127 struct g_raid_softc *d_softc; /* Back-pointer to softc. */
163 struct g_raid_softc *sd_softc; /* Back-pointer to softc. */
249 struct g_raid_softc *v_softc; /* Back-pointer to softc. */
291 struct g_raid_softc { struct
324 struct g_raid_softc *mdo_softc; /* Back-pointer to softc. */ argument
389 struct g_raid_softc * g_raid_create_node(struct g_class *mp,
393 struct g_raid_volume * g_raid_create_volume(struct g_raid_softc *sc,
395 struct g_raid_disk * g_raid_create_disk(struct g_raid_softc *sc);
401 int g_raid_destroy_node(struct g_raid_softc *sc, int worker);
410 struct g_consumer *g_raid_open_consumer(struct g_raid_softc *sc,
[all …]
HDg_raid.c129 static int g_raid_update_node(struct g_raid_softc *sc, u_int event);
135 static void g_raid_poll(struct g_raid_softc *sc);
616 struct g_raid_softc *sc; in g_raid_event_send()
661 g_raid_event_cancel(struct g_raid_softc *sc, void *tgt) in g_raid_event_cancel()
683 g_raid_event_check(struct g_raid_softc *sc, void *tgt) in g_raid_event_check()
706 g_raid_ndisks(struct g_raid_softc *sc, int state) in g_raid_ndisks()
729 struct g_raid_softc *sc __diagused; in g_raid_nsubdisks()
754 struct g_raid_softc *sc __diagused; in g_raid_get_subdisk()
771 g_raid_open_consumer(struct g_raid_softc *sc, const char *name) in g_raid_open_consumer()
798 g_raid_nrequests(struct g_raid_softc *sc, struct g_consumer *cp) in g_raid_nrequests()
[all …]
HDg_raid_ctl.c48 static struct g_raid_softc *
51 struct g_raid_softc *sc; in g_raid_find_node()
102 struct g_raid_softc *sc; in g_raid_ctl_label()
128 sc = (struct g_raid_softc *)geom->softc; in g_raid_ctl_label()
150 struct g_raid_softc *sc; in g_raid_ctl_stop()
190 struct g_raid_softc *sc; in g_raid_ctl_other()
HDmd_jmicron.c356 g_raid_md_jmicron_get_disk(struct g_raid_softc *sc, int id) in g_raid_md_jmicron_get_disk()
423 struct g_raid_softc *sc; in g_raid_md_jmicron_start_disk()
583 g_raid_md_jmicron_refill(struct g_raid_softc *sc) in g_raid_md_jmicron_refill()
643 g_raid_md_jmicron_start(struct g_raid_softc *sc) in g_raid_md_jmicron_start()
740 struct g_raid_softc *sc; in g_raid_md_jmicron_new_disk()
786 struct g_raid_softc *sc; in g_raid_jmicron_go()
803 struct g_raid_softc *sc; in g_raid_md_create_jmicron()
825 struct g_raid_softc *sc; in g_raid_md_taste_jmicron()
967 struct g_raid_softc *sc; in g_raid_md_event_jmicron()
1023 struct g_raid_softc *sc; in g_raid_md_ctl_jmicron()
[all …]
HDmd_sii.c413 g_raid_md_sii_get_disk(struct g_raid_softc *sc, int id) in g_raid_md_sii_get_disk()
478 struct g_raid_softc *sc; in g_raid_md_sii_start_disk()
646 g_raid_md_sii_refill(struct g_raid_softc *sc) in g_raid_md_sii_refill()
706 g_raid_md_sii_start(struct g_raid_softc *sc) in g_raid_md_sii_start()
820 struct g_raid_softc *sc; in g_raid_md_sii_new_disk()
863 struct g_raid_softc *sc; in g_raid_sii_go()
880 struct g_raid_softc *sc; in g_raid_md_create_sii()
912 struct g_raid_softc *sc; in g_raid_md_taste_sii()
1055 struct g_raid_softc *sc; in g_raid_md_event_sii()
1111 struct g_raid_softc *sc; in g_raid_md_ctl_sii()
[all …]
HDmd_nvidia.c366 g_raid_md_nvidia_get_disk(struct g_raid_softc *sc, int id) in g_raid_md_nvidia_get_disk()
430 struct g_raid_softc *sc; in g_raid_md_nvidia_start_disk()
590 g_raid_md_nvidia_refill(struct g_raid_softc *sc) in g_raid_md_nvidia_refill()
650 g_raid_md_nvidia_start(struct g_raid_softc *sc) in g_raid_md_nvidia_start()
749 struct g_raid_softc *sc; in g_raid_md_nvidia_new_disk()
790 struct g_raid_softc *sc; in g_raid_nvidia_go()
807 struct g_raid_softc *sc; in g_raid_md_create_nvidia()
830 struct g_raid_softc *sc; in g_raid_md_taste_nvidia()
962 struct g_raid_softc *sc; in g_raid_md_event_nvidia()
1027 struct g_raid_softc *sc; in g_raid_md_ctl_nvidia()
[all …]
HDmd_promise.c538 g_raid_md_promise_get_volume(struct g_raid_softc *sc, uint64_t id) in g_raid_md_promise_get_volume()
552 g_raid_md_promise_purge_volumes(struct g_raid_softc *sc) in g_raid_md_promise_purge_volumes()
576 g_raid_md_promise_purge_disks(struct g_raid_softc *sc) in g_raid_md_promise_purge_disks()
668 struct g_raid_softc *sc; in g_raid_md_promise_start_disk()
830 g_raid_md_promise_refill(struct g_raid_softc *sc) in g_raid_md_promise_refill()
896 struct g_raid_softc *sc; in g_raid_md_promise_start()
969 struct g_raid_softc *sc; in g_raid_promise_go()
985 struct g_raid_softc *sc; in g_raid_md_promise_new_disk()
1068 struct g_raid_softc *sc; in g_raid_md_create_promise()
1101 struct g_raid_softc *sc; in g_raid_md_taste_promise()
[all …]
HDmd_intel.c840 g_raid_md_intel_get_disk(struct g_raid_softc *sc, int id) in g_raid_md_intel_get_disk()
893 g_raid_md_intel_get_volume(struct g_raid_softc *sc, int id) in g_raid_md_intel_get_volume()
909 struct g_raid_softc *sc; in g_raid_md_intel_start_disk()
1182 g_raid_md_intel_refill(struct g_raid_softc *sc) in g_raid_md_intel_refill()
1248 g_raid_md_intel_start(struct g_raid_softc *sc) in g_raid_md_intel_start()
1367 struct g_raid_softc *sc; in g_raid_md_intel_new_disk()
1409 struct g_raid_softc *sc; in g_raid_intel_go()
1426 struct g_raid_softc *sc; in g_raid_md_create_intel()
1476 struct g_raid_softc *sc; in g_raid_md_taste_intel()
1633 struct g_raid_softc *sc; in g_raid_md_event_intel()
[all …]
HDtr_raid0.c99 struct g_raid_softc *sc; in g_raid_tr_update_state_raid0()
136 struct g_raid_softc *sc; in g_raid_tr_event_raid0()
HDtr_concat.c101 struct g_raid_softc *sc; in g_raid_tr_update_state_concat()
155 struct g_raid_softc *sc; in g_raid_tr_event_concat()
HDtr_raid1e.c192 struct g_raid_softc *sc; in g_raid_tr_update_state_raid1e_even()
245 struct g_raid_softc *sc; in g_raid_tr_update_state_raid1e_odd()
301 struct g_raid_softc *sc; in g_raid_tr_update_state_raid1e()
331 g_raid_tr_raid1e_fail_disk(struct g_raid_softc *sc, struct g_raid_subdisk *sd, in g_raid_tr_raid1e_fail_disk()
426 struct g_raid_softc *sc; in g_raid_tr_raid1e_rebuild_some()
HDmd_ddf.c1390 g_raid_md_ddf_get_volume(struct g_raid_softc *sc, uint8_t *GUID) in g_raid_md_ddf_get_volume()
1404 g_raid_md_ddf_get_disk(struct g_raid_softc *sc, uint8_t *GUID, uint32_t id) in g_raid_md_ddf_get_disk()
1425 g_raid_md_ddf_purge_volumes(struct g_raid_softc *sc) in g_raid_md_ddf_purge_volumes()
1447 g_raid_md_ddf_purge_disks(struct g_raid_softc *sc) in g_raid_md_ddf_purge_disks()
1612 struct g_raid_softc *sc; in g_raid_md_ddf_start_disk()
1791 g_raid_md_ddf_refill(struct g_raid_softc *sc) in g_raid_md_ddf_refill()
1857 struct g_raid_softc *sc; in g_raid_md_ddf_start()
1937 struct g_raid_softc *sc; in g_raid_ddf_go()
1953 struct g_raid_softc *sc; in g_raid_md_ddf_new_disk()
2062 struct g_raid_softc *sc; in g_raid_md_create_req_ddf()
[all …]
HDtr_raid1.c153 struct g_raid_softc *sc; in g_raid_tr_update_state_raid1()
221 g_raid_tr_raid1_fail_disk(struct g_raid_softc *sc, struct g_raid_subdisk *sd, in g_raid_tr_raid1_fail_disk()
HDtr_raid5.c134 struct g_raid_softc *sc; in g_raid_tr_update_state_raid5()