Lines Matching full:volumes
62 * This allows access to mirrored LDM volumes. Since we do not
67 CTLFLAG_RWTUN, &show_mirrors, 0, "Show mirrored volumes");
167 * The most interesting for us are volumes, they are represents
172 * Volumes <- Components <- Partitions -> Disks
178 * striped volumes).
223 uint64_t offset; /* offset for spanned volumes */
305 LIST_HEAD(, ldm_volume) volumes;
958 /* keep volumes ordered by volume number */ in ldm_vblk_handle()
960 LIST_FOREACH(volume, &db->volumes, entry) { in ldm_vblk_handle()
968 LIST_INSERT_HEAD(&db->volumes, &blk->u.vol, entry); in ldm_vblk_handle()
1093 LIST_FOREACH(volume, &db->volumes, entry) { in ldm_vmdb_parse()
1403 LDM_DEBUG(1, "%s: no LDM volumes on this disk", in g_part_ldm_read()
1409 LIST_FOREACH(vol, &db.volumes, entry) { in g_part_ldm_read()
1411 /* Skip volumes from different disks. */ in g_part_ldm_read()
1416 /* We don't support spanned and striped volumes. */ in g_part_ldm_read()
1425 * Allow mirrored volumes only when they are explicitly in g_part_ldm_read()