class ExtentTree
Defined at line 45 of file ../../src/storage/f2fs/extent_cache.h
Public Methods
zx::result<> InsertExtent (ExtentInfo extent_info)
Defined at line 29 of file ../../src/storage/f2fs/extent_cache.cc
void ExtentTree ()
Defined at line 47 of file ../../src/storage/f2fs/extent_cache.h
void ExtentTree (const ExtentTree & )
Defined at line 48 of file ../../src/storage/f2fs/extent_cache.h
ExtentTree & operator= (const ExtentTree & )
Defined at line 49 of file ../../src/storage/f2fs/extent_cache.h
void ExtentTree (ExtentTree && )
Defined at line 50 of file ../../src/storage/f2fs/extent_cache.h
ExtentTree & operator= (ExtentTree && )
Defined at line 51 of file ../../src/storage/f2fs/extent_cache.h
void ~ExtentTree ()
Defined at line 52 of file ../../src/storage/f2fs/extent_cache.h
zx::result<ExtentInfo> LookupExtent (pgoff_t file_offset)
Defined at line 122 of file ../../src/storage/f2fs/extent_cache.cc
ExtentInfo GetLargestExtent ()
Defined at line 138 of file ../../src/storage/f2fs/extent_cache.cc
void Reset ()
Defined at line 146 of file ../../src/storage/f2fs/extent_cache.cc