Searched refs:vol_ (Results 1 – 2 of 2) sorted by relevance
| /system/ulib/ftl/ftln/ |
| A D | volume.cpp | 39 if (read_pages_(buffer, first_page, num_pages, vol_) != 0) { in Read() 46 if (write_pages_(const_cast<void*>(buffer), first_page, num_pages, vol_) != 0) { in Write() 53 if (report_(vol_, FS_FORMAT) != 0) { in Format() 60 if (report_(vol_, FS_MOUNT) != 0) { in Mount() 67 if (report_(vol_, FS_UNMOUNT) != 0) { in Unmount() 74 if (report_(vol_, FS_SYNC) != 0) { in Flush() 81 if (report_(vol_, FS_MARK_UNUSED, first_page, num_pages) != 0) { in Trim() 88 int result = report_(vol_, FS_VCLEAN); in GarbageCollect() 101 if (report_(vol_, FS_VSTAT, &buffer) != 0) { in GetStats() 112 vol_ = ftl->vol; in OnVolumeAdded()
|
| /system/ulib/ftl/include/lib/ftl/ |
| A D | volume.h | 111 void* vol_ = nullptr; // FTL volume handle for callbacks. variable
|
Completed in 4 milliseconds