Searched refs:read_lba (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/block/partitions/ |
D | aix.c | 96 static size_t read_lba(struct parsed_partitions *state, u64 lba, u8 *buffer, in read_lba() function 139 if (read_lba(state, lba, (u8 *) p, count) < count) { in alloc_pvd() 164 if (read_lba(state, lba, (u8 *) p, count) < count) { in alloc_lvn()
|
D | efi.c | 251 static size_t read_lba(struct parsed_partitions *state, in read_lba() function 304 if (read_lba(state, le64_to_cpu(gpt->partition_entry_lba), in alloc_read_gpt_entries() 332 if (read_lba(state, lba, (u8 *) gpt, ssz) < ssz) { in alloc_read_gpt_header() 617 read_lba(state, 0, (u8 *)legacymbr, sizeof(*legacymbr)); in find_valid_gpt()
|