Get the dev of the index entry.
Get the file size of the index entry.
Get the flags of the index entry.
Get the extended flags of the index entry.
Get the gid of the index entry.
Get the oid of the index entry.
Get the ino of the index entry.
Get the mode of the index entry.
Get the uid of the index entry.
Get whether the entry represents a conflict.
Atomically increments the reference count of entry
by one.
This function is MT-safe and may be called from any thread.
Set the dev of the index entry.
the dev.
Set the file size of the index entry.
the file size.
Set the flags of the index entry.
the flags.
Set the extended flags of the index entry.
the extended flags.
Set the gid of the index entry.
the gid.
Set the oid of the index entry.
the oid.
Set the ino of the index entry.
the ino.
Set the mode of the index entry.
the mode.
Set the path of the index entry. The path should be relative to the working directory.
the path.
Set the uid of the index entry.
the uid.
Atomically decrements the reference count of entry
by one.
If the reference count drops to 0, entry
is freed.
Represents an index entry object.