genode/libports/include/fuse
Josef Söntgen 9f5c13564c libports: extend FUSE implementation
* add sync method:
  Since file systems tend to have a inbuild caching mechansim we need to
  sync these caches at the end of session when using the fuse_fs server.
  Therefore each FUSE file system port has to implement a Fuse::sync_fs()
  function that executes the necessary actions if requested.

* add symlink check

* allow to check FUSE fs initialization
  This changes the private API of the FUSE implementation. The init_fs
  method now has to return true if the initialization was successful and
  otherwise false. All current users of the API are also changed
  accordingly.

Fixes #1058.
2014-02-28 10:11:09 +01:00
..
fuse.h libports: add FUSE implementation 2013-11-26 16:50:52 +01:00
fuse_opt.h libports: add FUSE implementation 2013-11-26 16:50:52 +01:00
fuse_private.h libports: extend FUSE implementation 2014-02-28 10:11:09 +01:00