Changeset f8c60f5 in mainline for uspace/lib/ext2/libext2_filesystem.h


Ignore:
Timestamp:
2011-03-09T21:59:30Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c3f95d8
Parents:
66bea243
Message:

Basic sketch of code for allocating blocks

File:
1 edited

Legend:

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

    r66bea243 rf8c60f5  
    7070extern int ext2_filesystem_get_inode_data_block_index(ext2_filesystem_t *, ext2_inode_t*,
    7171    aoff64_t, uint32_t*);
     72extern int ext2_filesystem_allocate_blocks(ext2_filesystem_t *, uint32_t *, size_t, uint32_t);
    7273extern void ext2_filesystem_fini(ext2_filesystem_t *);
    7374
Note: See TracChangeset for help on using the changeset viewer.