Searched refs:MaxLBA (Results 1 – 7 of 7) sorted by relevance
512 uint64_t MaxLBA; in build_volume() local550 MinLBA = info->drives[0].info->MaxLBA; in build_volume()552 if (info->drives[i].info->MaxLBA < MinLBA) in build_volume()553 MinLBA = info->drives[i].info->MaxLBA; in build_volume()566 MaxLBA = (uint64_t)MinLBA * info->drive_count; in build_volume()570 MaxLBA = (uint64_t)MinLBA * (info->drive_count / 2); in build_volume()575 MaxLBA = (uint64_t)MinLBA * info->drive_count / 2; in build_volume()587 if (MaxLBA >> 32 != 0 && in build_volume()592 MaxLBA = 0xffffffff; in build_volume()594 vol->MaxLBA = MaxLBA; in build_volume()[all …]
201 size = ((uint64_t)info->MaxLBAHigh << 32) | info->MaxLBA; in print_vol()225 humanize_number(buf, sizeof(buf), ((uint64_t)info->MaxLBA + 1) * 512, in print_pd()
442 sc->DD_max_lba = le64toh((uint64_t)raid_vol_pg0->MaxLBA.High << in mps_wd_config_pages()443 32 | (uint64_t)raid_vol_pg0->MaxLBA.Low); in mps_wd_config_pages()
2300 U32 MaxLBA; /* 10h */ member2415 U32 MaxLBA; /* 68h */ member
3116 MPT_2_HOST32(volp, MaxLBA); in mpt2host_config_page_raid_vol_0()3132 MPT_2_HOST32(rpd0, MaxLBA); in mpt2host_config_page_raid_phys_disk_0()
1327 U64 MaxLBA; /* 0x10 */ member
1793 U64 MaxLBA; /* 0x10 */ member