Changeset 78433bb in mainline for uspace/srv/bd/hr/superblock.h


Ignore:
Timestamp:
2025-06-27T21:02:40Z (9 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
aa9bad8
Parents:
c69cbef
git-author:
Miroslav Cimerman <mc@…> (2025-06-27 21:01:51)
git-committer:
Miroslav Cimerman <mc@…> (2025-06-27 21:02:40)
Message:

hr: allocate in-memory metadata in format code

This will allow some formats to store in-memory
copy of metadata for each extent.

File:
1 edited

Legend:

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

    rc69cbef r78433bb  
    4545typedef struct hr_superblock_ops {
    4646        void *(*alloc_struct)(void);
    47         errno_t (*init_vol2meta)(const hr_volume_t *, void *);
     47        errno_t (*init_vol2meta)(hr_volume_t *);
    4848        errno_t (*init_meta2vol)(const list_t *, hr_volume_t *);
    4949        void (*encode)(void *, void *);
Note: See TracChangeset for help on using the changeset viewer.