Home
last modified time | relevance | path

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

/external/u-boot/fs/ext4/
Dext4_common.c35 __le32 *ext4fs_indir1_block; variable
1681 if (ext4fs_indir1_block == NULL) { in read_allocated_block()
1682 ext4fs_indir1_block = zalloc(blksz); in read_allocated_block()
1683 if (ext4fs_indir1_block == NULL) { in read_allocated_block()
1692 free(ext4fs_indir1_block); in read_allocated_block()
1693 ext4fs_indir1_block = NULL; in read_allocated_block()
1696 ext4fs_indir1_block = zalloc(blksz); in read_allocated_block()
1697 if (ext4fs_indir1_block == NULL) { in read_allocated_block()
1710 blksz, (char *)ext4fs_indir1_block); in read_allocated_block()
1720 blknr = le32_to_cpu(ext4fs_indir1_block in read_allocated_block()
[all …]