Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ext4/
H A Dext4_common.c35 int ext4fs_indir1_size; variable
1687 ext4fs_indir1_size = blksz; in read_allocated_block()
1690 if (blksz != ext4fs_indir1_size) { in read_allocated_block()
1693 ext4fs_indir1_size = 0; in read_allocated_block()
1701 ext4fs_indir1_size = blksz; in read_allocated_block()
1736 ext4fs_indir1_size = blksz; in read_allocated_block()
1739 if (blksz != ext4fs_indir1_size) { in read_allocated_block()
1742 ext4fs_indir1_size = 0; in read_allocated_block()
1750 ext4fs_indir1_size = blksz; in read_allocated_block()
1828 ext4fs_indir1_size = blksz; in read_allocated_block()
[all …]