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.c36 int ext4fs_indir1_size; variable
1688 ext4fs_indir1_size = blksz; in read_allocated_block()
1691 if (blksz != ext4fs_indir1_size) { in read_allocated_block()
1694 ext4fs_indir1_size = 0; in read_allocated_block()
1702 ext4fs_indir1_size = blksz; in read_allocated_block()
1737 ext4fs_indir1_size = blksz; in read_allocated_block()
1740 if (blksz != ext4fs_indir1_size) { in read_allocated_block()
1743 ext4fs_indir1_size = 0; in read_allocated_block()
1751 ext4fs_indir1_size = blksz; in read_allocated_block()
1829 ext4fs_indir1_size = blksz; in read_allocated_block()
[all …]