Changes in uspace/lib/ext4/libext4_superblock.h [eb94d84:6dd7f65] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_superblock.h
reb94d84 r6dd7f65 135 135 extern void ext4_superblock_set_flags(ext4_superblock_t *, uint32_t); 136 136 137 extern void ext4_superblock_get_backup_groups_sparse2(ext4_superblock_t *sb, 138 uint32_t *g1, uint32_t *g2); 139 extern void ext4_superblock_set_backup_groups_sparse2(ext4_superblock_t *sb, 140 uint32_t g1, uint32_t g2); 141 142 extern uint32_t ext4_superblock_get_reserved_gdt_blocks(ext4_superblock_t *sb); 143 extern void ext4_superblock_set_reserved_gdt_blocks(ext4_superblock_t *sb, 144 uint32_t n); 145 137 146 /* More complex superblock functions */ 138 147 extern bool ext4_superblock_has_flag(ext4_superblock_t *, uint32_t);
Note:
See TracChangeset
for help on using the changeset viewer.