Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ext4/
H A Dext4fs.c78 int blockend = blocksize; in ext4fs_read_file() local
88 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
91 if (!blockend) in ext4fs_read_file()
92 blockend = blocksize; in ext4fs_read_file()
98 blockend -= skipfirst; in ext4fs_read_file()
105 delayed_extent += blockend; in ext4fs_read_file()
106 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
116 delayed_extent = blockend; in ext4fs_read_file()
120 (blockend >> log2blksz); in ext4fs_read_file()
125 delayed_extent = blockend; in ext4fs_read_file()
[all …]
H A Dext4_write.c777 int blockend = fs->blksz; in ext4fs_write_file() local
788 delayed_extent += blockend; in ext4fs_write_file()
789 delayed_next += blockend >> log2blksz; in ext4fs_write_file()
797 delayed_extent = blockend; in ext4fs_write_file()
800 (blockend >> log2blksz); in ext4fs_write_file()
805 delayed_extent = blockend; in ext4fs_write_file()
808 (blockend >> log2blksz); in ext4fs_write_file()