Type
#include <SYS/TYPES.H>
__sec_t variable;
This type declares a signed integer representing a sector number. It is usually defined to __s64 unless the user wants to recompile the kernel with smaller sector number this may somehow improve performance and it gives up the possibility to address devices larger than 1TB.