Searched refs:off_start (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/f2fs/ | 
| D | file.c | 952 	loff_t off_start, off_end;  in punch_hole()  local962 	off_start = offset & (PAGE_SIZE - 1);  in punch_hole()
 966 		ret = fill_zero(inode, pg_start, off_start,  in punch_hole()
 967 						off_end - off_start);  in punch_hole()
 971 		if (off_start) {  in punch_hole()
 972 			ret = fill_zero(inode, pg_start++, off_start,  in punch_hole()
 973 						PAGE_SIZE - off_start);  in punch_hole()
 1344 	loff_t off_start, off_end;  in f2fs_zero_range()  local
 1362 	off_start = offset & (PAGE_SIZE - 1);  in f2fs_zero_range()
 1366 		ret = fill_zero(inode, pg_start, off_start,  in f2fs_zero_range()
 [all …]
 
 |