• Home
  • Raw
  • Download

Lines Matching refs:Control

155     Control openMount(std::string_view path) const final { return incfs::open(path); }  in openMount()
156 Control createControl(IncFsFd cmd, IncFsFd pendingReads, IncFsFd logs, in createControl()
160 ErrorCode makeFile(const Control& control, std::string_view path, int mode, FileId id, in makeFile()
164 ErrorCode makeMappedFile(const Control& control, std::string_view path, int mode, in makeMappedFile()
168 ErrorCode makeDir(const Control& control, std::string_view path, int mode) const final { in makeDir()
171 ErrorCode makeDirs(const Control& control, std::string_view path, int mode) const final { in makeDirs()
174 incfs::RawMetadata getMetadata(const Control& control, FileId fileid) const final { in getMetadata()
177 incfs::RawMetadata getMetadata(const Control& control, std::string_view path) const final { in getMetadata()
180 FileId getFileId(const Control& control, std::string_view path) const final { in getFileId()
184 const Control& control, std::string_view path) const final { in countFilledBlocks()
214 incfs::LoadingState isFileFullyLoaded(const Control& control, in isFileFullyLoaded()
218 incfs::LoadingState isFileFullyLoaded(const Control& control, FileId id) const final { in isFileFullyLoaded()
221 incfs::LoadingState isEverythingFullyLoaded(const Control& control) const final { in isEverythingFullyLoaded()
224 ErrorCode link(const Control& control, std::string_view from, std::string_view to) const final { in link()
227 ErrorCode unlink(const Control& control, std::string_view path) const final { in unlink()
230 incfs::UniqueFd openForSpecialOps(const Control& control, FileId id) const final { in openForSpecialOps()
236 ErrorCode reserveSpace(const Control& control, FileId id, IncFsSize size) const final { in reserveSpace()
240 const Control& control, std::chrono::milliseconds timeout, in waitForPendingReads()
244 ErrorCode setUidReadTimeouts(const Control& control, in setUidReadTimeouts()
258 ErrorCode forEachFile(const Control& control, FileCallback cb) const final { in forEachFile()
262 ErrorCode forEachIncompleteFile(const Control& control, FileCallback cb) const final { in forEachIncompleteFile()
270 std::optional<LastReadError> getLastReadError(const Control& control) const final { in getLastReadError()