Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c39 __le32 *ext4fs_indir2_block; variable
1772 if (ext4fs_indir2_block == NULL) { in read_allocated_block()
1773 ext4fs_indir2_block = zalloc(blksz); in read_allocated_block()
1774 if (ext4fs_indir2_block == NULL) { in read_allocated_block()
1783 free(ext4fs_indir2_block); in read_allocated_block()
1784 ext4fs_indir2_block = NULL; in read_allocated_block()
1787 ext4fs_indir2_block = zalloc(blksz); in read_allocated_block()
1788 if (ext4fs_indir2_block == NULL) { in read_allocated_block()
1802 (char *)ext4fs_indir2_block); in read_allocated_block()
1814 blknr = le32_to_cpu(ext4fs_indir2_block[rblock % perblock]); in read_allocated_block()
[all …]
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map