|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MacFUSE20Operations
MacFUSE 2.0 extensions to FUSE operations. These operations will only be called if jFUSE is running in a MacFUSE 2.0 (or later) environment.
Method Summary | |
---|---|
int |
chflags(ByteBuffer path,
int flags)
Change file flags. |
int |
exchange(ByteBuffer path1,
ByteBuffer path2,
long options)
Atomically exchange data between two files. |
int |
fsetattr_x(ByteBuffer path,
Setattr_x attr,
FUSEFileInfo fi)
Set many attributes in a single call. |
int |
getxtimes(ByteBuffer path,
Timespec bkuptime,
Timespec crtime)
Get the Mac OS X extended time values "backup time" and "create time". |
int |
setattr_x(ByteBuffer path,
Setattr_x attr)
Set many attributes in a single call. |
int |
setbkuptime(ByteBuffer path,
Timespec tv)
Set the Mac OS X extended time value "backup time". |
int |
setcrtime(ByteBuffer path,
Timespec tv)
Set the Mac OS X extended time value "create time". |
Method Detail |
---|
int exchange(ByteBuffer path1, ByteBuffer path2, long options)
path1
- path to the first file. (const char*)path2
- path to the second file. (const char*)options
- options to the exchange operation. (uint32_t)
int getxtimes(ByteBuffer path, Timespec bkuptime, Timespec crtime)
path
- (const char*)bkuptime
- (struct timespec*)crtime
- (struct timespec*)
int setbkuptime(ByteBuffer path, Timespec tv)
path
- (const char*)tv
- (const struct timespec*)
int setcrtime(ByteBuffer path, Timespec tv)
path
- (const char*)tv
- (const struct timespec*)
int chflags(ByteBuffer path, int flags)
path
- (const char*)flags
- (uint32_t)
int setattr_x(ByteBuffer path, Setattr_x attr)
path
- (const char*)attr
- (struct setattr_x*)
int fsetattr_x(ByteBuffer path, Setattr_x attr, FUSEFileInfo fi)
path
- (const char*)attr
- (struct setattr_x*)fi
- (struct fuse_file_info*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |