Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4fs.c79 int blockend = blocksize; in ext4fs_read_file() local
89 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
92 if (!blockend) in ext4fs_read_file()
93 blockend = blocksize; in ext4fs_read_file()
99 blockend -= skipfirst; in ext4fs_read_file()
106 delayed_extent += blockend; in ext4fs_read_file()
107 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
117 delayed_extent = blockend; in ext4fs_read_file()
121 (blockend >> log2blksz); in ext4fs_read_file()
126 delayed_extent = blockend; in ext4fs_read_file()
[all …]
H A Dext4_write.c778 int blockend = fs->blksz; in ext4fs_write_file() local
789 delayed_extent += blockend; in ext4fs_write_file()
790 delayed_next += blockend >> log2blksz; in ext4fs_write_file()
798 delayed_extent = blockend; in ext4fs_write_file()
801 (blockend >> log2blksz); in ext4fs_write_file()
806 delayed_extent = blockend; in ext4fs_write_file()
809 (blockend >> log2blksz); in ext4fs_write_file()