Searched refs:DentryHash (Results 1 – 9 of 9) sorted by relevance
155 EXPECT_EQ(CloudFileUtils::DentryHash(inputStr), 0);158 EXPECT_EQ(CloudFileUtils::DentryHash(inputStr), 0);
58 uint32_t CloudFileUtils::DentryHash(const std::string &inputStr) in DentryHash() function in OHOS::FileManagement::CloudDisk::CloudFileUtils
66 static uint32_t DentryHash(const std::string &cloudId);
223 static uint32_t DentryHash(const std::string &name) in DentryHash() function405 ctx->hash = DentryHash(ctx->name); in InitDcacheLookupCtx()
104 uint32_t CloudFileUtils::DentryHash(const std::string &inputStr) in DentryHash() function in OHOS::FileManagement::CloudDisk::CloudFileUtils
335 namehash = CloudDisk::CloudFileUtils::DentryHash(base.name); in DoCreate()390 ctx->hash = CloudDisk::CloudFileUtils::DentryHash(ctx->name); in InitDcacheLookupCtx()
346 namehash = CloudDisk::CloudFileUtils::DentryHash(base.name); in DoCreate()396 ctx->hash = CloudDisk::CloudFileUtils::DentryHash(ctx->name); in InitDcacheLookupCtx()
405 stbuf->st_ino = static_cast<fuse_ino_t>(CloudDisk::CloudFileUtils::DentryHash(inoKey)); in GetMetaAttr()438 uint64_t cloudId = static_cast<uint64_t>(CloudDisk::CloudFileUtils::DentryHash(inoKey)); in CloudDoLookupHelper()518 uint64_t cloudId = static_cast<uint64_t>(CloudDisk::CloudFileUtils::DentryHash(inoKey)); in PutNode()
185 int64_t inodeId = static_cast<int64_t>(CloudFileUtils::DentryHash(metaBase.cloudId)); in LookupRecycledFile()237 int64_t inodeId = static_cast<int64_t>(CloudFileUtils::DentryHash(metaBase.cloudId)); in DoCloudLookup()