Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp1322 struct f2fs_comp_option comp_opt; in TEST_F() local
1323 memset(&comp_opt, 0, sizeof(comp_opt)); in TEST_F()
1324 comp_opt.algorithm = F2FS_COMPRESS_LZ4; in TEST_F()
1325 comp_opt.log_cluster_size = log_cluster_size; in TEST_F()
1326 if (!F2fsCompressOptionsSupported(comp_opt)) return; in TEST_F()
1335 ASSERT_TRUE(GenerateTestFile(&file_info, &comp_opt)); in TEST_F()