Changeset ff381a7 in mainline for uspace/lib/ext4/libext4_superblock.h
- Timestamp:
- 2015-11-02T20:54:19Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d8513177
- Parents:
- 3feeab2 (diff), 5265eea4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/lib/ext4/libext4_superblock.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_superblock.h
r3feeab2 rff381a7 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.
