Searched refs:last_block_offset (Results 1 - 1 of 1) sorted by path

/linux-master/fs/ext4/
H A Dinode.c3873 loff_t first_block_offset, last_block_offset, max_length; local
3946 last_block_offset = round_down((offset + length), sb->s_blocksize) - 1;
3949 if (last_block_offset > first_block_offset) {
3954 last_block_offset);

Completed in 202 milliseconds