Ignore:
Timestamp:
2017-05-12T17:15:49Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
395df52
Parents:
be39fc6
Message:

Restructure ext4 filesystem opening/closing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/include/ext4/filesystem.h

    rbe39fc6 rde5b708  
    3939#include "ext4/types.h"
    4040
    41 extern int ext4_filesystem_init(ext4_filesystem_t *, ext4_instance_t *,
    42     service_id_t, enum cache_mode, aoff64_t *);
    43 extern int ext4_filesystem_fini(ext4_filesystem_t *);
     41extern int ext4_filesystem_open(ext4_instance_t *, service_id_t,
     42    enum cache_mode, aoff64_t *, ext4_filesystem_t **);
     43extern int ext4_filesystem_close(ext4_filesystem_t *);
    4444extern uint32_t ext4_filesystem_blockaddr2_index_in_group(ext4_superblock_t *,
    4545    uint32_t);
Note: See TracChangeset for help on using the changeset viewer.