Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp417 int log_cluster_size) { in MakeSomeCompressibleClusters() argument
418 int cluster_bytes = kFilesystemBlockSize << log_cluster_size; in MakeSomeCompressibleClusters()
733 compress_options->log_cluster_size)) in GenerateTestFile()
1320 const int log_cluster_size = 2; in TEST_F() local
1321 const int cluster_bytes = kFilesystemBlockSize << log_cluster_size; in TEST_F()
1325 comp_opt.log_cluster_size = log_cluster_size; in TEST_F()