Home
last modified time | relevance | path

Searched refs:HmdfsDentry (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dmeta_file_clouddisk_mock.cpp52 struct HmdfsDentry { struct
68 struct HmdfsDentry nsl[DENTRY_PER_GROUP];
85 void MetaHelper::SetFileType(struct HmdfsDentry *de, uint8_t fileType) in SetFileType()
97 uint8_t MetaHelper::GetFileType(const struct HmdfsDentry *de) in GetFileType()
102 uint8_t MetaHelper::GetPosition(const struct HmdfsDentry *de) in GetPosition()
341 HmdfsDentry *de; in UpdateDentry()
424 HmdfsDentry *de = nullptr; in FindInBlock()
449 static HmdfsDentry *InLevel(uint32_t level, DcacheLookupCtx *ctx) in InLevel()
452 HmdfsDentry *de = nullptr; in InLevel()
478 static HmdfsDentry *FindDentry(DcacheLookupCtx *ctx) in FindDentry()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file_clouddisk.cpp50 struct HmdfsDentry { struct
66 struct HmdfsDentry nsl[DENTRY_PER_GROUP];
95 uint8_t MetaHelper::GetFileType(const struct HmdfsDentry *de) in GetFileType()
279 HmdfsDentry *de; in UpdateDentry()
415 HmdfsDentry *de = nullptr; in FindInBlock()
443 HmdfsDentry *de = nullptr; in InLevel()
469 static HmdfsDentry *FindDentry(DcacheLookupCtx *ctx) in FindDentry()
472 HmdfsDentry *de = InLevel(level, ctx); in FindDentry()
490 HmdfsDentry *de = FindDentry(&ctx); in DoRemove()
522 struct HmdfsDentry *de = FindDentry(&ctx); in DoLookup()
[all …]
H A Dmeta_file.cpp50 struct HmdfsDentry { struct
69 HmdfsDentry nsl[DENTRY_PER_GROUP];
280 HmdfsDentry *de; in UpdateDentry()
409 HmdfsDentry *de = nullptr; in FindInBlock()
434 static HmdfsDentry *InLevel(uint32_t level, DcacheLookupCtx *ctx) in InLevel()
437 HmdfsDentry *de = nullptr; in InLevel()
479 static HmdfsDentry *FindDentry(DcacheLookupCtx *ctx) in FindDentry()
483 HmdfsDentry *de = InLevel(level, ctx); in FindDentry()
501 HmdfsDentry *de = FindDentry(&ctx); in DoRemove()
533 struct HmdfsDentry *de = FindDentry(&ctx); in DoLookup()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/utils/dentry/include/
H A Dmeta_file.h227 static void SetFileType(struct HmdfsDentry *de, uint8_t fileType);
228 static void SetPosition(struct HmdfsDentry *de, uint8_t position);
229 static uint8_t GetFileType(const struct HmdfsDentry *de);
230 static uint8_t GetPosition(const struct HmdfsDentry *de);