Searched refs:same (Results 1 – 17 of 17) sorted by relevance
| /fs/ |
| A D | remap_range.c | 196 bool same = true; in vfs_dedupe_file_range_compare() local 231 same = false; in vfs_dedupe_file_range_compare() 244 same = false; in vfs_dedupe_file_range_compare() 253 if (!same) in vfs_dedupe_file_range_compare() 261 *is_same = same; in vfs_dedupe_file_range_compare() 500 u16 count = same->dest_count; in vfs_dedupe_file_range() 506 if (same->reserved1 || same->reserved2) in vfs_dedupe_file_range() 509 off = same->src_offset; in vfs_dedupe_file_range() 510 len = same->src_length; in vfs_dedupe_file_range() 534 same->info[i].bytes_deduped = 0ULL; in vfs_dedupe_file_range() [all …]
|
| A D | ioctl.c | 419 struct file_dedupe_range *same = NULL; in ioctl_file_dedupe_range() local 435 same = memdup_user(argp, size); in ioctl_file_dedupe_range() 436 if (IS_ERR(same)) { in ioctl_file_dedupe_range() 437 ret = PTR_ERR(same); in ioctl_file_dedupe_range() 438 same = NULL; in ioctl_file_dedupe_range() 442 same->dest_count = count; in ioctl_file_dedupe_range() 443 ret = vfs_dedupe_file_range(file, same); in ioctl_file_dedupe_range() 447 ret = copy_to_user(argp, same, size); in ioctl_file_dedupe_range() 452 kfree(same); in ioctl_file_dedupe_range()
|
| A D | dax.c | 2188 struct iomap_iter *it_dest, u64 len, bool *same) in dax_range_compare_iter() argument 2200 *same = true; in dax_range_compare_iter() 2205 *same = false; in dax_range_compare_iter() 2220 *same = !memcmp(saddr, daddr, len); in dax_range_compare_iter() 2221 if (!*same) in dax_range_compare_iter() 2238 struct inode *dst, loff_t dstoff, loff_t len, bool *same, in dax_dedupe_file_range_compare() argument 2258 min(src_iter.len, dst_iter.len), same); in dax_dedupe_file_range_compare()
|
| A D | Kconfig | 221 in multiple files with the same inode number on a single device. This
|
| /fs/cramfs/ |
| A D | README | 28 same order as `ls -AUR' (but without the /^\..*:$/ directory header 29 lines); put another way, the same order as `find -type d -exec 48 same as the start of the (i+1)'th <block> if there is one). The first 69 tree, i.e. the same order as `find -size +0 \( -type f -o -type l \) 136 kernels, not even necessarily kernels of the same architecture if
|
| /fs/hfsplus/ |
| A D | unicode.c | 162 goto same; in hfsplus_uni2asc() 185 goto same; in hfsplus_uni2asc() 231 same: in hfsplus_uni2asc()
|
| /fs/efivarfs/ |
| A D | Kconfig | 9 same 1024-byte variable size limit.
|
| /fs/configfs/ |
| A D | Kconfig | 11 same system. One is not a replacement for the other.
|
| /fs/hpfs/ |
| A D | Kconfig | 8 OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
|
| /fs/f2fs/ |
| A D | xattr.c | 691 goto same; in __f2fs_setxattr() 778 goto same; in __f2fs_setxattr() 788 same: in __f2fs_setxattr()
|
| /fs/affs/ |
| A D | Changes | 282 and have the same appearance: 300 - The same get_block()-routine can now be used for
|
| /fs/overlayfs/ |
| A D | Kconfig | 80 the same lower dir. The full index may incur some overhead on mount
|
| /fs/proc/ |
| A D | Kconfig | 17 to use the same IRQ). The program procinfo to display some
|
| /fs/befs/ |
| A D | ChangeLog | 52 for. For example, this would cause files in the same directory with 54 (because they have the same inode number). Many thanks to Pavel Roskin
|
| /fs/pstore/ |
| A D | Kconfig | 118 4) /dev/<disk_name>p<decimal> - same as the above, this form is
|
| /fs/nfsd/ |
| A D | Kconfig | 159 Without this an NFSv4 mount will have the same label on each file.
|
| /fs/squashfs/ |
| A D | Kconfig | 158 repeated reads of the same files trigger excessive disk I/O, significantly
|
Completed in 28 milliseconds