Home | History | Annotate | Download | only in blockfile

Lines Matching refs:max_file_size

1074   int max_file_size = backend_->MaxFileSize();
1077 if (offset > max_file_size || buf_len > max_file_size ||
1078 offset + buf_len > max_file_size) {
1080 if (size <= max_file_size)