class NotifyWriteback
Defined at line 80 of file ../../src/storage/f2fs/writeback.h
A helper class to mitigate notification costs
Public Methods
void ~NotifyWriteback ()
Defined at line 82 of file ../../src/storage/f2fs/writeback.h
void ReserveNotify (fbl::RefPtr<Page> page)
It tries to group notification to writeback waiters for the same file.
If a new waiter of |page| doesn't belong to the same file as that of |waiters_|, it immediately
notifies |waiters_|.
Defined at line 166 of file ../../src/storage/f2fs/writeback.cc