Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dinode.c4015 loff_t first_block_offset, last_block_offset, max_length; in ext4_punch_hole() local
4087 first_block_offset = round_up(offset, sb->s_blocksize); in ext4_punch_hole()
4091 if (last_block_offset > first_block_offset) { in ext4_punch_hole()
4095 truncate_pagecache_range(inode, first_block_offset, in ext4_punch_hole()