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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/partitions/
H A Defi.c62 * - Change read_lba() to use the page cache per Al Viro's work.
182 * read_lba(): Read bytes from disk, starting at given LBA
191 static size_t read_lba(struct parsed_partitions *state, function
244 if (read_lba(state, le64_to_cpu(gpt->partition_entry_lba),
273 if (read_lba(state, lba, (u8 *) gpt, ssz) < ssz) {
525 read_lba(state, 0, (u8 *) legacymbr,

Completed in 52 milliseconds