Searched refs:f2fs_truncate_hole (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | dir.c | 876 !f2fs_truncate_hole(dir, page->index, page->index + 1)) { in f2fs_delete_entry()
|
H A D | file.c | 1016 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end) in f2fs_truncate_hole() function 1097 ret = f2fs_truncate_hole(inode, pg_start, pg_end); in punch_hole() 1261 ret = f2fs_truncate_hole(src_inode, in __clone_blkaddrs()
|
H A D | f2fs.h | 3186 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end);
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | dir.c | 912 !f2fs_truncate_hole(dir, page->index, page->index + 1)) { in f2fs_delete_entry()
|
H A D | file.c | 1067 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end) in f2fs_truncate_hole() function 1148 ret = f2fs_truncate_hole(inode, pg_start, pg_end); in f2fs_punch_hole() 1314 ret = f2fs_truncate_hole(src_inode, in __clone_blkaddrs()
|
H A D | segment.c | 284 f2fs_truncate_hole(inode, start_index, cur->index); in __complete_revoke_list()
|
H A D | f2fs.h | 3492 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end);
|
Completed in 40 milliseconds