Lines Matching defs:FIO_prefs_s
300 struct FIO_prefs_s { struct
303 FIO_compressionType_t compressionType;
304 …U32 sparseFileSupport; /* 0: no sparse allowed; 1: auto (file yes, stdout no); 2: force sparse */
305 int dictIDFlag;
306 int checksumFlag;
307 int blockSize;
308 int overlapLog;
309 U32 adaptiveMode;
310 U32 useRowMatchFinder;
311 int rsyncable;
312 int minAdaptLevel;
313 int maxAdaptLevel;
314 int ldmFlag;
315 int ldmHashLog;
316 int ldmMinMatch;
317 int ldmBucketSizeLog;
318 int ldmHashRateLog;
319 size_t streamSrcSize;
320 size_t targetCBlockSize;
321 int srcSizeHint;
322 int testMode;
323 ZSTD_paramSwitch_e literalCompressionMode;
326 U32 removeSrcFile;
327 U32 overwrite;
330 unsigned memLimit;
331 int nbWorkers;
333 int excludeCompressedFiles;
334 int patchFromMode;
335 int contentSize;
336 int allowBlockDevices;