Lines Matching refs:IncFsErrorCode

49 typedef int IncFsErrorCode;  typedef
162 IncFsErrorCode IncFs_SetOptions(const IncFsControl* control, IncFsMountOptions options);
164 IncFsErrorCode IncFs_BindMount(const char* sourceDir, const char* targetDir);
165 IncFsErrorCode IncFs_Unmount(const char* dir);
167 IncFsErrorCode IncFs_Root(const IncFsControl* control, char buffer[], size_t* bufferSize);
169 IncFsErrorCode IncFs_MakeFile(const IncFsControl* control, const char* path, int32_t mode,
171 IncFsErrorCode IncFs_MakeDir(const IncFsControl* control, const char* path, int32_t mode);
172 IncFsErrorCode IncFs_MakeDirs(const IncFsControl* control, const char* path, int32_t mode);
174 IncFsErrorCode IncFs_GetMetadataById(const IncFsControl* control, IncFsFileId id, char buffer[],
176 IncFsErrorCode IncFs_GetMetadataByPath(const IncFsControl* control, const char* path, char buffer[],
179 IncFsErrorCode IncFs_GetSignatureById(const IncFsControl* control, IncFsFileId id, char buffer[],
181 IncFsErrorCode IncFs_GetSignatureByPath(const IncFsControl* control, const char* path,
183 IncFsErrorCode IncFs_UnsafeGetSignatureByPath(const char* path, char buffer[], size_t* bufferSize);
187 IncFsErrorCode IncFs_Link(const IncFsControl* control, const char* sourcePath,
189 IncFsErrorCode IncFs_Unlink(const IncFsControl* control, const char* path);
191 IncFsErrorCode IncFs_WaitForPendingReads(const IncFsControl* control, int32_t timeoutMs,
193 IncFsErrorCode IncFs_WaitForPageReads(const IncFsControl* control, int32_t timeoutMs,
199 IncFsErrorCode IncFs_WriteBlocks(const IncFsDataBlock blocks[], size_t blocksCount);
208 IncFsErrorCode IncFs_GetFilledRanges(int fd, IncFsSpan outBuffer, IncFsFilledRanges* filledRanges);
209 IncFsErrorCode IncFs_GetFilledRangesStartingFrom(int fd, int startBlockIndex, IncFsSpan outBuffer,
215 IncFsErrorCode IncFs_IsFullyLoaded(int fd);