Home | History | Annotate | Download | only in recovery

Lines Matching full:zeroes

905         // Use BLKDISCARD if it zeroes out blocks, otherwise use BLKZEROOUT.
906 unsigned int zeroes;
907 if (ioctl(fd.get(), BLKDISCARDZEROES, &zeroes) == 0 && zeroes != 0) {