|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.catacombae.jfuse.types.macfuse20.Setattr_x
public class Setattr_x
MacFUSE structure which is used in the setattr_x and fsetattr_x operations to return a lot of different attributes at one time, reducing kernel/userspace communication.
Field Summary | |
---|---|
Timespec |
acctime
Last accessed time. |
Timespec |
bkuptime
Last backup time. |
Timespec |
chgtime
Last file status change time. |
Timespec |
crtime
Create time. |
int |
flags
Flags (probably equivalent to Stat.st_flags ). |
long |
gid
Group ID of the entry. |
short |
mode
File mode. |
Timespec |
modtime
Last data modification time. |
long |
size
Size of the entry. |
long |
uid
User ID of the entry. |
int |
valid
What is this? |
Constructor Summary | |
---|---|
Setattr_x()
|
Method Summary | |
---|---|
boolean |
wantsBkuptime()
Whether or not this setattr_x session wants the file system to set the variable 'bkuptime'. |
boolean |
wantsChgtime()
Whether or not this setattr_x session wants the file system to set the variable 'chgtime'. |
boolean |
wantsCrtime()
Whether or not this setattr_x session wants the file system to set the variable 'crtime'. |
boolean |
wantsFlags()
Whether or not this setattr_x session wants the file system to set the variable 'flags'. |
boolean |
wantsGid()
Whether or not this setattr_x session wants the file system to set the variable 'gid'. |
boolean |
wantsMode()
Whether or not this setattr_x session wants the file system to set the variable 'mode'. |
boolean |
wantsModtime()
Whether or not this setattr_x session wants the file system to set the variable 'modtime'. |
boolean |
wantsSize()
Whether or not this setattr_x session wants the file system to set the variable 'size'. |
boolean |
wantsUid()
Whether or not this setattr_x session wants the file system to set the variable 'uid'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int valid
public short mode
public long uid
public long gid
public long size
public final Timespec acctime
public final Timespec modtime
public final Timespec crtime
public final Timespec chgtime
public final Timespec bkuptime
public int flags
Stat.st_flags
). (uint32_t)
Constructor Detail |
---|
public Setattr_x()
Method Detail |
---|
public boolean wantsMode()
public boolean wantsUid()
public boolean wantsGid()
public boolean wantsSize()
public boolean wantsModtime()
public boolean wantsCrtime()
public boolean wantsChgtime()
public boolean wantsBkuptime()
public boolean wantsFlags()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |