Next Previous Contents

8.4 GConv API functions

Functions provided to higher modules

source file src/include/surprise/partition.h

Low-level functions for filesystem modules

These functions provide block interface for read/write operations on imported and also on exported partition and are intended for use in filesystem modules.

Note given position is always relative to the beginning of given partition and must be inside the partition. Provides block or byte oriented access, both accesses can be mixed. You should know that byte-oriented access is emulated by block oriented access.

API is found in file src/include/surprise/fs.h and implementation in src/libsurprise/gconv/brw.c


Next Previous Contents