class DirEntryCache

Defined at line 37 of file ../../src/storage/f2fs/dir_entry_cache.h

Public Methods

void DirEntryCache ()

Defined at line 9 of file ../../src/storage/f2fs/dir_entry_cache.cc

void ~DirEntryCache ()

Defined at line 11 of file ../../src/storage/f2fs/dir_entry_cache.cc

void Reset ()

Defined at line 13 of file ../../src/storage/f2fs/dir_entry_cache.cc

void DirEntryCache (const DirEntryCache & )

Defined at line 41 of file ../../src/storage/f2fs/dir_entry_cache.h

DirEntryCache & operator= (const DirEntryCache & )

Defined at line 42 of file ../../src/storage/f2fs/dir_entry_cache.h

zx::result<DentryInfo> LookupDirEntry (std::string_view child_name)

Defined at line 42 of file ../../src/storage/f2fs/dir_entry_cache.cc

void DirEntryCache (DirEntryCache && )

Defined at line 43 of file ../../src/storage/f2fs/dir_entry_cache.h

DirEntryCache & operator= (DirEntryCache && )

Defined at line 44 of file ../../src/storage/f2fs/dir_entry_cache.h

void UpdateDirEntry (std::string_view child_name, DentryInfo info)

Defined at line 56 of file ../../src/storage/f2fs/dir_entry_cache.cc

void RemoveDirEntry (std::string_view child_name)

Defined at line 69 of file ../../src/storage/f2fs/dir_entry_cache.cc

bool IsElementInCache (std::string_view child_name)

For testing

Defined at line 82 of file ../../src/storage/f2fs/dir_entry_cache.cc

const std::map<EntryKey, ElementRefPtr> & GetMap ()

Defined at line 88 of file ../../src/storage/f2fs/dir_entry_cache.cc