Lines Matching refs:IncFsErrorCode

52 typedef int IncFsErrorCode;  typedef
221 IncFsErrorCode IncFs_SetOptions(const IncFsControl* control, IncFsMountOptions options);
223 IncFsErrorCode IncFs_BindMount(const char* sourceDir, const char* targetDir);
224 IncFsErrorCode IncFs_Unmount(const char* dir);
226 IncFsErrorCode IncFs_Root(const IncFsControl* control, char buffer[], size_t* bufferSize);
228 IncFsErrorCode IncFs_MakeFile(const IncFsControl* control, const char* path, int32_t mode,
230 IncFsErrorCode IncFs_MakeMappedFile(const IncFsControl* control, const char* path, int32_t mode,
233 IncFsErrorCode IncFs_MakeDir(const IncFsControl* control, const char* path, int32_t mode);
234 IncFsErrorCode IncFs_MakeDirs(const IncFsControl* control, const char* path, int32_t mode);
236 IncFsErrorCode IncFs_GetMetadataById(const IncFsControl* control, IncFsFileId id, char buffer[],
238 IncFsErrorCode IncFs_GetMetadataByPath(const IncFsControl* control, const char* path, char buffer[],
241 IncFsErrorCode IncFs_GetSignatureById(const IncFsControl* control, IncFsFileId id, char buffer[],
243 IncFsErrorCode IncFs_GetSignatureByPath(const IncFsControl* control, const char* path,
245 IncFsErrorCode IncFs_UnsafeGetSignatureByPath(const char* path, char buffer[], size_t* bufferSize);
249 IncFsErrorCode IncFs_Link(const IncFsControl* control, const char* sourcePath,
251 IncFsErrorCode IncFs_Unlink(const IncFsControl* control, const char* path);
253 IncFsErrorCode IncFs_WaitForPendingReads(const IncFsControl* control, int32_t timeoutMs,
255 IncFsErrorCode IncFs_WaitForPageReads(const IncFsControl* control, int32_t timeoutMs,
258 IncFsErrorCode IncFs_WaitForPendingReadsWithUid(const IncFsControl* control, int32_t timeoutMs,
260 IncFsErrorCode IncFs_WaitForPageReadsWithUid(const IncFsControl* control, int32_t timeoutMs,
263 IncFsErrorCode IncFs_WaitForFsWrittenBlocksChange(const IncFsControl* control, int32_t timeoutMs,
269 IncFsErrorCode IncFs_WriteBlocks(const IncFsDataBlock blocks[], size_t blocksCount);
271 IncFsErrorCode IncFs_SetUidReadTimeouts(const IncFsControl* control,
273 IncFsErrorCode IncFs_GetUidReadTimeouts(const IncFsControl* control,
276 IncFsErrorCode IncFs_GetFileBlockCountByPath(const IncFsControl* control, const char* path,
278 IncFsErrorCode IncFs_GetFileBlockCountById(const IncFsControl* control, IncFsFileId id,
281 IncFsErrorCode IncFs_ListIncompleteFiles(const IncFsControl* control, IncFsFileId ids[],
291 IncFsErrorCode IncFs_ForEachFile(const IncFsControl* control, void* context, FileCallback cb);
292 IncFsErrorCode IncFs_ForEachIncompleteFile(const IncFsControl* control, void* context,
295 IncFsErrorCode IncFs_WaitForLoadingComplete(const IncFsControl* control, int32_t timeoutMs);
304 IncFsErrorCode IncFs_GetFilledRanges(int fd, IncFsSpan outBuffer, IncFsFilledRanges* filledRanges);
305 IncFsErrorCode IncFs_GetFilledRangesStartingFrom(int fd, int startBlockIndex, IncFsSpan outBuffer,
311 IncFsErrorCode IncFs_IsFullyLoaded(int fd);
312 IncFsErrorCode IncFs_IsFullyLoadedByPath(const IncFsControl* control, const char* path);
313 IncFsErrorCode IncFs_IsFullyLoadedById(const IncFsControl* control, IncFsFileId fileId);
319 IncFsErrorCode IncFs_IsEverythingFullyLoaded(const IncFsControl* control);
323 IncFsErrorCode IncFs_ReserveSpaceByPath(const IncFsControl* control, const char* path,
325 IncFsErrorCode IncFs_ReserveSpaceById(const IncFsControl* control, IncFsFileId id, IncFsSize size);
331 IncFsErrorCode IncFs_GetMetrics(const char* sysfsName, IncFsMetrics* metrics);
342 IncFsErrorCode IncFs_GetLastReadError(const IncFsControl* control,