Searched refs:ext4_punch_hole (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/trace/events/
H A Dext4.h1408 DEFINE_EVENT(ext4__fallocate_mode, ext4_punch_hole,
/linux-master/fs/ext4/
H A Dext4.h3008 extern int ext4_punch_hole(struct file *file, loff_t offset, loff_t length);
H A Dextents.c4741 ret = ext4_punch_hole(file, offset, len);
H A Dinode.c3605 * ext4_punch_hole, etc) which needs to be properly zeroed out. Otherwise a
3864 * ext4_punch_hole: punches a hole in a file by releasing the blocks
3874 int ext4_punch_hole(struct file *file, loff_t offset, loff_t length) function

Completed in 200 milliseconds