Lines Matching refs:same
85 /* Don't allow overlapped cloning within the same file. */
161 * are from the same file.
174 /* Unlock two folios, being careful not to unlock the same folio twice. */
183 * Compare extents of two files to see if they are the same.
190 bool same = true;
225 same = false;
238 same = false;
247 if (!same)
255 *is_same = same;
329 * Check that the extents are the same.
494 int vfs_dedupe_file_range(struct file *file, struct file_dedupe_range *same)
502 u16 count = same->dest_count;
508 if (same->reserved1 || same->reserved2)
511 off = same->src_offset;
512 len = same->src_length;
536 same->info[i].bytes_deduped = 0ULL;
537 same->info[i].status = FILE_DEDUPE_RANGE_SAME;
540 for (i = 0, info = same->info; i < count; i++, info++) {