Changeset acd869e in mainline for uspace/lib/ext4/libext4_inode.h


Ignore:
Timestamp:
2011-10-11T10:32:02Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8958a26
Parents:
6d52126b
Message:

Preparations for extent reading

File:
1 edited

Legend:

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

    r6d52126b racd869e  
    3636#include <libblock.h>
    3737#include <sys/types.h>
     38#include "libext4_extent.h"
    3839#include "libext4_superblock.h"
    3940
     
    167168uint32_t ext4_inode_get_direct_block(ext4_inode_t *, uint8_t);
    168169uint32_t ext4_inode_get_indirect_block(ext4_inode_t *, uint8_t);
    169 
     170uint32_t ext4_inode_get_extent_block(ext4_inode_t *, uint64_t);
    170171/*
    171172uint32_t blocks[EXT4_INODE_BLOCKS]; // Pointers to blocks
     
    181182*/
    182183
     184extern ext4_extent_header_t * ext4_inode_get_extent_header(ext4_inode_t *);
    183185extern bool ext4_inode_has_flag(ext4_inode_t *, uint32_t);
    184186
Note: See TracChangeset for help on using the changeset viewer.