Searched defs:BLKDISCARD (Results 1 - 2 of 2) sorted by relevance

/system/extras/ext4_utils/
H A Dwipe.c27 #ifndef BLKDISCARD
28 #define BLKDISCARD _IO(0x12,119) macro
51 ret = ioctl(fd, BLKDISCARD, &range);
/system/extras/tests/storage/
H A Dwipe_blkdev.c30 #ifndef BLKDISCARD
31 #define BLKDISCARD _IO(0x12,119) macro
62 req = BLKDISCARD;

Completed in 68 milliseconds