Uses of Class
org.catacombae.jfuse.types.system.Stat

Packages that use Stat
org.catacombae.jfuse   
org.catacombae.jfuse.examples   
org.catacombae.jfuse.joapi   
org.catacombae.jfuse.test   
org.catacombae.jfuse.types.fuse26   
 

Uses of Stat in org.catacombae.jfuse
 

Methods in org.catacombae.jfuse with parameters of type Stat
 int FUSE26Operations.fgetattr(ByteBuffer path, Stat stat, FUSEFileInfo fi)
           Get attributes from an open file.
 int FUSE26FileSystemAdapter.fgetattr(ByteBuffer path, Stat stat, FUSEFileInfo fi)
           
 int FUSE26Operations.getattr(ByteBuffer path, Stat stat)
           Get file attributes.
 int FUSE26FileSystemAdapter.getattr(ByteBuffer path, Stat stat)
           
 

Uses of Stat in org.catacombae.jfuse.examples
 

Methods in org.catacombae.jfuse.examples with parameters of type Stat
 int HelloFS.getattr(ByteBuffer path, Stat stbuf)
           
 

Uses of Stat in org.catacombae.jfuse.joapi
 

Methods in org.catacombae.jfuse.joapi with parameters of type Stat
 void JFUSEOperations.fgetattr(String path, Stat stat, FUSEFileInfo fi)
           Get attributes from an open file.
 void JFUSEOperations.getattr(String path, Stat stat)
           Get file attributes.
 

Uses of Stat in org.catacombae.jfuse.test
 

Methods in org.catacombae.jfuse.test with parameters of type Stat
 int TestFS.getattr(ByteBuffer path, Stat stbuf)
           
 

Uses of Stat in org.catacombae.jfuse.types.fuse26
 

Methods in org.catacombae.jfuse.types.fuse26 with parameters of type Stat
 boolean FUSEFillDir.fill(byte[] name, Stat stat, long off)
          Function to add an entry in a readdir() operation