Searched refs:BIOSDISK_FLAG_LBA_EXTENSION (Results 1 – 5 of 5) sorted by relevance
55 if (geometry->flags & BIOSDISK_FLAG_LBA_EXTENSION) in biosdisk()98 geometry->flags &= ~BIOSDISK_FLAG_LBA_EXTENSION; in biosdisk()160 geometry->flags = BIOSDISK_FLAG_LBA_EXTENSION | BIOSDISK_FLAG_CDROM; in get_cdinfo()194 geometry->flags = BIOSDISK_FLAG_LBA_EXTENSION | BIOSDISK_FLAG_CDROM; in get_cdinfo()275 geometry->flags = BIOSDISK_FLAG_LBA_EXTENSION; in get_diskinfo()
302 info->drive_mode = ((geom.flags & BIOSDISK_FLAG_LBA_EXTENSION) in init_bios_info()
97 #define BIOSDISK_FLAG_LBA_EXTENSION 0x1 macro
1866 if (geom.flags & BIOSDISK_FLAG_LBA_EXTENSION) in geometry_func()
8883 * shared_src/shared.h (BIOSDISK_FLAG_LBA_EXTENSION): New macro.