Changeset 2226cc3 in mainline for uspace/lib/ext4/libext4_superblock.h
- Timestamp:
- 2012-05-05T15:39:58Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2add9ec
- Parents:
- 9fc72fb3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_superblock.h
r9fc72fb3 r2226cc3 91 91 extern uint16_t ext4_superblock_get_inode_size(ext4_superblock_t *); 92 92 extern void ext4_superblock_set_inode_size(ext4_superblock_t *, uint16_t); 93 extern uint16_t ext4_superblock_get_block_group_ number(ext4_superblock_t *);94 extern void ext4_superblock_set_block_group_ number(ext4_superblock_t *, uint16_t);93 extern uint16_t ext4_superblock_get_block_group_index(ext4_superblock_t *); 94 extern void ext4_superblock_set_block_group_index(ext4_superblock_t *, uint16_t); 95 95 extern uint32_t ext4_superblock_get_features_compatible(ext4_superblock_t *); 96 96 extern void ext4_superblock_set_features_compatible(ext4_superblock_t *, uint32_t); … … 118 118 extern uint32_t ext4_superblock_get_last_orphan(ext4_superblock_t *); 119 119 extern void ext4_superblock_set_last_orphan(ext4_superblock_t *, uint32_t); 120 extern uint32_t* ext4_superblock_get_hash_seed(ext4_superblock_t *); 120 extern const uint32_t * ext4_superblock_get_hash_seed(ext4_superblock_t *); 121 extern void ext4_superblock_set_hash_seed(ext4_superblock_t *, const uint32_t *); 121 122 extern uint8_t ext4_superblock_get_default_hash_version(ext4_superblock_t *); 122 123 extern void ext4_superblock_set_default_hash_version(ext4_superblock_t *, uint8_t);
Note:
See TracChangeset
for help on using the changeset viewer.