Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file_clouddisk.cpp51 struct HmdfsDentry { struct
67 struct HmdfsDentry nsl[DENTRY_PER_GROUP];
84 void MetaHelper::SetFileType(struct HmdfsDentry *de, uint8_t fileType) in SetFileType()
90 void MetaHelper::SetPosition(struct HmdfsDentry *de, uint8_t position) in SetPosition()
96 void MetaHelper::SetNoUpload(struct HmdfsDentry *de, uint8_t noUpload) in SetNoUpload()
102 uint8_t MetaHelper::GetNoUpload(const struct HmdfsDentry *de) in GetNoUpload()
107 uint8_t MetaHelper::GetFileType(const struct HmdfsDentry *de) in GetFileType()
112 uint8_t MetaHelper::GetPosition(const struct HmdfsDentry *de) in GetPosition()
291 HmdfsDentry *de; in UpdateDentry()
429 static HmdfsDentry *FindInBloc
[all...]
H A Dmeta_file.cpp50 struct HmdfsDentry { struct
69 HmdfsDentry nsl[DENTRY_PER_GROUP];
280 HmdfsDentry *de; in UpdateDentry()
412 static HmdfsDentry *FindInBlock(HmdfsDentryGroup &dentryBlk, uint32_t namehash, const std::string &name) in FindInBlock()
416 HmdfsDentry *de = nullptr; in FindInBlock()
441 static HmdfsDentry *InLevel(uint32_t level, DcacheLookupCtx *ctx) in InLevel()
444 HmdfsDentry *de = nullptr; in InLevel()
486 static HmdfsDentry *FindDentry(DcacheLookupCtx *ctx) in FindDentry()
490 HmdfsDentry *de = InLevel(level, ctx); in FindDentry()
509 HmdfsDentry *d in DoRemove()
[all...]
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dmeta_file_clouddisk_mock.cpp52 struct HmdfsDentry { struct
65 struct HmdfsDentry nsl[DENTRY_PER_GROUP];
71 void MetaHelper::SetFileType(struct HmdfsDentry *de, uint8_t fileType) in SetFileType()
75 void MetaHelper::SetPosition(struct HmdfsDentry *de, uint8_t position) in SetPosition()
79 uint8_t MetaHelper::GetFileType(const struct HmdfsDentry *de) in GetFileType()
84 uint8_t MetaHelper::GetPosition(const struct HmdfsDentry *de) in GetPosition()
316 HmdfsDentry *de; in UpdateDentry()
395 static HmdfsDentry *FindInBlock(HmdfsDentryGroup &dentryBlk, uint32_t namehash, const std::string &name) in FindInBlock()
399 HmdfsDentry *de = nullptr; in FindInBlock()
424 static HmdfsDentry *InLeve
[all...]
/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 void SetNoUpload(struct HmdfsDentry *de, uint8_t noUpload);
230 static uint8_t GetFileType(const struct HmdfsDentry *de);
231 static uint8_t GetPosition(const struct HmdfsDentry *de);
232 static uint8_t GetNoUpload(const struct HmdfsDentry *de);

Completed in 5 milliseconds