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

/u-boot/fs/ext4/
H A Dext4_common.c37 __le32 *ext4fs_indir1_block; variable
1719 if (ext4fs_indir1_block == NULL) {
1720 ext4fs_indir1_block = zalloc(blksz);
1721 if (ext4fs_indir1_block == NULL) {
1730 free(ext4fs_indir1_block);
1731 ext4fs_indir1_block = NULL;
1734 ext4fs_indir1_block = zalloc(blksz);
1735 if (ext4fs_indir1_block == NULL) {
1748 blksz, (char *)ext4fs_indir1_block);
1758 blknr = le32_to_cpu(ext4fs_indir1_block
[all...]

Completed in 84 milliseconds