Searched refs:to_copy_start (Results 1 – 1 of 1) sorted by relevance
146 let start = to_copy_start(offset, src.len()).ok_or(IoError::InvalidValueSize)?; in copy_data_to_dst()152 fn to_copy_start(offset: i64, len: usize) -> Option<usize> { in to_copy_start() function