Searched refs:ext4fs_indir2_block (Results 1 – 1 of 1) sorted by relevance
38 __le32 *ext4fs_indir2_block; variable1771 if (ext4fs_indir2_block == NULL) { in read_allocated_block()1772 ext4fs_indir2_block = zalloc(blksz); in read_allocated_block()1773 if (ext4fs_indir2_block == NULL) { in read_allocated_block()1782 free(ext4fs_indir2_block); in read_allocated_block()1783 ext4fs_indir2_block = NULL; in read_allocated_block()1786 ext4fs_indir2_block = zalloc(blksz); in read_allocated_block()1787 if (ext4fs_indir2_block == NULL) { in read_allocated_block()1801 (char *)ext4fs_indir2_block); in read_allocated_block()1813 blknr = le32_to_cpu(ext4fs_indir2_block[rblock % perblock]); in read_allocated_block()[all …]