File: fuse_api.rst

package info (click to toggle)
python-llfuse 1.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,496 kB
  • sloc: python: 1,943; ansic: 487; sh: 27; makefile: 15
file content (14 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
====================
 FUSE API Functions
====================

.. currentmodule:: llfuse

.. autofunction:: init
.. autofunction:: main
.. autofunction:: close
.. autofunction:: invalidate_inode
.. autofunction:: invalidate_entry
.. autofunction:: notify_store
.. autofunction:: get_ino_t_bits
.. autofunction:: get_off_t_bits