blkcnt_t(3type) blkcnt_t(3type)

blkcnt_t - file block counts

Standard C library (libc)

#include <sys/types.h>
typedef /* ... */ blkcnt_t;

Used for file block counts. It is a signed integer type.

POSIX.1-2008.

POSIX.1-2001.

The following header also provides this type: <sys/stat.h>.

stat(3type)

2023-10-31 Linux man-pages 6.7