FIBMAP

bmap access

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

Meta