Changeset a3486f2 in mainline for uspace/srv/bd/hr/var.h


Ignore:
Timestamp:
2025-06-17T14:17:20Z (6 days ago)
Author:
Miroslav Cimerman <mc@…>
Children:
137f7cf5
Parents:
9d1685b
Message:

hr: parallel RAID 5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/hr/var.h

    r9d1685b ra3486f2  
    5252struct hr_volume;
    5353typedef struct hr_volume hr_volume_t;
     54typedef struct hr_stripe hr_stripe_t;
    5455typedef struct hr_metadata hr_metadata_t;
    5556typedef struct hr_superblock_ops hr_superblock_ops_t;
     
    6970        service_id_t svc_id; /* service id */
    7071
    71         fibril_mutex_t lock; /* XXX: gone after para */
    7272        list_t range_lock_list; /* list of range locks */
    7373        fibril_mutex_t range_lock_list_lock; /* range locks list lock */
     74
    7475        hr_fpool_t *fge; /* fibril pool */
    7576
Note: See TracChangeset for help on using the changeset viewer.