Searched defs:ext2_read_blocks (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.c42 if (!ext2_read_blocks(fs, buf, from, 1)) return 0;
133 if (!ext2_read_blocks(fs, buf, src, num)) return 0;
157 int ext2_read_blocks(struct ext2_fs *fs, void *ptr, blk_t block, blk_t num) function
613 if (!ext2_read_blocks (fs, sb, 0, 1))
781 ext2_read_blocks(fs, fs->gd, EXT2_SUPER_FIRST_DATA_BLOCK(fs->sb) + 1,

Completed in 23 milliseconds