Home
last modified time | relevance | path

Searched refs:this_sp (Results 1 – 2 of 2) sorted by relevance

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