====================
 Utility Functions
====================

The following functions do not necessarily translate to calls to the
FUSE library. They are provided because they're potentially useful
when implementing file systems in Python.

.. currentmodule:: pyfuse3

.. autofunction:: setxattr
.. autofunction:: getxattr
.. autofunction:: listdir
.. autofunction:: get_sup_groups
.. autofunction:: syncfs
