Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 33) sorted by relevance

12

/linux-4.19.296/fs/
Dioctl.c582 struct file_dedupe_range *same = NULL; in ioctl_file_dedupe_range() local
598 same = memdup_user(argp, size); in ioctl_file_dedupe_range()
599 if (IS_ERR(same)) { in ioctl_file_dedupe_range()
600 ret = PTR_ERR(same); in ioctl_file_dedupe_range()
601 same = NULL; in ioctl_file_dedupe_range()
605 same->dest_count = count; in ioctl_file_dedupe_range()
606 ret = vfs_dedupe_file_range(file, same); in ioctl_file_dedupe_range()
610 ret = copy_to_user(argp, same, size); in ioctl_file_dedupe_range()
615 kfree(same); in ioctl_file_dedupe_range()
Dread_write.c1981 bool same; in vfs_dedupe_file_range_compare() local
1985 same = true; in vfs_dedupe_file_range_compare()
2017 same = false; in vfs_dedupe_file_range_compare()
2028 same = false; in vfs_dedupe_file_range_compare()
2037 if (!same) in vfs_dedupe_file_range_compare()
2045 *is_same = same; in vfs_dedupe_file_range_compare()
2091 int vfs_dedupe_file_range(struct file *file, struct file_dedupe_range *same) in vfs_dedupe_file_range() argument
2099 u16 count = same->dest_count; in vfs_dedupe_file_range()
2105 if (same->reserved1 || same->reserved2) in vfs_dedupe_file_range()
2108 off = same->src_offset; in vfs_dedupe_file_range()
[all …]
DKconfig.binfmt153 You can get the same functionality by saying N here and saying Y to
/linux-4.19.296/drivers/ntb/hw/mscc/
DKconfig6 selects the Switchtec management driver as they share the same
/linux-4.19.296/fs/efivarfs/
DKconfig8 same 1024-byte variable size limit.
/linux-4.19.296/fs/configfs/
DKconfig11 same system. One is not a replacement for the other.
/linux-4.19.296/drivers/media/rc/keymaps/
DKconfig13 provide the tool and the same RC maps for load from
/linux-4.19.296/fs/cramfs/
DREADME28 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
/linux-4.19.296/fs/hpfs/
DKconfig5 OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
/linux-4.19.296/drivers/misc/ocxl/
DKconfig29 dedicated OpenCAPI link, and don't follow the same protocol.
/linux-4.19.296/fs/hfsplus/
Dunicode.c155 goto same; in hfsplus_uni2asc()
178 goto same; in hfsplus_uni2asc()
224 same: in hfsplus_uni2asc()
/linux-4.19.296/drivers/auxdisplay/
DKconfig283 however, use the same line width internally as what is visible. The KS0074
343 -1..-17 : connected to the same pin through an inverter (eg: transistor).
358 -1..-17 : connected to the same pin through an inverter (eg: transistor).
373 -1..-17 : connected to the same pin through an inverter (eg: transistor).
388 -1..-17 : connected to the same pin through an inverter (eg: transistor).
403 -1..-17 : connected to the same pin through an inverter (eg: transistor).
418 -1..-17 : connected to the same pin through an inverter (eg: transistor).
/linux-4.19.296/drivers/pci/
DKconfig76 require SR-IOV support, while at the same time the PF itself is
128 to access more than one IO address space at the same time. To make
/linux-4.19.296/drivers/hid/usbhid/
DKconfig16 and mouse drivers at the same time. More information is available:
/linux-4.19.296/drivers/iio/humidity/
DKconfig25 same protocol.
/linux-4.19.296/fs/affs/
DChanges282 and have the same appearance:
300 - The same get_block()-routine can now be used for
/linux-4.19.296/fs/proc/
DKconfig16 to use the same IRQ). The program procinfo to display some
/linux-4.19.296/include/sound/
Dwavefront.h35 still have the same (correct) size.
/linux-4.19.296/fs/overlayfs/
DKconfig78 the same lower dir. The full index may incur some overhead on mount
/linux-4.19.296/fs/nfsd/
DKconfig142 Without this an NFSv4 mount will have the same label on each file.
/linux-4.19.296/fs/befs/
DChangeLog52 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
/linux-4.19.296/drivers/pwm/
DKconfig72 Devices in a given group must have the same period.
229 must have the same period.
/linux-4.19.296/block/
Dblk-core.c2459 struct bio_list lower, same; in generic_make_request() local
2470 bio_list_init(&same); in generic_make_request()
2473 bio_list_add(&same, bio); in generic_make_request()
2478 bio_list_merge(&bio_list_on_stack[0], &same); in generic_make_request()
/linux-4.19.296/drivers/base/firmware_loader/
DKconfig43 firmware files -- the same names that appear in MODULE_FIRMWARE()
/linux-4.19.296/drivers/xen/
DKconfig219 the PCI devices topology appear the same as in the host.

12