Searched refs:blockend (Results 1 – 2 of 2) sorted by relevance
108 int blockend = blocksize; in ext4fs_read_file() local123 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()[all …]
787 int blockend = fs->blksz; in ext4fs_write_file() local798 delayed_extent += blockend; in ext4fs_write_file()799 delayed_next += blockend >> log2blksz; in ext4fs_write_file()807 delayed_extent = blockend; in ext4fs_write_file()810 (blockend >> log2blksz); in ext4fs_write_file()815 delayed_extent = blockend; in ext4fs_write_file()818 (blockend >> log2blksz); in ext4fs_write_file()
Completed in 4 milliseconds