Searched refs:DcacheLookupCtx (Results 1 - 3 of 3) sorted by relevance
/foundation/filemanagement/dfs_service/utils/dentry/src/ |
H A D | meta_file_clouddisk.cpp | 400 struct DcacheLookupCtx { struct 408 static void InitDcacheLookupCtx(DcacheLookupCtx *ctx, const MetaBase &base, int fd) in InitDcacheLookupCtx() 417 static std::unique_ptr<HmdfsDentryGroup> FindDentryPage(uint64_t index, DcacheLookupCtx *ctx) in FindDentryPage() 458 static HmdfsDentry *InLevel(uint32_t level, DcacheLookupCtx *ctx) in InLevel() 487 static HmdfsDentry *FindDentry(DcacheLookupCtx *ctx) in FindDentry() 507 DcacheLookupCtx ctx; in DoRemove() 540 struct DcacheLookupCtx ctx; in DoLookup() 568 struct DcacheLookupCtx ctx; in DoUpdate()
|
H A D | meta_file.cpp | 383 struct DcacheLookupCtx { struct 391 static void InitDcacheLookupCtx(DcacheLookupCtx *ctx, const MetaBase &base, int fd) in InitDcacheLookupCtx() 400 static std::unique_ptr<HmdfsDentryGroup> FindDentryPage(uint64_t index, DcacheLookupCtx *ctx) in FindDentryPage() 441 static HmdfsDentry *InLevel(uint32_t level, DcacheLookupCtx *ctx) in InLevel() 486 static HmdfsDentry *FindDentry(DcacheLookupCtx *ctx) in FindDentry() 507 DcacheLookupCtx ctx; in DoRemove() 540 struct DcacheLookupCtx ctx; in DoLookup() 566 struct DcacheLookupCtx ctx; in DoUpdate()
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | meta_file_clouddisk_mock.cpp | 366 struct DcacheLookupCtx { struct 374 static void InitDcacheLookupCtx(DcacheLookupCtx *ctx, const MetaBase &base, int fd) in InitDcacheLookupCtx() 383 static std::unique_ptr<HmdfsDentryGroup> FindDentryPage(uint64_t index, DcacheLookupCtx *ctx) in FindDentryPage() 424 static HmdfsDentry *InLevel(uint32_t level, DcacheLookupCtx *ctx) in InLevel() 453 static HmdfsDentry *FindDentry(DcacheLookupCtx *ctx) in FindDentry()
|
Completed in 7 milliseconds