/linux-6.1.9/Documentation/admin-guide/device-mapper/ |
D | dm-clone.rst | 17 for fast, low-latency I/O. The cloned device is visible/mountable immediately 52 1. A source device - the read-only device that gets cloned and source of the 146 destination dev The destination device, where the source will be cloned 147 source dev Read only device containing the data that gets cloned 243 mount /dev/mapper/clone /mnt/cloned-fs 244 fstrim /mnt/cloned-fs 319 un-provisioned/not-yet-cloned areas the same way as dm-clone does.
|
/linux-6.1.9/fs/ |
D | ioctl.c | 234 loff_t cloned; in ioctl_file_clone() local 239 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone() 241 if (cloned < 0) in ioctl_file_clone() 242 ret = cloned; in ioctl_file_clone() 243 else if (olen && cloned != olen) in ioctl_file_clone()
|
/linux-6.1.9/Documentation/fb/ |
D | gxfb.rst | 5 .. [This file is cloned from VesaFB/aty128fb]
|
D | lxfb.rst | 5 .. [This file is cloned from VesaFB/aty128fb]
|
D | sa1100fb.rst | 5 .. [This file is cloned from VesaFB/matroxfb]
|
D | aty128fb.rst | 5 .. [This file is cloned from VesaFB/matroxfb]
|
D | matroxfb.rst | 5 .. [This file is cloned from VesaFB. Thanks go to Gerd Knorr]
|
/linux-6.1.9/tools/io_uring/ |
D | README | 20 liburing can be cloned with git here:
|
/linux-6.1.9/drivers/virt/ |
D | Kconfig | 22 to reseed the RNG when the VM is cloned. This is highly recommended if
|
/linux-6.1.9/Documentation/networking/ |
D | driver.rst | 67 cloned SKB.
|
/linux-6.1.9/Documentation/gpu/ |
D | vkms.rst | 167 - Add support for cloned writeback outputs and related test cases using a 168 cloned output in the IGT kms_writeback.
|
D | tegra.rst | 74 also share a single framebuffer, allowing cloned configurations even if modes
|
/linux-6.1.9/fs/overlayfs/ |
D | copy_up.c | 203 loff_t cloned; in ovl_copy_up_file() local 218 cloned = do_clone_file_range(old_file, 0, new_file, 0, len, 0); in ovl_copy_up_file() 219 if (cloned == len) in ovl_copy_up_file()
|
/linux-6.1.9/fs/nfsd/ |
D | vfs.c | 542 loff_t cloned; in nfsd4_clone_file_range() local 546 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range() 547 if (cloned < 0) { in nfsd4_clone_file_range() 548 ret = nfserrno(cloned); in nfsd4_clone_file_range() 551 if (count && cloned != count) { in nfsd4_clone_file_range()
|
/linux-6.1.9/tools/perf/util/ |
D | pmu.c | 519 struct parse_events_term *term, *cloned; in pmu_alias_terms() local 524 ret = parse_events_term__clone(&cloned, term); in pmu_alias_terms() 533 cloned->weak = true; in pmu_alias_terms() 534 list_add_tail(&cloned->list, &list); in pmu_alias_terms()
|
/linux-6.1.9/net/tipc/ |
D | crypto.c | 154 struct tipc_aead *cloned; member 411 if (aead->cloned) { in tipc_aead_free() 412 tipc_aead_put(aead->cloned); in tipc_aead_free() 597 tmp->cloned = NULL; in tipc_aead_init() 664 aead->cloned = src; in tipc_aead_clone()
|
/linux-6.1.9/Documentation/filesystems/ |
D | files.rst | 14 table between tasks cloned with CLONE_FILES flag. Typically
|
/linux-6.1.9/Documentation/block/ |
D | inline-encryption.rst | 128 layered devices, when a request is cloned, its encryption context is cloned as 129 well. When the cloned request is submitted, it is then processed as usual; this
|
/linux-6.1.9/include/linux/ |
D | skbuff.h | 916 __u8 cloned:1, member 1867 return skb->cloned && in skb_cloned() 1908 if (!skb->cloned) in skb_header_cloned() 3526 int cloned) in __skb_cow() argument 3533 if (delta || cloned) in __skb_cow()
|
/linux-6.1.9/Documentation/rust/ |
D | quick-start.rst | 59 Otherwise, if a standalone installer is used, the Rust repository may be cloned
|
/linux-6.1.9/net/core/ |
D | skbuff.c | 769 if (skb->cloned && in skb_release_data() 1184 n->cloned = 1; in __skb_clone() 1199 skb->cloned = 1; in __skb_clone() 1879 skb->cloned = 0; in pskb_expand_head() 6223 skb->cloned = 0; in pskb_carve_inside_header() 6361 skb->cloned = 0; in pskb_carve_inside_nonlinear()
|
/linux-6.1.9/fs/ksmbd/ |
D | smb2pdu.c | 7833 loff_t src_off, dst_off, length, cloned; in smb2_ioctl() local 7869 cloned = vfs_clone_file_range(fp_in->filp, src_off, in smb2_ioctl() 7871 if (cloned == -EXDEV || cloned == -EOPNOTSUPP) { in smb2_ioctl() 7874 } else if (cloned != length) { in smb2_ioctl() 7875 cloned = vfs_copy_file_range(fp_in->filp, src_off, in smb2_ioctl() 7878 if (cloned != length) { in smb2_ioctl() 7879 if (cloned < 0) in smb2_ioctl() 7880 ret = cloned; in smb2_ioctl()
|
/linux-6.1.9/Documentation/process/ |
D | maintainer-pgp-guide.rst | 682 repository is cloned to your system, you have full history of the 684 hundreds of cloned repositories floating around, how does anyone verify
|
/linux-6.1.9/drivers/md/ |
D | Kconfig | 370 device into a writable destination device. The cloned device is
|
/linux-6.1.9/Documentation/networking/device_drivers/can/ctu/ |
D | ctucanfd-driver.rst | 33 version of emulation support can be cloned from ctu-canfd branch of QEMU local
|