Changes in uspace/lib/ext4/include/ext4/filesystem.h [71fe4723:395df52] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/include/ext4/filesystem.h
r71fe4723 r395df52 36 36 37 37 #include <block.h> 38 #include "ext4/fstypes.h" 38 39 #include "ext4/types.h" 39 40 40 extern int ext4_filesystem_ init(ext4_filesystem_t *, service_id_t,41 enum cache_mode); 42 extern int ext4_filesystem_fini(ext4_filesystem_t*);43 extern int ext4_filesystem_c heck_features(ext4_filesystem_t *, bool*);41 extern int ext4_filesystem_probe(service_id_t); 42 extern int ext4_filesystem_open(ext4_instance_t *, service_id_t, 43 enum cache_mode, aoff64_t *, ext4_filesystem_t **); 44 extern int ext4_filesystem_close(ext4_filesystem_t *); 44 45 extern uint32_t ext4_filesystem_blockaddr2_index_in_group(ext4_superblock_t *, 45 46 uint32_t);
Note:
See TracChangeset
for help on using the changeset viewer.