Searched refs:same (Results 1 – 13 of 13) sorted by relevance
/fs/ |
D | ioctl.c | 591 struct file_dedupe_range *same = NULL; in ioctl_file_dedupe_range() local 607 same = memdup_user(argp, size); in ioctl_file_dedupe_range() 608 if (IS_ERR(same)) { in ioctl_file_dedupe_range() 609 ret = PTR_ERR(same); in ioctl_file_dedupe_range() 610 same = NULL; in ioctl_file_dedupe_range() 614 same->dest_count = count; in ioctl_file_dedupe_range() 615 ret = vfs_dedupe_file_range(file, same); in ioctl_file_dedupe_range() 619 ret = copy_to_user(argp, same, size); in ioctl_file_dedupe_range() 624 kfree(same); in ioctl_file_dedupe_range()
|
D | read_write.c | 1870 bool same; in vfs_dedupe_file_range_compare() local 1874 same = true; in vfs_dedupe_file_range_compare() 1906 same = false; in vfs_dedupe_file_range_compare() 1917 same = false; in vfs_dedupe_file_range_compare() 1926 if (!same) in vfs_dedupe_file_range_compare() 1934 *is_same = same; in vfs_dedupe_file_range_compare() 2150 int vfs_dedupe_file_range(struct file *file, struct file_dedupe_range *same) in vfs_dedupe_file_range() argument 2158 u16 count = same->dest_count; in vfs_dedupe_file_range() 2164 if (same->reserved1 || same->reserved2) in vfs_dedupe_file_range() 2167 off = same->src_offset; in vfs_dedupe_file_range() [all …]
|
D | Kconfig.binfmt | 170 You can get the same functionality by saying N here and saying Y to
|
/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 | 6 OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
|
/fs/affs/ |
D | Changes | 282 and have the same appearance: 300 - The same get_block()-routine can now be used for
|
/fs/proc/ |
D | Kconfig | 17 to use the same IRQ). The program procinfo to display some
|
/fs/overlayfs/ |
D | Kconfig | 79 the same lower dir. The full index may incur some overhead on mount
|
/fs/nfsd/ |
D | Kconfig | 145 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
|