File: fuse_api.txt

package info (click to toggle)
python-llfuse 0.40-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,400 kB
  • ctags: 5,474
  • sloc: python: 1,240; ansic: 139; makefile: 65
file content (18 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
====================
 FUSE API Functions
====================

.. currentmodule:: llfuse

.. autofunction:: init
.. autofunction:: main
.. autofunction:: close
.. autofunction:: setxattr
.. autofunction:: getxattr
.. autofunction:: listdir
.. autofunction:: invalidate_inode
.. autofunction:: invalidate_entry
.. autofunction:: get_ino_t_bits
.. autofunction:: get_off_t_bits