NAME blksize_t - file block sizes LIBRARY Standard C library ( libc ) SYNOPSIS #include <sys/types.h> typedef ... blksize_t; DESCRIPTION Used for file block sizes. It is a signed i…size; /* Total size, in bytes */ blksize_t st_blksize; /* Block size for filesystem I/O */ blkcnt