Home
last modified time | relevance | path

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

/u-boot/fs/ext4/
A Dext4_common.c44 __le32 *ext4fs_indir3_block; variable
1944 if (ext4fs_indir3_block == NULL) { in read_allocated_block()
1945 ext4fs_indir3_block = zalloc(blksz); in read_allocated_block()
1946 if (ext4fs_indir3_block == NULL) { in read_allocated_block()
1955 free(ext4fs_indir3_block); in read_allocated_block()
1956 ext4fs_indir3_block = NULL; in read_allocated_block()
1959 ext4fs_indir3_block = zalloc(blksz); in read_allocated_block()
1960 if (ext4fs_indir3_block == NULL) { in read_allocated_block()
2024 if (ext4fs_indir3_block != NULL) { in ext4fs_reinit_global()
2025 free(ext4fs_indir3_block); in ext4fs_reinit_global()
[all …]

Completed in 6 milliseconds