Home
last modified time | relevance | path

Searched refs:EnqueueEntryWork (Results 1 – 3 of 3) sorted by relevance

/system/ulib/blobfs/include/blobfs/
A Djournal.h160 virtual zx_status_t EnqueueEntryWork(fbl::unique_ptr<WritebackWork> work) = 0;
259 zx_status_t EnqueueEntryWork(fbl::unique_ptr<WritebackWork> work) final;
442 journal_->EnqueueEntryWork(std::move(work_)); in EnqueueWork()
/system/ulib/blobfs/
A Djournal.cpp334 status = EnqueueEntryWork(std::move(work)); in Enqueue()
462 zx_status_t Journal::EnqueueEntryWork(fbl::unique_ptr<WritebackWork> work) { in EnqueueEntryWork() function in blobfs::Journal
536 zx_status_t status = EnqueueEntryWork(std::move(work)); in ReplayEntry()
556 if ((status = EnqueueEntryWork(std::move(work))) != ZX_OK) { in CommitReplay()
577 if ((status = EnqueueEntryWork(std::move(work))) != ZX_OK) { in CommitReplay()
976 journal_->EnqueueEntryWork(std::move(work)); in ProcessWaitDefault()
1016 journal_->EnqueueEntryWork(std::move(work)); in ProcessSyncComplete()
/system/ulib/blobfs/test/
A Djournal-test.cpp54 zx_status_t EnqueueEntryWork(fbl::unique_ptr<WritebackWork> work) final { in EnqueueEntryWork() function in blobfs::__anon640c9d490111::MockJournal

Completed in 30 milliseconds