Lines Matching refs:lba
217 pr_debug("GPT: mbr size in lba (%u) different than whole disk (%u).\n",
227 * @lba: the Logical Block Address of the partition table
235 u64 lba, u8 *buffer, size_t count)
238 sector_t n = lba *
241 if (!buffer || lba > last_lba(state->disk))
299 * @lba: the Logical Block Address of the partition table
306 u64 lba)
315 if (read_lba(state, lba, (u8 *) gpt, ssz) < ssz) {
327 * @lba: logical block address of the GPT header to test
334 static int is_gpt_valid(struct parsed_partitions *state, u64 lba,
342 if (!(*gpt = alloc_read_gpt_header(state, lba)))
385 if (le64_to_cpu((*gpt)->my_lba) != lba) {
388 (unsigned long long)lba);
455 * @lastlba: last lba of the disk