/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
- Of the 38 FUSE methods in FUSE API version 7.8, the following methods are
- currently not supported at all on MacFUSE:
- FUSE_GETLK We use VFS-provided file locking instead.
- FUSE_SETLK We use VFS-provided file locking instead.
- FUSE_BMAP TBD (fuse_vnop_blockmap -> one or more calls to FUSE_BMAP).