Lines Matching defs:lba
217 pr_debug("GPT: mbr size in lba (%u) different than whole disk (%u).\n",
228 * @lba: the Logical Block Address of the partition table
236 u64 lba, u8 *buffer, size_t count)
239 sector_t n = lba *
242 if (!buffer || lba > last_lba(state->disk))
300 * @lba: the Logical Block Address of the partition table
307 u64 lba)
316 if (read_lba(state, lba, (u8 *) gpt, ssz) < ssz) {
328 * @lba: logical block address of the GPT header to test
335 static int is_gpt_valid(struct parsed_partitions *state, u64 lba,
343 if (!(*gpt = alloc_read_gpt_header(state, lba)))
386 if (le64_to_cpu((*gpt)->my_lba) != lba) {
389 (unsigned long long)lba);
456 * @lastlba: last lba of the disk