Lines Matching full:fallocate
442 fallocate=str Whether pre-allocation is performed when laying down files.
447 keep Pre-allocate via fallocate() with
731 falloc IO engine that does regular fallocate to
733 DDIR_READ does fallocate(,mode = keep_size,)
734 DDIR_WRITE does fallocate(,mode = 0)
735 DDIR_TRIM does fallocate(,mode = punch_hole)