Type Definition nc::types::sector_t[][src]

pub type sector_t = u64;
Expand description

The type used for indexing onto a disc or disc partition.

Linux always considers sectors to be 512 bytes long independently of the devices real block size.

blkcnt_t is the type of the inode’s block count.