Searched refs:same (Results 1 – 18 of 18) sorted by relevance
/fs/ |
D | remap_range.c | 190 bool same = true; in vfs_dedupe_file_range_compare() local 225 same = false; in vfs_dedupe_file_range_compare() 238 same = false; in vfs_dedupe_file_range_compare() 247 if (!same) in vfs_dedupe_file_range_compare() 255 *is_same = same; in vfs_dedupe_file_range_compare() 494 int vfs_dedupe_file_range(struct file *file, struct file_dedupe_range *same) in vfs_dedupe_file_range() argument 502 u16 count = same->dest_count; in vfs_dedupe_file_range() 508 if (same->reserved1 || same->reserved2) in vfs_dedupe_file_range() 511 off = same->src_offset; in vfs_dedupe_file_range() 512 len = same->src_length; in vfs_dedupe_file_range() [all …]
|
D | ioctl.c | 420 struct file_dedupe_range *same = NULL; in ioctl_file_dedupe_range() local 436 same = memdup_user(argp, size); in ioctl_file_dedupe_range() 437 if (IS_ERR(same)) { in ioctl_file_dedupe_range() 438 ret = PTR_ERR(same); in ioctl_file_dedupe_range() 439 same = NULL; in ioctl_file_dedupe_range() 443 same->dest_count = count; in ioctl_file_dedupe_range() 444 ret = vfs_dedupe_file_range(file, same); in ioctl_file_dedupe_range() 448 ret = copy_to_user(argp, same, size); in ioctl_file_dedupe_range() 453 kfree(same); in ioctl_file_dedupe_range()
|
D | dax.c | 1988 struct iomap_iter *it_dest, u64 len, bool *same) in dax_range_compare_iter() argument 1999 *same = true; in dax_range_compare_iter() 2004 *same = false; in dax_range_compare_iter() 2019 *same = !memcmp(saddr, daddr, len); in dax_range_compare_iter() 2020 if (!*same) in dax_range_compare_iter() 2031 struct inode *dst, loff_t dstoff, loff_t len, bool *same, in dax_dedupe_file_range_compare() argument 2051 min(src_iter.len, dst_iter.len), same); in dax_dedupe_file_range_compare()
|
D | Kconfig | 228 in multiple files with the same inode number on a single device. This
|
/fs/cramfs/ |
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/ |
D | unicode.c | 155 goto same; in hfsplus_uni2asc() 178 goto same; in hfsplus_uni2asc() 224 same: in hfsplus_uni2asc()
|
/fs/efivarfs/ |
D | Kconfig | 9 same 1024-byte variable size limit.
|
/fs/configfs/ |
D | Kconfig | 12 same system. One is not a replacement for the other.
|
/fs/hpfs/ |
D | Kconfig | 8 OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
|
/fs/verity/ |
D | Kconfig | 10 # some architectures provided optimized implementations of the same
|
/fs/affs/ |
D | Changes | 282 and have the same appearance: 300 - The same get_block()-routine can now be used for
|
/fs/f2fs/ |
D | xattr.c | 690 goto same; in __f2fs_setxattr() 778 same: in __f2fs_setxattr()
|
/fs/proc/ |
D | Kconfig | 17 to use the same IRQ). The program procinfo to display some
|
D | task_mmu.c | 413 unsigned long same; member 573 &mss->same, &mss->huge); in smaps_pte_entry() 873 trace_android_vh_show_smap(m, mss->writeback, mss->same, mss->huge); in __show_smap()
|
/fs/overlayfs/ |
D | Kconfig | 79 the same lower dir. The full index may incur some overhead on mount
|
/fs/nfsd/ |
D | Kconfig | 157 Without this an NFSv4 mount will have the same label on each file.
|
/fs/befs/ |
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/ |
D | Kconfig | 118 4) /dev/<disk_name>p<decimal> - same as the above, this form is
|