Home
last modified time | relevance | path

Searched refs:endBlock (Results 1 - 6 of 6) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H A Ddentry_meta_file_test.cpp74 unsigned long endBlock = 0; in HWTEST_F() local
76 int ret = mFile.HandleFileByFd(endBlock, level); in HWTEST_F()
90 unsigned long endBlock = 0; in HWTEST_F() local
92 int ret = mFile.HandleFileByFd(endBlock, level); in HWTEST_F()
106 unsigned long endBlock = 0; in HWTEST_F() local
108 int ret = mFile.HandleFileByFd(endBlock, level); in HWTEST_F()
457 unsigned long endBlock = 0; in HWTEST_F() local
459 int ret = mFile.HandleFileByFd(endBlock, level); in HWTEST_F()
474 unsigned long endBlock = DENTRY_PER_GROUP; in HWTEST_F() local
476 int ret = mFile.HandleFileByFd(endBlock, leve in HWTEST_F()
491 unsigned long endBlock = -100; HWTEST_F() local
527 unsigned long endBlock = -100; HWTEST_F() local
[all...]
H A Ddentry_meta_file_clouddisk_test.cpp67 unsigned long endBlock = 0; in HWTEST_F() local
69 int ret = mFile.HandleFileByFd(endBlock, level); in HWTEST_F()
83 unsigned long endBlock = 0; in HWTEST_F() local
85 int ret = mFile.HandleFileByFd(endBlock, level); in HWTEST_F()
99 unsigned long endBlock = 0; in HWTEST_F() local
101 int ret = mFile.HandleFileByFd(endBlock, level); in HWTEST_F()
/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file_clouddisk.cpp326 int32_t CloudDiskMetaFile::HandleFileByFd(unsigned long &endBlock, uint32_t &level) in HandleFileByFd() argument
333 if ((endBlock > GetDentryGroupCnt(fileStat.st_size)) && in HandleFileByFd()
369 unsigned long endBlock = bidx + BUCKET_BLOCKS; in DoCreate() local
370 int32_t ret = HandleFileByFd(endBlock, level); in DoCreate()
374 for (; bidx < endBlock; bidx++) { in DoCreate()
469 uint32_t endBlock = bidx + BUCKET_BLOCKS; in InLevel() local
471 for (; bidx < endBlock; bidx++) { in InLevel()
H A Dmeta_file.cpp311 int32_t MetaFile::HandleFileByFd(unsigned long &endBlock, uint32_t &level) in HandleFileByFd() argument
318 if ((endBlock > GetDentryGroupCnt(fileStat.st_size)) && in HandleFileByFd()
348 unsigned long endBlock = bidx + BUCKET_BLOCKS; in DoCreate() local
350 int32_t ret = MetaFile::HandleFileByFd(endBlock, level); in DoCreate()
355 for (; bidx < endBlock; bidx++) { in DoCreate()
452 uint32_t endBlock = bidx + BUCKET_BLOCKS; in InLevel() local
454 for (; bidx < endBlock; bidx++) { in InLevel()
/foundation/filemanagement/dfs_service/utils/dentry/include/
H A Dmeta_file.h53 int32_t HandleFileByFd(unsigned long &endBlock, uint32_t &level);
87 int32_t HandleFileByFd(unsigned long &endBlock, uint32_t &level);
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dmeta_file_clouddisk_mock.cpp347 int32_t CloudDiskMetaFile::HandleFileByFd(unsigned long &endBlock, uint32_t &level) in HandleFileByFd() argument
435 uint32_t endBlock = bidx + BUCKET_BLOCKS; in InLevel() local
437 for (; bidx < endBlock; bidx++) { in InLevel()

Completed in 9 milliseconds