Home
last modified time | relevance | path

Searched refs:cloned (Results 1 – 17 of 17) sorted by relevance

/linux/fs/
H A Dioctl.c234 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 Ddm-clone.rst17 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 DKconfig21 to reseed the RNG when the VM is cloned. This is highly recommended if
/linux/rust/macros/
H A Dpin_data.rs
/linux/Documentation/networking/
H A Ddriver.rst110 cloned SKB.
/linux/fs/overlayfs/
H A Dcopy_up.c268 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 Dcrypto.c138 * @cloned: reference to the source key in case cloning
154 struct tipc_aead *cloned; member
402 if (aead->cloned) {
403 tipc_aead_put(aead->cloned);
588 tmp->cloned = NULL; in tipc_aead_init()
611 * A reference to the source is hold in the "cloned" pointer for the later in tipc_aead_init()
655 aead->cloned = src; in tipc_aead_clone()
/linux/Documentation/filesystems/
H A Dfiles.rst14 table between tasks cloned with CLONE_FILES flag. Typically
/linux/include/linux/
H A Dskbuff.h955 __u8 cloned:1, member
1303 if (!skb->cloned) in skb_data_unref()
2031 return skb->cloned && in skb_cloned()
2072 if (!skb->cloned) in skb_header_cloned()
3871 int cloned) in __skb_cow() argument
3878 if (delta || cloned) in __skb_cow()
/linux/Documentation/gpu/
H A Dtegra.rst74 also share a single framebuffer, allowing cloned configurations even if modes
/linux/net/core/
H A Dskbuff.c1610 n->cloned = 1; in __skb_clone()
1625 skb->cloned = 1; in __skb_clone()
2348 skb->cloned = 0; in pskb_expand_head()
6822 skb->cloned = 0; in pskb_carve_inside_header()
6955 skb->cloned = 0; in pskb_carve_inside_nonlinear()
/linux/rust/syn/
H A Dpunctuated.rs1037 pub fn cloned(self) -> Pair<T, P> in cloned() method
/linux/drivers/android/binder/
H A Dthread.rs357 self.current_transaction = transaction.find_from(thread).cloned(); in pop_transaction_to_reply()
/linux/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst33 version of emulation support can be cloned from ctu-canfd branch of QEMU local
/linux/Documentation/bpf/
H A Dbpf_devel_QA.rst457 working directory points to the root of the cloned git tree)::
/linux/net/netlink/
H A Daf_netlink.c375 if (!skb->cloned || in netlink_skb_destructor()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c2421 bool cloned = skb_cloned(*skb) || skb_header_cloned(*skb) || in macb_pad_and_fcs() local
2445 if (cloned || tailroom < padlen) { in macb_pad_and_fcs()