Changeset 3c8b0a8 in mainline for uspace/lib/ext4/include
- Timestamp:
- 2018-12-15T15:48:59Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4bb4cf88
- Parents:
- b6d5e31 (diff), 6ea5e7a (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. - git-author:
- Maurizio Lombardi <m.lombardi85@…> (2018-12-15 15:48:59)
- git-committer:
- GitHub <noreply@…> (2018-12-15 15:48:59)
- Location:
- uspace/lib/ext4/include/ext4
- Files:
-
- 2 edited
-
cfg.h (modified) (1 diff)
-
superblock.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/include/ext4/cfg.h
rb6d5e31 r3c8b0a8 53 53 /** Volume name encoded as UTF-8 string */ 54 54 const char *volume_name; 55 /** Filesystem block size */ 56 size_t bsize; 55 57 } ext4_cfg_t; 56 58 -
uspace/lib/ext4/include/ext4/superblock.h
rb6d5e31 r3c8b0a8 147 147 extern void ext4_superblock_set_reserved_gdt_blocks(ext4_superblock_t *sb, 148 148 uint32_t n); 149 extern uint32_t ext4_superblock_get_flex_group_size(ext4_superblock_t *sb); 149 150 150 151 /* More complex superblock functions */
Note:
See TracChangeset
for help on using the changeset viewer.
