Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dinode.c3634 loff_t first_block_offset, last_block_offset; in ext4_punch_hole() local
3693 last_block_offset = round_down((offset + length), sb->s_blocksize) - 1; in ext4_punch_hole()
3696 if (last_block_offset > first_block_offset) { in ext4_punch_hole()
3701 last_block_offset); in ext4_punch_hole()