Searched refs:ext4fs_indir3_block (Results 1 – 1 of 1) sorted by relevance
41 __le32 *ext4fs_indir3_block; variable1905 if (ext4fs_indir3_block == NULL) { in read_allocated_block()1906 ext4fs_indir3_block = zalloc(blksz); in read_allocated_block()1907 if (ext4fs_indir3_block == NULL) { in read_allocated_block()1916 free(ext4fs_indir3_block); in read_allocated_block()1917 ext4fs_indir3_block = NULL; in read_allocated_block()1920 ext4fs_indir3_block = zalloc(blksz); in read_allocated_block()1921 if (ext4fs_indir3_block == NULL) { in read_allocated_block()1937 blksz, (char *)ext4fs_indir3_block); in read_allocated_block()1951 blknr = le32_to_cpu(ext4fs_indir3_block in read_allocated_block()[all …]