Searched refs:f2fs_truncate_hole (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/fs/f2fs/ |
| D | dir.c | 911 !f2fs_truncate_hole(dir, page->index, page->index + 1)) { in f2fs_delete_entry()
|
| D | file.c | 1077 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end) in f2fs_truncate_hole() function 1158 ret = f2fs_truncate_hole(inode, pg_start, pg_end); in f2fs_punch_hole() 1323 ret = f2fs_truncate_hole(src_inode, in __clone_blkaddrs()
|
| D | f2fs.h | 3483 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end);
|
| D | segment.c | 284 f2fs_truncate_hole(inode, start_index, cur->index); in __complete_revoke_list()
|