Lines Matching defs:mirror
174 md_mirror_t *mirror);
1365 * Add an entry to the cache for the mirror. For each
1367 * cache and to link it to mirror entry.
1371 * mdnamelist_t *nlp pointer to mirror name
1372 * md_mirror_t *mirror
1378 cache_mirror(cache_t *cache, mdnamelist_t *nlp, md_mirror_t *mirror)
1390 submirror = &mirror->submirrors[i];
1415 * md_raid_t *raid mirror
1625 md_mirror_t *mirror;
1633 mirror = meta_get_mirror(sp, mdn, &error);
1635 if (mirror != NULL) {
1636 if (cache_mirror(cache, nlp, mirror) != 0) {
2687 * stripe/concat/mirror, and so no check to see what
2789 * Get the type of the parent and make sure that it is a mirror,
2791 * if it is not a mirror then this is not a REDUNDANT device.
2847 * before last erred) then the mirror will
2882 * Make sure that the mirror > 1 submirror.
2888 * int REDUNDANT - mirror > 1 submirrors
2889 * NOTREDUNDANT - mirror has 1 submirror
2898 rcm_log_message(RCM_TRACE1, "SVM: mirror checking %s\n", np->bname);
2905 * Need to check how many submirrors that the mirror has.