Home
last modified time | relevance | path

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

/external/u-boot/fs/ext4/
Dext4_common.c42 __le32 *ext4fs_indir3_block; variable
1906 if (ext4fs_indir3_block == NULL) { in read_allocated_block()
1907 ext4fs_indir3_block = zalloc(blksz); in read_allocated_block()
1908 if (ext4fs_indir3_block == NULL) { in read_allocated_block()
1917 free(ext4fs_indir3_block); in read_allocated_block()
1918 ext4fs_indir3_block = NULL; in read_allocated_block()
1921 ext4fs_indir3_block = zalloc(blksz); in read_allocated_block()
1922 if (ext4fs_indir3_block == NULL) { in read_allocated_block()
1938 blksz, (char *)ext4fs_indir3_block); in read_allocated_block()
1952 blknr = le32_to_cpu(ext4fs_indir3_block in read_allocated_block()
[all …]