Lines Matching refs:blockend
79 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()
130 (blockend >> log2blksz); in ext4fs_read_file()