The OpenD Programming Language

FIGETBSZ

get the block size used for bmap

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

Meta