Searched refs:cloned (Results 1 – 17 of 17) sorted by relevance
| /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/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/net/tipc/ |
| H A D | crypto.c | 138 * @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 D | files.rst | 14 table between tasks cloned with CLONE_FILES flag. Typically
|
| /linux/include/linux/ |
| H A D | skbuff.h | 955 __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 D | tegra.rst | 74 also share a single framebuffer, allowing cloned configurations even if modes
|
| /linux/net/core/ |
| H A D | skbuff.c | 1610 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 D | punctuated.rs | 1037 pub fn cloned(self) -> Pair<T, P> in cloned() method
|
| /linux/drivers/android/binder/ |
| H A D | thread.rs | 357 self.current_transaction = transaction.find_from(thread).cloned(); in pop_transaction_to_reply()
|
| /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 | 375 if (!skb->cloned || in netlink_skb_destructor()
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 2421 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()
|