|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JFUSEException | |
---|---|
org.catacombae.jfuse.joapi |
Uses of JFUSEException in org.catacombae.jfuse.joapi |
---|
Methods in org.catacombae.jfuse.joapi that throw JFUSEException | |
---|---|
void |
JFUSEOperations.access(String path,
int mode)
Check file access permissions. |
void |
JFUSEOperations.bmap(String path,
long blocksize,
LongRef idx)
Map block index within file to block index within device. |
void |
JFUSEOperations.chmod(String path,
short newMode)
Change the permission bits of a file. |
void |
JFUSEOperations.chown(String path,
long userId,
long groupId)
Change the owner and group of a file |
void |
JFUSEOperations.create(String path,
short mode,
FUSEFileInfo fi)
Create and open a file. |
void |
JFUSEOperations.fgetattr(String path,
Stat stat,
FUSEFileInfo fi)
Get attributes from an open file. |
void |
JFUSEOperations.flush(String path,
FUSEFileInfo fi)
Possibly flush cached data. |
void |
JFUSEOperations.fsync(String path,
boolean datasync,
FUSEFileInfo fi)
Synchronize file contents. |
void |
JFUSEOperations.fsyncdir(String path,
boolean datasync,
FUSEFileInfo fi)
Synchronize directory contents. |
void |
JFUSEOperations.ftruncate(String path,
long length,
FUSEFileInfo fi)
Change the size of an open file. |
void |
JFUSEOperations.getattr(String path,
Stat stat)
Get file attributes. |
void |
JFUSEOperations.getdir(String path,
FUSEDirFil filler)
Deprecated. |
int |
JFUSEOperations.getxattr(String path,
String name,
ByteBuffer value)
Get extended attributes. |
int |
JFUSEOperations.getxattr(String path,
String name,
ByteBuffer value,
int position)
Get extended attributes. |
void |
JFUSEOperations.link(String sourcePath,
String destPath)
Create a hard link to a file. |
int |
JFUSEOperations.listxattr(String path,
ByteBuffer namebuf)
List extended attributes. |
void |
JFUSEOperations.lock(String path,
FUSEFileInfo fi,
int cmd,
Flock flock)
Perform POSIX file locking operation. |
void |
JFUSEOperations.mkdir(String path,
short createMode)
Create a directory. |
void |
JFUSEOperations.mknod(String path,
short fileMode,
long deviceNumber)
Create a file node. |
void |
JFUSEOperations.open(String path,
FUSEFileInfo fi)
File open operation. |
void |
JFUSEOperations.opendir(String path,
FUSEFileInfo fi)
Open directory. |
int |
JFUSEOperations.read(String path,
ByteBuffer dest,
long off,
FUSEFileInfo fi)
Read data from an open file. |
void |
JFUSEOperations.readdir(String path,
FUSEFillDir filler,
long offset,
FUSEFileInfo fi)
Read directory. |
void |
JFUSEOperations.readlink(String path,
ByteBuffer buffer)
Read the target of a symbolic link. |
void |
JFUSEOperations.release(String path,
FUSEFileInfo fi)
Release an open file. |
void |
JFUSEOperations.releasedir(String path,
FUSEFileInfo fi)
Release directory. |
void |
JFUSEOperations.removexattr(String path,
String name)
Remove extended attributes. |
void |
JFUSEOperations.rename(String oldPath,
String newPath)
Rename a file. |
void |
JFUSEOperations.rmdir(String path)
Remove a directory. |
void |
JFUSEOperations.setxattr(String path,
String name,
ByteBuffer value,
int flags)
Set extended attributes. |
void |
JFUSEOperations.setxattr(String path,
String name,
ByteBuffer value,
int flags,
int position)
Set extended attributes. |
void |
JFUSEOperations.statfs(String path,
StatVFS stat)
Get file system statistics. |
void |
JFUSEOperations.symlink(String sourcePath,
String destPath)
Create a symbolic link. |
void |
JFUSEOperations.truncate(String path,
long newSize)
Change the size of a file. |
void |
JFUSEOperations.unlink(String path)
Remove a file. |
void |
JFUSEOperations.utime(String path,
Utimbuf time)
Deprecated. |
void |
JFUSEOperations.utimens(String path,
Timespec accessTime,
Timespec modificationTime)
Change the access and modification times of a file with nanosecond resolution. |
int |
JFUSEOperations.write(String path,
ByteBuffer src,
long off,
FUSEFileInfo fi)
Write data to an open file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |