zero_pos          938 fs/ocfs2/file.c 	u64 zero_pos = range_start;
zero_pos          946 fs/ocfs2/file.c 	while (zero_pos < range_end) {
zero_pos          947 fs/ocfs2/file.c 		next_pos = (zero_pos & PAGE_MASK) + PAGE_SIZE;
zero_pos          950 fs/ocfs2/file.c 		rc = ocfs2_write_zero_page(inode, zero_pos, next_pos, di_bh);
zero_pos          955 fs/ocfs2/file.c 		zero_pos = next_pos;