Searched refs:mvol (Results 1 – 1 of 1) sorted by relevance
262 intel_get_map(struct intel_raid_vol *mvol, int i) in intel_get_map() argument266 if (i > (mvol->migr_state ? 1 : 0)) in intel_get_map()268 mmap = &mvol->map[0]; in intel_get_map()279 struct intel_raid_vol *mvol; in intel_get_volume() local284 mvol = (struct intel_raid_vol *)&meta->disk[meta->total_disks]; in intel_get_volume()286 mmap = intel_get_map(mvol, mvol->migr_state ? 1 : 0); in intel_get_volume()287 mvol = (struct intel_raid_vol *) in intel_get_volume()290 return (mvol); in intel_get_volume()444 struct intel_raid_vol *mvol; in g_raid_md_intel_print() local492 mvol = intel_get_volume(meta, i); in g_raid_md_intel_print()[all …]