Home
last modified time | relevance | path

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

/rocksdb-6.9/java/rocksjni/
Denv_options.cc212 JNIEnv*, jobject, jlong jhandle, jboolean fallocate_with_keep_size) { in Java_org_rocksdb_EnvOptions_setFallocateWithKeepSize() argument
213 ENV_OPTIONS_SET_BOOL(jhandle, fallocate_with_keep_size); in Java_org_rocksdb_EnvOptions_setFallocateWithKeepSize()
223 return ENV_OPTIONS_GET(jhandle, fallocate_with_keep_size); in Java_org_rocksdb_EnvOptions_fallocateWithKeepSize()
/rocksdb-6.9/env/
Dfs_posix.cc887 optimized.fallocate_with_keep_size = true; in OptimizeForLogWrite()
898 optimized.fallocate_with_keep_size = true; in OptimizeForManifestWrite()
Dio_posix.cc965 fallocate_with_keep_size_ = options.fallocate_with_keep_size; in PosixMmapFile()
1128 fallocate_with_keep_size_ = options.fallocate_with_keep_size; in PosixWritableFile()
/rocksdb-6.9/include/rocksdb/
Denv.h119 bool fallocate_with_keep_size = true; member