Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c43 __le32 *ext4fs_indir3_block; variable
1907 if (ext4fs_indir3_block == NULL) { in read_allocated_block()
1908 ext4fs_indir3_block = zalloc(blksz); in read_allocated_block()
1909 if (ext4fs_indir3_block == NULL) { in read_allocated_block()
1918 free(ext4fs_indir3_block); in read_allocated_block()
1919 ext4fs_indir3_block = NULL; in read_allocated_block()
1922 ext4fs_indir3_block = zalloc(blksz); in read_allocated_block()
1923 if (ext4fs_indir3_block == NULL) { in read_allocated_block()
1939 blksz, (char *)ext4fs_indir3_block); in read_allocated_block()
1953 blknr = le32_to_cpu(ext4fs_indir3_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