BLKRAGET

get current read ahead setting

version(linux)
extern (C) @nogc nothrow
static if(__traits(compiles, _IO(1, 2)))
enum BLKRAGET = _IO(0x12, 99);

Meta