Searched refs:ext4_punch_hole (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | ext4.h | 1467 DEFINE_EVENT(ext4__fallocate_mode, ext4_punch_hole,
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | ext4.h | 2902 extern int ext4_punch_hole(struct file *file, loff_t offset, loff_t length);
|
H A D | inode.c | 3989 * ext4_punch_hole: punches a hole in a file by releasing the blocks 3999 int ext4_punch_hole(struct file *file, loff_t offset, loff_t length) in ext4_punch_hole() function
|
H A D | extents.c | 4716 ret = ext4_punch_hole(file, offset, len); in ext4_fallocate()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | ext4.h | 2995 extern int ext4_punch_hole(struct file *file, loff_t offset, loff_t length);
|
H A D | extents.c | 4737 ret = ext4_punch_hole(file, offset, len); in ext4_fallocate()
|
H A D | inode.c | 3893 * ext4_punch_hole: punches a hole in a file by releasing the blocks 3903 int ext4_punch_hole(struct file *file, loff_t offset, loff_t length) in ext4_punch_hole() function
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | ext4.h | 1411 DEFINE_EVENT(ext4__fallocate_mode, ext4_punch_hole,
|
Completed in 44 milliseconds