| /linux/fs/ |
| H A D | ioctl.c | 234 loff_t cloned; in ioctl_file_clone() local 239 cloned = vfs_clone_file_range(fd_file(src_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/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/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 | |
| /linux/rust/zerocopy/src/ |
| H A D | error.rs | 1314 let cloned = err.clone(); in test_alignment_error_methods() localVariable 1315 assert_eq!(err, cloned); in test_alignment_error_methods() 1318 assert_eq!(err, cloned); in test_alignment_error_methods()
|
| /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/net/tipc/ |
| H A D | crypto.c | 154 struct tipc_aead *cloned; member 402 if (aead->cloned) { in tipc_aead_free() 403 tipc_aead_put(aead->cloned); in tipc_aead_free() 588 tmp->cloned = NULL; in tipc_aead_init() 655 aead->cloned = src; in tipc_aead_clone()
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 698 loff_t cloned; in nfsd4_clone_file_range() local 702 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range() 703 if (cloned < 0) { in nfsd4_clone_file_range() 704 ret = nfserrno(cloned); in nfsd4_clone_file_range() 707 if (count && cloned != count) { in nfsd4_clone_file_range()
|
| /linux/Documentation/filesystems/ |
| H A D | files.rst | 14 table between tasks cloned with CLONE_FILES flag. Typically
|
| /linux/drivers/net/mctp/ |
| H A D | mctp-usblib.c | 65 } else if (skb->cloned || skb_tailroom(skb) < rx->ep_pktlen) { in mctp_usblib_rx_prepare()
|
| /linux/Documentation/gpu/ |
| H A D | tegra.rst | 74 also share a single framebuffer, allowing cloned configurations even if modes
|
| /linux/rust/zerocopy-derive/ |
| H A D | util.rs | 617 Some(bound_tt(&parse_quote!(Self), traits.iter().cloned(), self.ctx)) in build()
|
| /linux/net/core/ |
| H A D | skbuff.c | 662 * instead of head cache and allocate a cloned (child) skb. 1128 * So disable the recycling bit if an SKB is cloned and we have in skb_release_data() 1421 * Does nothing for a cloned skb: the zerocopy state lives in in skb_tx_error() 1622 n->cloned = 1; in __skb_clone() 1637 skb->cloned = 1; in __skb_clone() 2218 * to true for the cases where the copy will likely be cloned 2361 skb->cloned = 0; in pskb_expand_head() 2882 * room at tail, reallocate without expansion only if skb is cloned. in __pskb_pull_tail() 4260 /* Shifting from/to a cloned skb is a no-go. 5389 /* If skb is cloned o in skb_cow_data() [all...] |
| /linux/rust/syn/ |
| H A D | punctuated.rs | 1037 pub fn cloned(self) -> Pair<T, P> in cloned() method
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 11243 loff_t src_off, dst_off, length, cloned; in smb2_ioctl() local 11311 cloned = vfs_clone_file_range(fp_in->filp, src_off, in smb2_ioctl() 11313 if (cloned != length) { in smb2_ioctl() 11314 cloned = vfs_copy_file_range(fp_in->filp, src_off, in smb2_ioctl() 11317 if (cloned != length) { in smb2_ioctl() 11318 if (cloned < 0) in smb2_ioctl() 11319 ret = cloned; in smb2_ioctl()
|
| /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/Documentation/bpf/ |
| H A D | bpf_devel_QA.rst | 457 working directory points to the root of the cloned git tree)::
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 376 if (!skb->cloned || in netlink_skb_destructor()
|
| /linux/net/netfilter/ |
| H A D | Kconfig | 1065 This option adds a "TEE" target with which a packet can be cloned and
|