Lines Matching refs:blockend
108 int blockend = blocksize; in ext4fs_read_file() local
123 blockend = (len + pos) - (blocksize * i); in ext4fs_read_file()
126 if (!blockend) in ext4fs_read_file()
127 blockend = blocksize; in ext4fs_read_file()
133 blockend -= skipfirst; in ext4fs_read_file()
140 delayed_extent += blockend; in ext4fs_read_file()
141 delayed_next += blockend >> log2blksz; in ext4fs_read_file()
153 delayed_extent = blockend; in ext4fs_read_file()
157 (blockend >> log2blksz); in ext4fs_read_file()
162 delayed_extent = blockend; in ext4fs_read_file()
166 (blockend >> log2blksz); in ext4fs_read_file()