Searched refs:f2fs_truncate_hole (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | dir.c | 919 !f2fs_truncate_hole(dir, index, index + 1)) { in f2fs_delete_entry()
|
| H A D | file.c | 1314 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end) in f2fs_truncate_hole() function 1400 ret = f2fs_truncate_hole(inode, pg_start, pg_end); in f2fs_punch_hole() 1568 ret = f2fs_truncate_hole(src_inode, in __clone_blkaddrs()
|
| H A D | f2fs.h | 3855 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end);
|
| H A D | segment.c | 297 f2fs_truncate_hole(inode, start_index, cur->index); in __complete_revoke_list()
|