ext4_punch_hole
extern int ext4_punch_hole(struct file *file, loff_t offset, loff_t length);
ret = ext4_punch_hole(file, offset, len);
DEFINE_EVENT(ext4__fallocate_mode, ext4_punch_hole,