Searched refs:fallocate_with_keep_size_ (Results 1 – 2 of 2) sorted by relevance
224 bool fallocate_with_keep_size_; variable304 bool fallocate_with_keep_size_; variable
965 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()