Searched refs:ext4fs_indir2_block (Results 1 – 1 of 1) sorted by relevance
37 __le32 *ext4fs_indir2_block; variable1806 if (ext4fs_indir2_block == NULL) { in read_allocated_block()1807 ext4fs_indir2_block = zalloc(blksz); in read_allocated_block()1808 if (ext4fs_indir2_block == NULL) { in read_allocated_block()1817 free(ext4fs_indir2_block); in read_allocated_block()1818 ext4fs_indir2_block = NULL; in read_allocated_block()1821 ext4fs_indir2_block = zalloc(blksz); in read_allocated_block()1822 if (ext4fs_indir2_block == NULL) { in read_allocated_block()1836 (char *)ext4fs_indir2_block); in read_allocated_block()1848 blknr = le32_to_cpu(ext4fs_indir2_block[rblock % perblock]); in read_allocated_block()[all …]