Searched refs:ext4fs_indir2_block (Results 1 – 1 of 1) sorted by relevance
37 __le32 *ext4fs_indir2_block; variable1770 if (ext4fs_indir2_block == NULL) { in read_allocated_block()1771 ext4fs_indir2_block = zalloc(blksz); in read_allocated_block()1772 if (ext4fs_indir2_block == NULL) { in read_allocated_block()1781 free(ext4fs_indir2_block); in read_allocated_block()1782 ext4fs_indir2_block = NULL; in read_allocated_block()1785 ext4fs_indir2_block = zalloc(blksz); in read_allocated_block()1786 if (ext4fs_indir2_block == NULL) { in read_allocated_block()1800 (char *)ext4fs_indir2_block); in read_allocated_block()1812 blknr = le32_to_cpu(ext4fs_indir2_block[rblock % perblock]); in read_allocated_block()[all …]