Lines Matching full:blocks
111 errcode_t (*save_get_blocks)(ext2_filsys f, ext2_ino_t ino, blk_t *blocks);
266 * blocks in the inode table.
279 * bad blocks. :-)
287 * is no longer the case. If we run out of bad blocks, then
300 * (We could try to handle runs of bad blocks, but that
315 * read in, adjust the number of blocks to read so that we we
327 * read in more blocks from the current blockgroup's inode table.
335 * Figure out how many blocks to read; we read at most
337 * many blocks left to read.
452 * need to read in more blocks.
789 errcode_t ext2fs_get_blocks(ext2_filsys fs, ext2_ino_t ino, blk_t *blocks)
801 if (!(*fs->get_blocks)(fs, ino, blocks))
808 blocks[i] = inode.i_block[i];