The OpenD Programming Language

BLKRASET

set read ahead for block device

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

Meta