Searched refs:ext4fs_indir2_block (Results 1 – 4 of 4) sorted by relevance
39 __le32 *ext4fs_indir2_block; variable1772 if (ext4fs_indir2_block == NULL) { in read_allocated_block()1773 ext4fs_indir2_block = zalloc(blksz); in read_allocated_block()1774 if (ext4fs_indir2_block == NULL) { in read_allocated_block()1783 free(ext4fs_indir2_block); in read_allocated_block()1784 ext4fs_indir2_block = NULL; in read_allocated_block()1787 ext4fs_indir2_block = zalloc(blksz); in read_allocated_block()1788 if (ext4fs_indir2_block == NULL) { in read_allocated_block()1802 (char *)ext4fs_indir2_block); in read_allocated_block()1814 blknr = le32_to_cpu(ext4fs_indir2_block[rblock % perblock]); in read_allocated_block()[all …]