/linux/Documentation/admin-guide/device-mapper/ |
H A 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/fs/ |
H A D | ioctl.c | 235 loff_t cloned; in ioctl_file_clone() local 240 cloned = vfs_clone_file_range(fd_file(src_file), off, dst_file, destoff, in ioctl_file_clone() 242 if (cloned < 0) in ioctl_file_clone() 243 ret = cloned; in ioctl_file_clone() 244 else if (olen && cloned != olen) in ioctl_file_clone()
|
/linux/Documentation/fb/ |
H A D | lxfb.rst | 5 .. [This file is cloned from VesaFB/aty128fb]
|
H A D | gxfb.rst | 5 .. [This file is cloned from VesaFB/aty128fb]
|
H A D | sa1100fb.rst | 5 .. [This file is cloned from VesaFB/matroxfb]
|
H A D | aty128fb.rst | 5 .. [This file is cloned from VesaFB/matroxfb]
|
H A D | matroxfb.rst | 5 .. [This file is cloned from VesaFB. Thanks go to Gerd Knorr]
|
/linux/drivers/virt/ |
H A D | Kconfig | 21 to reseed the RNG when the VM is cloned. This is highly recommended if
|
/linux/rust/macros/ |
H A D | pin_data.rs | 40 res.extend(ty_generics.iter().cloned()); in pin_data()
|
/linux/Documentation/gpu/ |
H A D | vkms.rst | 162 - Add support for cloned writeback outputs and related test cases using a 163 cloned output in the IGT kms_writeback.
|
H A D | tegra.rst | 74 also share a single framebuffer, allowing cloned configurations even if modes
|
/linux/Documentation/networking/ |
H A D | driver.rst | 110 cloned SKB.
|
/linux/fs/overlayfs/ |
H A D | copy_up.c | 268 loff_t cloned; in ovl_copy_up_file() local 284 cloned = vfs_clone_file_range(old_file, 0, new_file, 0, len, 0); in ovl_copy_up_file() 285 if (cloned == len) in ovl_copy_up_file()
|
/linux/Documentation/filesystems/ |
H A D | files.rst | 14 table between tasks cloned with CLONE_FILES flag. Typically
|
H A D | sharedsubtree.rst | 598 A cloned namespace contains all the mounts as that of the parent
|
/linux/Documentation/block/ |
H A 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/fs/smb/server/ |
H A D | smb2pdu.c | 8290 loff_t src_off, dst_off, length, cloned; in smb2_ioctl() local 8326 cloned = vfs_clone_file_range(fp_in->filp, src_off, in smb2_ioctl() 8328 if (cloned == -EXDEV || cloned == -EOPNOTSUPP) { in smb2_ioctl() 8331 } else if (cloned != length) { in smb2_ioctl() 8332 cloned = vfs_copy_file_range(fp_in->filp, src_off, in smb2_ioctl() 8335 if (cloned != length) { in smb2_ioctl() 8336 if (cloned < 0) in smb2_ioctl() 8337 ret = cloned; in smb2_ioctl()
|
/linux/net/core/ |
H A D | skbuff.c | 1501 n->cloned = 1; in __skb_clone() 1516 skb->cloned = 1; in __skb_clone() 2231 skb->cloned = 0; in pskb_expand_head() 6610 skb->cloned = 0; in pskb_carve_inside_header() 6744 skb->cloned = 0; in pskb_carve_inside_nonlinear()
|
/linux/Documentation/process/ |
H A D | maintainer-pgp-guide.rst | 653 repository is cloned to your system, you have full history of the 655 hundreds of cloned repositories floating around, how does anyone verify
|
/linux/Documentation/networking/device_drivers/can/ctu/ |
H A D | ctucanfd-driver.rst | 33 version of emulation support can be cloned from ctu-canfd branch of QEMU local
|
/linux/net/netlink/ |
H A D | af_netlink.c | 375 if (!skb->cloned || in netlink_skb_destructor()
|
/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 2254 bool cloned = skb_cloned(*skb) || skb_header_cloned(*skb) || in macb_pad_and_fcs() local 2278 if (cloned || tailroom < padlen) { in macb_pad_and_fcs()
|
/linux/Documentation/bpf/ |
H A D | bpf_devel_QA.rst | 449 working directory points to the root of the cloned git tree)::
|
/linux/net/netfilter/ |
H A D | Kconfig | 1074 This option adds a "TEE" target with which a packet can be cloned and
|
/linux/Documentation/admin-guide/ |
H A D | reporting-issues.rst | 723 Note: in case you cloned the Linux sources with git you might want to call
|