Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dbmap.h66 extern int __gfs2_punch_hole(struct file *file, loff_t offset, loff_t length);
Dfile.c1086 ret = __gfs2_punch_hole(file, offset, len); in gfs2_fallocate()
Dbmap.c2432 int __gfs2_punch_hole(struct file *file, loff_t offset, loff_t length) in __gfs2_punch_hole() function