Searched refs:BIOSDISK_FLAG_LBA_EXTENSION (Results 1 – 5 of 5) sorted by relevance
54 if (geometry->flags & BIOSDISK_FLAG_LBA_EXTENSION) in biosdisk()92 geometry->flags &= ~BIOSDISK_FLAG_LBA_EXTENSION; in biosdisk()155 geometry->flags = BIOSDISK_FLAG_LBA_EXTENSION | BIOSDISK_FLAG_CDROM; in get_cdinfo()251 geometry->flags = BIOSDISK_FLAG_LBA_EXTENSION; in get_diskinfo()
281 info->drive_mode = ((geom.flags & BIOSDISK_FLAG_LBA_EXTENSION) in init_bios_info()
79 #define BIOSDISK_FLAG_LBA_EXTENSION 0x1 macro
1403 if (geom.flags & BIOSDISK_FLAG_LBA_EXTENSION) in geometry_func()
8724 * shared_src/shared.h (BIOSDISK_FLAG_LBA_EXTENSION): New macro.