Home
last modified time | relevance | path

Searched refs:ext4fs_indir1_block (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/fs/ext4/
H A Dext4_common.c34 __le32 *ext4fs_indir1_block; variable
1680 if (ext4fs_indir1_block == NULL) { in read_allocated_block()
1681 ext4fs_indir1_block = zalloc(blksz); in read_allocated_block()
1682 if (ext4fs_indir1_block == NULL) { in read_allocated_block()
1691 free(ext4fs_indir1_block); in read_allocated_block()
1692 ext4fs_indir1_block = NULL; in read_allocated_block()
1695 ext4fs_indir1_block = zalloc(blksz); in read_allocated_block()
1696 if (ext4fs_indir1_block == NULL) { in read_allocated_block()
1709 blksz, (char *)ext4fs_indir1_block); in read_allocated_block()
1719 blknr = le32_to_cpu(ext4fs_indir1_block in read_allocated_block()
[all …]