Home
last modified time | relevance | path

Searched refs:BLKDISCARD (Results 1 – 6 of 6) sorted by relevance

/system/extras/ext4_utils/
Dwipe.c27 #ifndef BLKDISCARD
28 #define BLKDISCARD _IO(0x12,119) macro
51 ret = ioctl(fd, BLKDISCARD, &range); in wipe_block_device()
/system/extras/tests/storage/
Dwipe_blkdev.c30 #ifndef BLKDISCARD
31 #define BLKDISCARD _IO(0x12,119) macro
62 req = BLKDISCARD; in wipe_block_device()
/system/update_engine/payload_consumer/
Dfile_descriptor.cc77 DCHECK(request == BLKDISCARD || request == BLKZEROOUT || in BlkIoctl()
84 request = BLKDISCARD; in BlkIoctl()
Ddelta_performer.cc905 (operation.type() == InstallOperation::ZERO ? BLKZEROOUT : BLKDISCARD); in PerformZeroOrDiscardOperation()
/system/vold/
DUtils.cpp538 if (ioctl(fd, BLKDISCARD, &range) == 0) { in WipeBlockDevice()
/system/sepolicy/
Dioctl_defines101 define(`BLKDISCARD', `0x00001277')