Changeset 4dc6a32 in mainline for uspace/lib/ext2/libext2_inode.h


Ignore:
Timestamp:
2011-03-08T21:26:08Z (14 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b83e16ff
Parents:
163cf12
Message:

ext2fs server now (almost, as it is not synchronized yet) supports mounting and basic reading of directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext2/libext2_inode.h

    r163cf12 r4dc6a32  
    7575#define EXT2_INODE_DIRECT_BLOCKS        12
    7676
     77#define EXT2_INODE_ROOT_INDEX           2
     78
    7779typedef struct ext2_inode_ref {
    7880        block_t *block; // Reference to a block containing this inode
    7981        ext2_inode_t *inode;
     82        uint32_t index; // Index number of this inode
    8083} ext2_inode_ref_t;
    8184
Note: See TracChangeset for help on using the changeset viewer.