Searched refs:read_lba (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/block/partitions/ |
H A D | aix.c | 86 * read_lba(): Read bytes from disk, starting at given LBA 95 static size_t read_lba(struct parsed_partitions *state, u64 lba, u8 *buffer, in read_lba() function 138 if (read_lba(state, lba, (u8 *) p, count) < count) { in alloc_pvd() 163 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. 228 * read_lba(): Read bytes from disk, starting at given LBA 237 static size_t read_lba(struct parsed_partitions *state, in read_lba() function 290 if (read_lba(state, le64_to_cpu(gpt->partition_entry_lba), in alloc_read_gpt_entries() 318 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()
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | aix.c | 70 * read_lba(): Read bytes from disk, starting at given LBA 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()
|
Completed in 4 milliseconds