| H A D | file.c | 1236 int f2fs_truncate_hole(struct inode *inode, pgoff_t pg_start, pgoff_t pg_end) in f2fs_truncate_hole() 1240 while (pg_start < pg_end) { in f2fs_truncate_hole() 1256 count = min(end_offset - dn.ofs_in_node, pg_end - pg_start); in f2fs_truncate_hole() 1270 pgoff_t pg_start, pg_end; in f2fs_punch_hole() 1281 pg_end = ((unsigned long long) offset + len) >> PAGE_SHIFT; in f2fs_punch_hole() 1286 if (pg_start == pg_end) { in f2fs_punch_hole() 1299 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_punch_hole() 1304 if (pg_start < pg_end) { in f2fs_punch_hole() 1311 blk_end = (loff_t)pg_end << PAGE_SHIFT; in f2fs_punch_hole() 1319 ret = f2fs_truncate_hole(inode, pg_start, pg_end); in f2fs_punch_hole() 1235 f2fs_truncate_hole(struct inode * inode,pgoff_t pg_start,pgoff_t pg_end) f2fs_truncate_hole() argument 1269 pgoff_t pg_start, pg_end; f2fs_punch_hole() local 1671 pgoff_t index, pg_start, pg_end; f2fs_zero_range() local 1780 pgoff_t nr, pg_start, pg_end, delta, idx; f2fs_insert_range() local 1866 pgoff_t pg_start, pg_end; f2fs_expand_inode_data() local 2884 pgoff_t pg_start, pg_end, next_pgofs; f2fs_defragment_range() local 4165 pgoff_t index, pg_end, prev_index = 0; f2fs_sec_trim_file() local [all...] |