Home
last modified time | relevance | path

Searched refs:read_lba (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/block/partitions/
H A Daix.c79 static size_t read_lba(struct parsed_partitions *state, u64 lba, u8 *buffer, in read_lba() function
122 if (read_lba(state, lba, (u8 *) p, count) < count) { in alloc_pvd()
147 if (read_lba(state, lba, (u8 *) p, count) < count) { in alloc_lvn()
H A Defi.c235 static size_t read_lba(struct parsed_partitions *state, in read_lba() function
288 if (read_lba(state, le64_to_cpu(gpt->partition_entry_lba), in alloc_read_gpt_entries()
316 if (read_lba(state, lba, (u8 *) gpt, ssz) < ssz) { in alloc_read_gpt_header()
603 read_lba(state, 0, (u8 *)legacymbr, sizeof(*legacymbr)); in find_valid_gpt()