Changeset 4cdac68 in mainline for uspace/lib/ext4/libext4_balloc.h
- Timestamp:
- 2012-07-20T20:27:31Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- b828907
- Parents:
- 865a4bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_balloc.h
r865a4bf r4cdac68 40 40 extern int ext4_balloc_free_blocks(ext4_inode_ref_t *, 41 41 uint32_t , uint32_t); 42 extern uint32_t ext4_balloc_get_first_data_block_in_group( 43 ext4_superblock_t *, ext4_block_group_ref_t *); 42 44 extern int ext4_balloc_alloc_block(ext4_inode_ref_t *, uint32_t *); 43 45 extern int ext4_balloc_try_alloc_block(ext4_inode_ref_t *, uint32_t, bool *);
Note:
See TracChangeset
for help on using the changeset viewer.