Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/
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()
356 … bitPos = RoomForFilename(dentryBlk.bitmap, GetDentrySlots(base.name.length()), DENTRY_PER_GROUP); in DoCreate()
428 bitPos += GetDentrySlots(de->namelen); in FindInBlock()
508 uint32_t slots = GetDentrySlots(de->namelen); in DoRemove()
H A Dmeta_file_clouddisk.cpp198 static inline uint32_t GetDentrySlots(size_t nameLen) in GetDentrySlots() function
281 uint32_t slots = GetDentrySlots(name.length()); in UpdateDentry()
364 … bitPos = RoomForFilename(dentryBlk.bitmap, GetDentrySlots(base.name.length()), DENTRY_PER_GROUP); in DoCreate()
434 bitPos += GetDentrySlots(de->namelen); in FindInBlock()
497 uint32_t slots = GetDentrySlots(de->namelen); in DoRemove()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dmeta_file_clouddisk_mock.cpp260 static inline uint32_t GetDentrySlots(size_t nameLen) in GetDentrySlots() function
343 uint32_t slots = GetDentrySlots(name.length()); in UpdateDentry()
443 bitPos += GetDentrySlots(de->namelen); in FindInBlock()