Searched refs:ext4_zero_partial_blocks (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ext4/ |
H A D | inode.c | 1463 ext4_zero_partial_blocks(handle, inode, old_size, pos - old_size); in ext4_write_end() 1581 ext4_zero_partial_blocks(handle, inode, old_size, pos - old_size); in ext4_journalled_write_end() 3261 ext4_zero_partial_blocks(handle, inode, old_size, zero_len); in ext4_da_do_write_end() 4237 int ext4_zero_partial_blocks(handle_t *handle, struct inode *inode, in ext4_zero_partial_blocks() function 4471 ret = ext4_zero_partial_blocks(handle, inode, offset, length); in ext4_punch_hole()
|