Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dinode.c4005 loff_t first_block_offset, last_block_offset, max_length; in ext4_punch_hole() local
4078 last_block_offset = round_down((offset + length), sb->s_blocksize) - 1; in ext4_punch_hole()
4081 if (last_block_offset > first_block_offset) { in ext4_punch_hole()
4086 last_block_offset); in ext4_punch_hole()
/kernel/linux/linux-6.6/fs/ext4/
H A Dinode.c3909 loff_t first_block_offset, last_block_offset, max_length; in ext4_punch_hole() local
3982 last_block_offset = round_down((offset + length), sb->s_blocksize) - 1; in ext4_punch_hole()
3985 if (last_block_offset > first_block_offset) { in ext4_punch_hole()
3990 last_block_offset); in ext4_punch_hole()

Completed in 19 milliseconds