| Valadoc | Vala | Mailing-List | Language | Tutorials | References | Valadoc markup | Contact |
int FillDir (void* buf, string name, Stat? st, off_t offset)
int GetAttr (string path, Stat* st)
int Access (string path, int mask)
int ReadLink (string path, char* buf, size_t size)
int ReadDir (string path, void* buf, FillDir filler, off_t offset, ref FileInfo fi)
int MkNod (string path, mode_t mode, dev_t rdev)
int MkDir (string path, mode_t mode)
int Unlink (string path)
int RmDir (string path)
int Symlink (string from, string to)
int Rename (string from, string to)
int Link (string from, string to)
int Chmod (string path, mode_t mode)
int Chown (string path, uid_t uid, gid_t gid)
int Truncate (string path, off_t size)
int Utimens (string path, timespec[] ts)
int Create (string path, mode_t mode, ref FileInfo fi)
int Open (string path, ref FileInfo fi)
int Read (string path, char* buf, size_t size, off_t offset, ref FileInfo fi)
int Write (string path, char* buf, size_t size, off_t offset, ref FileInfo fi)
int StatFs (string path, statvfs* stbuf)
int Release (string path, ref FileInfo fi)
int Fsync (string path, int isdatasync, ref FileInfo fi)
int SetXAttr (string path, string name, char* value, size_t size, int flags)
int GetXAttr (string path, string name, char* value, size_t size)
int ListXAttr (string path, char* list, size_t size)
int RemoveXAttr (string path, string name)
int main (string[] args, Operations oper, void* user_data)
