Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dbmap.h64 extern int __gfs2_punch_hole(struct file *file, loff_t offset, loff_t length);
H A Dfile.c1205 ret = __gfs2_punch_hole(file, offset, len); in gfs2_fallocate()
H A Dbmap.c2445 int __gfs2_punch_hole(struct file *file, loff_t offset, loff_t length) in __gfs2_punch_hole() function