Home
last modified time | relevance | path

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

/fs/ext4/
A Dext4fs.c108 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()
[all …]
A Dext4_write.c787 int blockend = fs->blksz; in ext4fs_write_file() local
798 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