Home
last modified time | relevance | path

Searched defs:dentryBlk (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file.cpp332 HmdfsDentryGroup dentryBlk = {0}; in DoCreate() local
395 auto dentryBlk = std::make_unique<HmdfsDentryGroup>(); in FindDentryPage() local
405 static HmdfsDentry *FindInBlock(HmdfsDentryGroup &dentryBlk, uint32_t namehash, const std::string &… in FindInBlock()
448 auto dentryBlk = FindDentryPage(bidx, ctx); in InLevel() local
H A Dmeta_file_clouddisk.cpp344 HmdfsDentryGroup dentryBlk = {0}; in DoCreate() local
401 auto dentryBlk = std::make_unique<HmdfsDentryGroup>(); in FindDentryPage() local
411 static HmdfsDentry *FindInBlock(HmdfsDentryGroup &dentryBlk, uint32_t namehash, const std::string &… in FindInBlock()
454 auto dentryBlk = FindDentryPage(bidx, ctx); in InLevel() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dmeta_file_clouddisk_mock.cpp410 auto dentryBlk = std::make_unique<HmdfsDentryGroup>(); in FindDentryPage() local
420 static HmdfsDentry *FindInBlock(HmdfsDentryGroup &dentryBlk, uint32_t namehash, const std::string &… in FindInBlock()
463 auto dentryBlk = FindDentryPage(bidx, ctx); in InLevel() local