Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Dio_posix.h224 bool fallocate_with_keep_size_; variable
304 bool fallocate_with_keep_size_; variable
Dio_posix.cc965 fallocate_with_keep_size_ = options.fallocate_with_keep_size; in PosixMmapFile()
1099 fallocate(fd_, fallocate_with_keep_size_ ? FALLOC_FL_KEEP_SIZE : 0, in Allocate()
1128 fallocate_with_keep_size_ = options.fallocate_with_keep_size; in PosixWritableFile()
1322 fallocate(fd_, fallocate_with_keep_size_ ? FALLOC_FL_KEEP_SIZE : 0, in Allocate()