Searched refs:read_lba (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/block/partitions/ |
H A D | aix.c | 79 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 D | efi.c | 51 * - Change read_lba() to use the page cache per Al Viro's work. 226 * read_lba(): Read bytes from disk, starting at given LBA 235 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()
|