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

/system/extras/ext4_utils/
H A Dwipe.c32 #ifndef BLKSECDISCARD
33 #define BLKSECDISCARD _IO(0x12,125) macro
48 ret = ioctl(fd, BLKSECDISCARD, &range);
/system/extras/tests/storage/
H A Dwipe_blkdev.c34 #ifndef BLKSECDISCARD
35 #define BLKSECDISCARD _IO(0x12,125) macro
60 req = BLKSECDISCARD;

Completed in 341 milliseconds