Searched refs:ext4fs_indir1_block (Results 1 – 4 of 4) sorted by relevance
36 __le32 *ext4fs_indir1_block; variable1682 if (ext4fs_indir1_block == NULL) { in read_allocated_block()1683 ext4fs_indir1_block = zalloc(blksz); in read_allocated_block()1684 if (ext4fs_indir1_block == NULL) { in read_allocated_block()1693 free(ext4fs_indir1_block); in read_allocated_block()1694 ext4fs_indir1_block = NULL; in read_allocated_block()1697 ext4fs_indir1_block = zalloc(blksz); in read_allocated_block()1698 if (ext4fs_indir1_block == NULL) { in read_allocated_block()1711 blksz, (char *)ext4fs_indir1_block); in read_allocated_block()1721 blknr = le32_to_cpu(ext4fs_indir1_block in read_allocated_block()[all …]