Searched refs:fallocate_with_keep_size (Results 1 – 4 of 4) sorted by relevance
212 JNIEnv*, jobject, jlong jhandle, jboolean fallocate_with_keep_size) { in Java_org_rocksdb_EnvOptions_setFallocateWithKeepSize() argument213 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()
887 optimized.fallocate_with_keep_size = true; in OptimizeForLogWrite()898 optimized.fallocate_with_keep_size = true; in OptimizeForManifestWrite()
965 fallocate_with_keep_size_ = options.fallocate_with_keep_size; in PosixMmapFile()1128 fallocate_with_keep_size_ = options.fallocate_with_keep_size; in PosixWritableFile()
119 bool fallocate_with_keep_size = true; member