Ignore:
Timestamp:
2015-07-29T20:35:40Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
100b1d1
Parents:
c43db5f
Message:

Most of logical partition support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/label/include/types/liblabel.h

    rc43db5f rc02d098  
    9999        /** Index */
    100100        int index;
     101        /** Number of EBR blocks preceding a logical partition */
     102        aoff64_t hdr_blocks;
    101103        /** First block */
    102104        aoff64_t block0;
     
    117119        /** Number of blocks */
    118120        aoff64_t nblocks;
     121        /** Number of header blocks (EBR for logical partitions) */
     122        aoff64_t hdr_blocks;
    119123        /** Partition kind */
    120124        label_pkind_t pkind;
     
    155159        /** Number of primary partition entries */
    156160        int pri_entries;
    157         /** Index of extended partition or -1 if there is none */
    158         int ext_part_idx;
     161        /** Extended partition or NULL if there is none */
     162        label_part_t *ext_part;
    159163        /** Block size */
    160164        size_t block_size;
Note: See TracChangeset for help on using the changeset viewer.