Searched refs:BLKSECDISCARD (Results 1 - 3 of 3) sorted by last modified time

/system/core/fastbootd/
H A Dutils.c47 #ifndef BLKSECDISCARD
48 #define BLKSECDISCARD _IO(0x12,125) macro
134 ret = ioctl(fd, BLKSECDISCARD, &range);
/system/extras/ext4_utils/
H A Dwipe.c31 #ifndef BLKSECDISCARD
32 #define BLKSECDISCARD _IO(0x12,125) macro
47 ret = ioctl(fd, BLKSECDISCARD, &range);
/system/extras/tests/storage/
H A Dwipe_blkdev.c33 #ifndef BLKSECDISCARD
34 #define BLKSECDISCARD _IO(0x12,125) macro
59 req = BLKSECDISCARD;

Completed in 97 milliseconds