Changeset acd869e in mainline for uspace/lib/ext4/libext4_inode.h
- Timestamp:
- 2011-10-11T10:32:02Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8958a26
- Parents:
- 6d52126b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/libext4_inode.h
r6d52126b racd869e 36 36 #include <libblock.h> 37 37 #include <sys/types.h> 38 #include "libext4_extent.h" 38 39 #include "libext4_superblock.h" 39 40 … … 167 168 uint32_t ext4_inode_get_direct_block(ext4_inode_t *, uint8_t); 168 169 uint32_t ext4_inode_get_indirect_block(ext4_inode_t *, uint8_t); 169 170 uint32_t ext4_inode_get_extent_block(ext4_inode_t *, uint64_t); 170 171 /* 171 172 uint32_t blocks[EXT4_INODE_BLOCKS]; // Pointers to blocks … … 181 182 */ 182 183 184 extern ext4_extent_header_t * ext4_inode_get_extent_header(ext4_inode_t *); 183 185 extern bool ext4_inode_has_flag(ext4_inode_t *, uint32_t); 184 186
Note:
See TracChangeset
for help on using the changeset viewer.