Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Dio_posix.cc905 if (allow_fallocate_) { in MapNewRegion()
964 allow_fallocate_ = options.allow_fallocate; in PosixMmapFile()
1097 if (allow_fallocate_) { in Allocate()
1127 allow_fallocate_ = options.allow_fallocate; in PosixWritableFile()
1231 if (allow_fallocate_) { in Close()
1320 if (allow_fallocate_) { in Allocate()
Dio_posix.h223 bool allow_fallocate_; variable
303 bool allow_fallocate_; // If false, fallocate calls are bypassed variable