Home
last modified time | relevance | path

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

/fs/ext4/
Dext4.h2323 extern int ext4_punch_hole(struct inode *inode, loff_t offset, loff_t length);
Dinode.c3635 int ext4_punch_hole(struct inode *inode, loff_t offset, loff_t length) in ext4_punch_hole() function
Dextents.c4940 return ext4_punch_hole(inode, offset, len); in ext4_fallocate()