Searched refs:BLKDISCARD (Results 1 - 4 of 4) sorted by path

/system/core/fastbootd/
H A Dutils.c43 #ifndef BLKDISCARD
44 #define BLKDISCARD _IO(0x12,119) macro
138 ret = ioctl(fd, BLKDISCARD, &range);
/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.c29 #ifndef BLKDISCARD
30 #define BLKDISCARD _IO(0x12,119) macro
61 req = BLKDISCARD;
/system/vold/
H A DFat.cpp247 if (ioctl(fd, BLKDISCARD, &range) < 0) {

Completed in 108 milliseconds