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

/osnet-11/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.c881 mdsetname_t *this_sp; local
893 if ((this_sp = metasetnosetname(setno, ep)) == NULL) {
905 this_sp = metafakesetname(setno, NULL);
907 if ((is_it = meta_is_drive_in_thisset(this_sp, dnp,
916 *spp = this_sp;
971 mdsetname_t *this_sp; local
982 if ((this_sp = metasetnosetname(setno, ep)) == NULL) {
994 if ((is_it = meta_is_devid_in_thisset(this_sp,
1003 *spp = this_sp;

Completed in 26 milliseconds