Lines Matching defs:control

422     auto control =  in makeControl()  local
599 auto control = makeControl(rootFd); in IncFs_Mount() local
617 IncFsFd IncFs_GetControlFd(const IncFsControl* control, IncFsFdType type) { in IncFs_GetControlFd()
635 IncFsSize IncFs_ReleaseControlFds(IncFsControl* control, IncFsFd out[], IncFsSize outSize) { in IncFs_ReleaseControlFds()
654 void IncFs_DeleteControl(IncFsControl* control) { in IncFs_DeleteControl()
672 IncFsErrorCode IncFs_SetOptions(const IncFsControl* control, IncFsMountOptions options) { in IncFs_SetOptions()
690 IncFsErrorCode IncFs_Root(const IncFsControl* control, char buffer[], size_t* bufferSize) { in IncFs_Root()
795 IncFsErrorCode IncFs_MakeFile(const IncFsControl* control, const char* path, int32_t mode, in IncFs_MakeFile()
842 IncFsErrorCode IncFs_MakeMappedFile(const IncFsControl* control, const char* path, int32_t mode, in IncFs_MakeMappedFile()
919 IncFsErrorCode IncFs_MakeDir(const IncFsControl* control, const char* path, int32_t mode) { in IncFs_MakeDir()
940 IncFsErrorCode IncFs_MakeDirs(const IncFsControl* control, const char* path, int32_t mode) { in IncFs_MakeDirs()
973 IncFsErrorCode IncFs_GetMetadataById(const IncFsControl* control, IncFsFileId fileId, char buffer[], in IncFs_GetMetadataById()
987 IncFsErrorCode IncFs_GetMetadataByPath(const IncFsControl* control, const char* path, char buffer[], in IncFs_GetMetadataByPath()
1011 IncFsFileId IncFs_GetId(const IncFsControl* control, const char* path) { in IncFs_GetId()
1041 IncFsErrorCode IncFs_GetSignatureById(const IncFsControl* control, IncFsFileId fileId, in IncFs_GetSignatureById()
1059 IncFsErrorCode IncFs_GetSignatureByPath(const IncFsControl* control, const char* path, in IncFs_GetSignatureByPath()
1084 IncFsErrorCode IncFs_Link(const IncFsControl* control, const char* fromPath, in IncFs_Link()
1108 IncFsErrorCode IncFs_Unlink(const IncFsControl* control, const char* path) { in IncFs_Unlink()
1223 IncFsErrorCode IncFs_WaitForPendingReads(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForPendingReads()
1232 IncFsErrorCode IncFs_WaitForPendingReadsWithUid(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForPendingReadsWithUid()
1241 IncFsErrorCode IncFs_WaitForPageReads(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForPageReads()
1250 IncFsErrorCode IncFs_WaitForPageReadsWithUid(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForPageReadsWithUid()
1272 IncFsFd IncFs_OpenForSpecialOpsByPath(const IncFsControl* control, const char* path) { in IncFs_OpenForSpecialOpsByPath()
1286 IncFsFd IncFs_OpenForSpecialOpsById(const IncFsControl* control, IncFsFileId id) { in IncFs_OpenForSpecialOpsById()
1601 IncFsErrorCode IncFs_IsFullyLoadedByPath(const IncFsControl* control, const char* path) { in IncFs_IsFullyLoadedByPath()
1623 IncFsErrorCode IncFs_IsFullyLoadedById(const IncFsControl* control, IncFsFileId fileId) { in IncFs_IsFullyLoadedById()
1640 static IncFsErrorCode isEverythingLoadedV2(const IncFsControl* control) { in isEverythingLoadedV2()
1649 static IncFsErrorCode isEverythingLoadedSlow(const IncFsControl* control) { in isEverythingLoadedSlow()
1686 IncFsErrorCode IncFs_IsEverythingFullyLoaded(const IncFsControl* control) { in IncFs_IsEverythingFullyLoaded()
1696 IncFsErrorCode IncFs_SetUidReadTimeouts(const IncFsControl* control, in IncFs_SetUidReadTimeouts()
1724 IncFsErrorCode IncFs_GetUidReadTimeouts(const IncFsControl* control, in IncFs_GetUidReadTimeouts()
1783 IncFsErrorCode IncFs_GetFileBlockCountById(const IncFsControl* control, IncFsFileId id, in IncFs_GetFileBlockCountById()
1803 IncFsErrorCode IncFs_GetFileBlockCountByPath(const IncFsControl* control, const char* path, in IncFs_GetFileBlockCountByPath()
1823 IncFsErrorCode IncFs_ListIncompleteFiles(const IncFsControl* control, IncFsFileId ids[], in IncFs_ListIncompleteFiles()
1853 IncFsErrorCode IncFs_ForEachFile(const IncFsControl* control, void* context, FileCallback cb) { in IncFs_ForEachFile()
1866 IncFsErrorCode IncFs_ForEachIncompleteFile(const IncFsControl* control, void* context, in IncFs_ForEachIncompleteFile()
1883 IncFsErrorCode IncFs_WaitForLoadingComplete(const IncFsControl* control, int32_t timeoutMs) { in IncFs_WaitForLoadingComplete()
1963 IncFsErrorCode IncFs_WaitForFsWrittenBlocksChange(const IncFsControl* control, int32_t timeoutMs, in IncFs_WaitForFsWrittenBlocksChange()
2038 IncFsErrorCode IncFs_ReserveSpaceByPath(const IncFsControl* control, const char* path, in IncFs_ReserveSpaceByPath()
2051 IncFsErrorCode IncFs_ReserveSpaceById(const IncFsControl* control, IncFsFileId id, IncFsSize size) { in IncFs_ReserveSpaceById()
2125 IncFsErrorCode IncFs_GetLastReadError(const IncFsControl* control, in IncFs_GetLastReadError()