Searched refs:same (Results 1 – 16 of 16) sorted by relevance
/fs/ |
D | remap_range.c | 202 bool same; in vfs_dedupe_file_range_compare() local 206 same = true; in vfs_dedupe_file_range_compare() 238 same = false; in vfs_dedupe_file_range_compare() 249 same = false; in vfs_dedupe_file_range_compare() 258 if (!same) in vfs_dedupe_file_range_compare() 266 *is_same = same; in vfs_dedupe_file_range_compare() 493 int vfs_dedupe_file_range(struct file *file, struct file_dedupe_range *same) in vfs_dedupe_file_range() argument 501 u16 count = same->dest_count; in vfs_dedupe_file_range() 507 if (same->reserved1 || same->reserved2) in vfs_dedupe_file_range() 510 off = same->src_offset; in vfs_dedupe_file_range() [all …]
|
D | ioctl.c | 423 struct file_dedupe_range *same = NULL; in ioctl_file_dedupe_range() local 439 same = memdup_user(argp, size); in ioctl_file_dedupe_range() 440 if (IS_ERR(same)) { in ioctl_file_dedupe_range() 441 ret = PTR_ERR(same); in ioctl_file_dedupe_range() 442 same = NULL; in ioctl_file_dedupe_range() 446 same->dest_count = count; in ioctl_file_dedupe_range() 447 ret = vfs_dedupe_file_range(file, same); in ioctl_file_dedupe_range() 451 ret = copy_to_user(argp, same, size); in ioctl_file_dedupe_range() 456 kfree(same); in ioctl_file_dedupe_range()
|
D | Kconfig | 219 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 | 7 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 | 687 goto same; in __f2fs_setxattr() 776 same: in __f2fs_setxattr()
|
/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 | 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 | 200 4) /dev/<disk_name>p<decimal> - same as the above, this form is
|