Home | History | Annotate | Download | only in recovery

Lines Matching refs:zeroes

824     // Use BLKDISCARD if it zeroes out blocks, otherwise use BLKZEROOUT.
825 unsigned int zeroes;
826 if (ioctl(fd, BLKDISCARDZEROES, &zeroes) == 0 && zeroes != 0) {