BLKFLSBUF

flush buffer cache

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

Meta