Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dinode.c3891 int ext4_update_disksize_before_punch(struct inode *inode, loff_t offset, in ext4_update_disksize_before_punch() function
4044 ret = ext4_update_disksize_before_punch(inode, offset, length); in ext4_punch_hole()
H A Dext4.h3424 int ext4_update_disksize_before_punch(struct inode *inode, loff_t offset,
H A Dextents.c4606 ret = ext4_update_disksize_before_punch(inode, offset, len); in ext4_zero_range()