Ignore:
Timestamp:
2025-06-28T23:42:54Z (9 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
e5c3580
Parents:
0dbd4a9
Message:

hr: metadata/softraid: invalidate rebuild chunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/metadata/foreign/softraid/softraidvar.h

    r0dbd4a9 r9c9955ab  
    3939#define _DEV_BSHIFT     9               /* log2(DEV_BSIZE) */
    4040#define DEV_BSIZE       (1 << _DEV_BSHIFT)
     41
     42/* copied from <dev/biovar.h>:struct bioc_disk */
     43#define BIOC_SDONLINE           0x00
     44#define BIOC_SDOFFLINE          0x01
     45#define BIOC_SDFAILED           0x02
     46#define BIOC_SDREBUILD          0x03
     47#define BIOC_SDHOTSPARE         0x04
     48#define BIOC_SDUNUSED           0x05
     49#define BIOC_SDSCRUB            0x06
     50#define BIOC_SDINVALID          0xff
    4151
    4252/* here continues stripped down and slightly modified softraidvat.h */
Note: See TracChangeset for help on using the changeset viewer.