Searched refs:blockend (Results 1 – 2 of 2) sorted by relevance
79 int blockend = blocksize; in ext4fs_read_file() local89 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 …]
778 int blockend = fs->blksz; in ext4fs_write_file() local789 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()