/core/10.5/fusefs/API.txt

http://macfuse.googlecode.com/ · Plain Text · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 96891c8f26dcf730d9d4fc83792ee17c MD5 · raw file

  1. Of the 38 FUSE methods in FUSE API version 7.8, the following methods are
  2. currently not supported at all on MacFUSE:
  3. FUSE_GETLK We use VFS-provided file locking instead.
  4. FUSE_SETLK We use VFS-provided file locking instead.
  5. FUSE_BMAP TBD (fuse_vnop_blockmap -> one or more calls to FUSE_BMAP).