BLKGETSIZE

return device size

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

Meta