Home
last modified time | relevance | path

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

/external/u-boot/fs/ext4/
Dext4_common.c35 int ext4fs_indir1_size; variable
1723 ext4fs_indir1_size = blksz; in read_allocated_block()
1726 if (blksz != ext4fs_indir1_size) { in read_allocated_block()
1729 ext4fs_indir1_size = 0; in read_allocated_block()
1737 ext4fs_indir1_size = blksz; in read_allocated_block()
1772 ext4fs_indir1_size = blksz; in read_allocated_block()
1775 if (blksz != ext4fs_indir1_size) { in read_allocated_block()
1778 ext4fs_indir1_size = 0; in read_allocated_block()
1786 ext4fs_indir1_size = blksz; in read_allocated_block()
1864 ext4fs_indir1_size = blksz; in read_allocated_block()
[all …]