Searched refs:off_start (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/fs/f2fs/ |
D | file.c | 1030 loff_t off_start, off_end; in punch_hole() local 1040 off_start = offset & (PAGE_SIZE - 1); in punch_hole() 1044 ret = fill_zero(inode, pg_start, off_start, in punch_hole() 1045 off_end - off_start); in punch_hole() 1049 if (off_start) { in punch_hole() 1050 ret = fill_zero(inode, pg_start++, off_start, in punch_hole() 1051 PAGE_SIZE - off_start); in punch_hole() 1416 loff_t off_start, off_end; in f2fs_zero_range() local 1434 off_start = offset & (PAGE_SIZE - 1); in f2fs_zero_range() 1438 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range() [all …]
|