Searched refs:md_raidps_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c459 mutex_init(&((md_raidps_t *)p)->ps_mx,
461 mutex_init(&((md_raidps_t *)p)->ps_mapin_mx,
467 raid_parent_init(md_raidps_t *ps)
469 bzero(ps, offsetof(md_raidps_t, ps_mx));
470 ((md_raidps_t *)ps)->ps_flags = MD_RPS_INUSE;
471 ((md_raidps_t *)ps)->ps_magic = RAID_PSMAGIC;
478 mutex_destroy(&((md_raidps_t *)p)->ps_mx);
479 mutex_destroy(&((md_raidps_t *)p)->ps_mapin_mx);
1158 raid_error_parent(md_raidps_t *ps, int error)
1185 raid_free_parent(md_raidps_t *p
[all...]
H A Draid_resync.c74 extern void raid_parent_init(md_raidps_t *ps);
967 md_raidps_t *ps = NULL;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_raid.h468 } md_raidps_t; typedef in typeref:struct:md_raidps
498 md_raidps_t *cbuf_ps;
518 md_raidps_t *cs_ps;

Completed in 74 milliseconds