LBA
Defines a Logical Block Address. A Logical Block
Address is relative to the start of a physical device - a disk drive. The
first sector on a disk drive is LBA 0.
This type is used internally by LVM.
#include <lvm_type.h> /* or <lvm_intr.h> */
typedef unsigned long LBA;