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

/u-boot/fs/ext4/
H A Dext4_common.c44 __le32 *ext4fs_indir3_block; variable
1944 if (ext4fs_indir3_block == NULL) {
1945 ext4fs_indir3_block = zalloc(blksz);
1946 if (ext4fs_indir3_block == NULL) {
1955 free(ext4fs_indir3_block);
1956 ext4fs_indir3_block = NULL;
1959 ext4fs_indir3_block = zalloc(blksz);
1960 if (ext4fs_indir3_block == NULL) {
1976 blksz, (char *)ext4fs_indir3_block);
1990 blknr = le32_to_cpu(ext4fs_indir3_block
[all...]

Completed in 58 milliseconds