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

Packages that use LongRef
org.catacombae.jfuse   
org.catacombae.jfuse.joapi   
 

Uses of LongRef in org.catacombae.jfuse
 

Methods in org.catacombae.jfuse with parameters of type LongRef
 int FUSE26Operations.bmap(ByteBuffer path, long blocksize, LongRef idx)
           Map block index within file to block index within device.
 int FUSE26FileSystemAdapter.bmap(ByteBuffer path, long blocksize, LongRef idx)
           
 

Uses of LongRef in org.catacombae.jfuse.joapi
 

Methods in org.catacombae.jfuse.joapi with parameters of type LongRef
 void JFUSEOperations.bmap(String path, long blocksize, LongRef idx)
           Map block index within file to block index within device.