Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c36 __le32 *ext4fs_indir1_block; variable
1682 if (ext4fs_indir1_block == NULL) { in read_allocated_block()
1683 ext4fs_indir1_block = zalloc(blksz); in read_allocated_block()
1684 if (ext4fs_indir1_block == NULL) { in read_allocated_block()
1693 free(ext4fs_indir1_block); in read_allocated_block()
1694 ext4fs_indir1_block = NULL; in read_allocated_block()
1697 ext4fs_indir1_block = zalloc(blksz); in read_allocated_block()
1698 if (ext4fs_indir1_block == NULL) { in read_allocated_block()
1711 blksz, (char *)ext4fs_indir1_block); in read_allocated_block()
1721 blknr = le32_to_cpu(ext4fs_indir1_block in read_allocated_block()
[all …]
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map