/kernel/linux/linux-5.10/fs/ |
D | ioctl.c | 231 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()
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/Documentation/fb/ |
D | lxfb.rst | 5 .. [This file is cloned from VesaFB/aty128fb]
|
D | gxfb.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]
|
/kernel/linux/linux-5.10/tools/io_uring/ |
D | README | 20 liburing can be cloned with git here:
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | driver.rst | 67 cloned SKB.
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
D | copy_up.c | 140 loff_t cloned; in ovl_copy_up_data() local 160 cloned = do_clone_file_range(old_file, 0, new_file, 0, len, 0); in ovl_copy_up_data() 161 if (cloned == len) in ovl_copy_up_data()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | pmu.c | 501 struct parse_events_term *term, *cloned; in pmu_alias_terms() local 506 ret = parse_events_term__clone(&cloned, term); in pmu_alias_terms() 515 cloned->weak = true; in pmu_alias_terms() 516 list_add_tail(&cloned->list, &list); in pmu_alias_terms()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | vfs.c | 539 loff_t cloned; in nfsd4_clone_file_range() local 543 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range() 544 if (cloned < 0) { in nfsd4_clone_file_range() 545 ret = nfserrno(cloned); in nfsd4_clone_file_range() 548 if (count && cloned != count) { in nfsd4_clone_file_range()
|
/kernel/linux/linux-5.10/Documentation/block/ |
D | inline-encryption.rst | 135 layered devices, when a request is cloned, its ``crypto fields`` are cloned as 136 well. When the cloned request is submitted, blk-mq programs the
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | files.rst | 14 table between tasks cloned with CLONE_FILES flag. Typically
|
D | sharedsubtree.rst | 597 A cloned namespace contains all the mounts as that of the parent
|
/kernel/linux/linux-5.10/net/tipc/ |
D | crypto.c | 152 struct tipc_aead *cloned; member 405 if (aead->cloned) { in tipc_aead_free() 406 tipc_aead_put(aead->cloned); in tipc_aead_free() 590 tmp->cloned = NULL; in tipc_aead_init() 657 aead->cloned = src; in tipc_aead_clone()
|
/kernel/linux/linux-5.10/include/linux/ |
D | skbuff.h | 785 __u8 cloned:1, member 1636 return skb->cloned && in skb_cloned() 1661 if (!skb->cloned) in skb_header_cloned() 3173 int cloned) in __skb_cow() argument 3180 if (delta || cloned) in __skb_cow()
|
/kernel/linux/linux-5.10/Documentation/gpu/ |
D | tegra.rst | 74 also share a single framebuffer, allowing cloned configurations even if modes
|
/kernel/linux/linux-5.10/net/core/ |
D | skbuff.c | 612 if (skb->cloned && in skb_release_data() 1001 n->cloned = 1; in __skb_clone() 1015 skb->cloned = 1; in __skb_clone() 1684 skb->cloned = 0; in pskb_expand_head() 6006 skb->cloned = 0; in pskb_carve_inside_header() 6148 skb->cloned = 0; in pskb_carve_inside_nonlinear()
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | maintainer-pgp-guide.rst | 693 repository is cloned to your system, you have full history of the 695 hundreds of cloned repositories floating around, how does anyone verify
|
/kernel/linux/linux-5.10/drivers/md/ |
D | Kconfig | 366 device into a writable destination device. The cloned device is
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
D | macb_main.c | 1967 bool cloned = skb_cloned(*skb) || skb_header_cloned(*skb) || in macb_pad_and_fcs() local 1991 if (cloned || tailroom < padlen) { in macb_pad_and_fcs()
|
/kernel/linux/linux-5.10/Documentation/bpf/ |
D | bpf_devel_QA.rst | 417 working directory points to the root of the cloned git tree)::
|
/kernel/linux/linux-5.10/net/netlink/ |
D | af_netlink.c | 367 if (!skb->cloned || in netlink_skb_destructor()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | Kconfig | 1025 This option adds a "TEE" target with which a packet can be cloned and
|