Home
last modified time | relevance | path

Searched refs:GetDentrySlots (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file_clouddisk.cpp210 static inline uint32_t GetDentrySlots(size_t nameLen) in GetDentrySlots() function
293 uint32_t slots = GetDentrySlots(name.length()); in UpdateDentry()
379 bitPos = RoomForFilename(dentryBlk.bitmap, GetDentrySlots(base.name.length()), DENTRY_PER_GROUP); in DoCreate()
452 bitPos += GetDentrySlots(de->namelen); in FindInBlock()
516 uint32_t slots = GetDentrySlots(de->namelen); in DoRemove()
H A Dmeta_file.cpp199 static inline uint32_t GetDentrySlots(size_t nameLen) in GetDentrySlots() function
282 uint32_t slots = GetDentrySlots(name.length()); in UpdateDentry()
360 bitPos = RoomForFilename(dentryBlk.bitmap, GetDentrySlots(base.name.length()), DENTRY_PER_GROUP); in DoCreate()
435 bitPos += GetDentrySlots(de->namelen); in FindInBlock()
516 uint32_t slots = GetDentrySlots(de->namelen); in DoRemove()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dmeta_file_clouddisk_mock.cpp235 static inline uint32_t GetDentrySlots(size_t nameLen) in GetDentrySlots() function
318 uint32_t slots = GetDentrySlots(name.length()); in UpdateDentry()
418 bitPos += GetDentrySlots(de->namelen); in FindInBlock()

Completed in 5 milliseconds