Home
last modified time | relevance | path

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

/external/u-boot/fs/ext4/
Dext4_common.c38 __le32 *ext4fs_indir2_block; variable
1771 if (ext4fs_indir2_block == NULL) { in read_allocated_block()
1772 ext4fs_indir2_block = zalloc(blksz); in read_allocated_block()
1773 if (ext4fs_indir2_block == NULL) { in read_allocated_block()
1782 free(ext4fs_indir2_block); in read_allocated_block()
1783 ext4fs_indir2_block = NULL; in read_allocated_block()
1786 ext4fs_indir2_block = zalloc(blksz); in read_allocated_block()
1787 if (ext4fs_indir2_block == NULL) { in read_allocated_block()
1801 (char *)ext4fs_indir2_block); in read_allocated_block()
1813 blknr = le32_to_cpu(ext4fs_indir2_block[rblock % perblock]); in read_allocated_block()
[all …]