Searched refs:ext4fs_indir3_block (Results 1 – 4 of 4) sorted by relevance
43 __le32 *ext4fs_indir3_block; variable1907 if (ext4fs_indir3_block == NULL) { in read_allocated_block()1908 ext4fs_indir3_block = zalloc(blksz); in read_allocated_block()1909 if (ext4fs_indir3_block == NULL) { in read_allocated_block()1918 free(ext4fs_indir3_block); in read_allocated_block()1919 ext4fs_indir3_block = NULL; in read_allocated_block()1922 ext4fs_indir3_block = zalloc(blksz); in read_allocated_block()1923 if (ext4fs_indir3_block == NULL) { in read_allocated_block()1939 blksz, (char *)ext4fs_indir3_block); in read_allocated_block()1953 blknr = le32_to_cpu(ext4fs_indir3_block in read_allocated_block()[all …]