Searched refs:this_sp (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mirror_resync.c | 569 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 D | meta_set.c | 856 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 68 milliseconds