Uses of Class
org.catacombae.jfuse.types.macfuse20.Setattr_x

Packages that use Setattr_x
org.catacombae.jfuse   
 

Uses of Setattr_x in org.catacombae.jfuse
 

Methods in org.catacombae.jfuse with parameters of type Setattr_x
 int MacFUSE20Operations.fsetattr_x(ByteBuffer path, Setattr_x attr, FUSEFileInfo fi)
          Set many attributes in a single call.
 int MacFUSE20FileSystemAdapter.fsetattr_x(ByteBuffer path, Setattr_x attr, FUSEFileInfo fi)
           
 int MacFUSE20Operations.setattr_x(ByteBuffer path, Setattr_x attr)
          Set many attributes in a single call.
 int MacFUSE20FileSystemAdapter.setattr_x(ByteBuffer path, Setattr_x attr)