Searched defs:this_sp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mirror_resync.c569 mdsetname_t *this_sp; local
578 if (this_sp = metasetnosetname(setno, &mde)) {
579 if ((sd = metaget_setdesc(this_sp, &mde)) == NULL)
584 if (meta_lock(this_sp, TRUE, &mde)) {
587 meta_mirror_resync_process(this_sp, &mde, cmd);
588 (void) meta_unlock(this_sp, &mde);
H A Dmeta_set.c856 mdsetname_t *this_sp; local
868 if ((this_sp = metasetnosetname(setno, ep)) == NULL) {
880 this_sp = metafakesetname(setno, NULL);
882 if ((is_it = meta_is_drive_in_thisset(this_sp, dnp,
891 *spp = this_sp;
946 mdsetname_t *this_sp; local
957 if ((this_sp = metasetnosetname(setno, ep)) == NULL) {
969 if ((is_it = meta_is_devid_in_thisset(this_sp,
978 *spp = this_sp;

Completed in 74 milliseconds