Lines Matching defs:work
25 size_t commit_index, fbl::unique_ptr<WritebackWork> work) in JournalEntry()
270 zx_status_t Journal::Enqueue(fbl::unique_ptr<WritebackWork> work) { in Enqueue()
362 fbl::unique_ptr<WritebackWork> work) { in CreateEntry()
392 fbl::unique_ptr<WritebackWork> work = CreateWork(); in PrepareWork() local
432 void Journal::PrepareDelete(JournalEntry* entry, WritebackWork* work) { in PrepareDelete()
456 fbl::unique_ptr<WritebackWork> work; in CreateWork() local
462 zx_status_t Journal::EnqueueEntryWork(fbl::unique_ptr<WritebackWork> work) { in EnqueueEntryWork()
524 fbl::unique_ptr<WritebackWork> work = CreateWork(); in ReplayEntry() local
551 fbl::unique_ptr<WritebackWork> work = CreateWork(); in CommitReplay() local
597 fbl::unique_ptr<WritebackWork> work; in WriteInfo() local
629 void Journal::AddEntryTransaction(size_t start, size_t length, WritebackWork* work) { in AddEntryTransaction()
975 fbl::unique_ptr<WritebackWork> work = entry->TakeWork(); in ProcessWaitDefault() local
1015 fbl::unique_ptr<WritebackWork> work = entry->TakeWork(); in ProcessSyncComplete() local