Changeset 1a7756a in mainline for uspace/lib/ext4/libext4_inode.h


Ignore:
Timestamp:
2011-10-12T09:37:59Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ccc32f
Parents:
8958a26
Message:

support for reading more complex extents (tree with nonzero depth)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_inode.h

    r8958a26 r1a7756a  
    168168uint32_t ext4_inode_get_direct_block(ext4_inode_t *, uint8_t);
    169169uint32_t ext4_inode_get_indirect_block(ext4_inode_t *, uint8_t);
    170 uint32_t ext4_inode_get_extent_block(ext4_inode_t *, uint64_t);
     170uint32_t ext4_inode_get_extent_block(ext4_inode_t *, uint64_t, service_id_t);
    171171/*
    172172uint32_t blocks[EXT4_INODE_BLOCKS]; // Pointers to blocks
Note: See TracChangeset for help on using the changeset viewer.