Package fcp :: Module freenetfs :: Class FreenetFuseFS
[hide private]
[frames] | no frames]

Class FreenetFuseFS

source code

FreenetBaseFS --+
                |
               FreenetFuseFS

Interfaces with FUSE

Instance Methods [hide private]
 
run(self) source code
 
GetContext(self) source code
 
Invalidate(self, path) source code
 
tickThread(self, *args, **kw) source code

Inherited from FreenetBaseFS: __init__, addDisk, addToCache, chmod, chown, cmd_commit, cmd_hello, cmd_mount, cmd_umount, cmd_update, commitDisk, connectToNode, delDisk, delFromCache, executeCommand, fsync, getManifest, getReadURI, getWriteURI, getattr, getdir, hashpath, link, log, mkdir, mknod, mythread, open, putManifest, read, readlink, release, rename, rmdir, setupFiles, setupFreedisks, statFromKw, statToDict, statfs, symlink, truncate, unlink, updateDisk, utime, write

Inherited from FreenetBaseFS (private): _loadConfig

Class Variables [hide private]
  _attrs = ['getattr', 'readlink', 'getdir', 'mknod', 'mkdir', '...

Inherited from FreenetBaseFS: allow_other, chrFiles, config, debug, fcpHost, fcpPort, flags, initialFiles, kernel_cache, multithreaded, verbosity

Class Variable Details [hide private]

_attrs

Value:
['getattr',
 'readlink',
 'getdir',
 'mknod',
 'mkdir',
 'unlink',
 'rmdir',
 'symlink',
...