Changeset b12ca16 in mainline for uspace/lib/ext4/libext4_balloc.h
- Timestamp:
- 2011-11-18T15:30:24Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d5ba17f
- Parents:
- e18de3c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_balloc.h
re18de3c rb12ca16 37 37 #include "libext4_filesystem.h" 38 38 39 extern int ext4_b itmap_free_block(ext4_filesystem_t *,39 extern int ext4_balloc_free_block(ext4_filesystem_t *, 40 40 ext4_inode_ref_t *, uint32_t); 41 extern int ext4_b itmap_alloc_block(ext4_filesystem_t *,41 extern int ext4_balloc_alloc_block(ext4_filesystem_t *, 42 42 ext4_inode_ref_t *, uint32_t *); 43 43
Note:
See TracChangeset
for help on using the changeset viewer.