Home
last modified time | relevance | path

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

12

/linux/Documentation/admin-guide/device-mapper/
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/fs/
A Dioctl.c234 loff_t cloned; in ioctl_file_clone() local
242 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone()
244 if (cloned < 0) in ioctl_file_clone()
245 ret = cloned; in ioctl_file_clone()
246 else if (olen && cloned != olen) in ioctl_file_clone()
A Dread_write.c1496 loff_t cloned; in vfs_copy_file_range() local
1498 cloned = file_in->f_op->remap_file_range(file_in, pos_in, in vfs_copy_file_range()
1502 if (cloned > 0) { in vfs_copy_file_range()
1503 ret = cloned; in vfs_copy_file_range()
/linux/Documentation/fb/
A Dlxfb.rst5 .. [This file is cloned from VesaFB/aty128fb]
A Dsa1100fb.rst5 .. [This file is cloned from VesaFB/matroxfb]
A Dgxfb.rst5 .. [This file is cloned from VesaFB/aty128fb]
A Daty128fb.rst5 .. [This file is cloned from VesaFB/matroxfb]
A Dmatroxfb.rst5 .. [This file is cloned from VesaFB. Thanks go to Gerd Knorr]
/linux/tools/io_uring/
A DREADME20 liburing can be cloned with git here:
/linux/fs/overlayfs/
A Dcopy_up.c193 loff_t cloned; in ovl_copy_up_data() local
213 cloned = do_clone_file_range(old_file, 0, new_file, 0, len, 0); in ovl_copy_up_data()
214 if (cloned == len) in ovl_copy_up_data()
/linux/Documentation/networking/
A Ddriver.rst67 cloned SKB.
/linux/Documentation/gpu/
A Dvkms.rst180 - Add support for cloned writeback outputs and related test cases using a
181 cloned output in the IGT kms_writeback.
A Dtegra.rst74 also share a single framebuffer, allowing cloned configurations even if modes
/linux/fs/nfsd/
A Dvfs.c525 loff_t cloned; in nfsd4_clone_file_range() local
529 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range()
530 if (cloned < 0) { in nfsd4_clone_file_range()
531 ret = nfserrno(cloned); in nfsd4_clone_file_range()
534 if (count && cloned != count) { in nfsd4_clone_file_range()
/linux/tools/perf/util/
A Dpmu.c519 struct parse_events_term *term, *cloned; in pmu_alias_terms() local
524 ret = parse_events_term__clone(&cloned, term); in pmu_alias_terms()
533 cloned->weak = true; in pmu_alias_terms()
534 list_add_tail(&cloned->list, &list); in pmu_alias_terms()
/linux/net/tipc/
A Dcrypto.c154 struct tipc_aead *cloned; member
411 if (aead->cloned) { in tipc_aead_free()
412 tipc_aead_put(aead->cloned); in tipc_aead_free()
597 tmp->cloned = NULL; in tipc_aead_init()
664 aead->cloned = src; in tipc_aead_clone()
/linux/Documentation/filesystems/
A Dfiles.rst14 table between tasks cloned with CLONE_FILES flag. Typically
/linux/Documentation/block/
A Dinline-encryption.rst128 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/include/linux/
A Dskbuff.h801 __u8 cloned:1, member
1682 return skb->cloned && in skb_cloned()
1723 if (!skb->cloned) in skb_header_cloned()
3283 int cloned) in __skb_cow() argument
3290 if (delta || cloned) in __skb_cow()
/linux/net/core/
A Dskbuff.c664 if (skb->cloned && in skb_release_data()
1066 n->cloned = 1; in __skb_clone()
1081 skb->cloned = 1; in __skb_clone()
1749 skb->cloned = 0; in pskb_expand_head()
6176 skb->cloned = 0; in pskb_carve_inside_header()
6318 skb->cloned = 0; in pskb_carve_inside_nonlinear()
/linux/fs/ksmbd/
A Dsmb2pdu.c7756 loff_t src_off, dst_off, length, cloned; in smb2_ioctl() local
7783 cloned = vfs_clone_file_range(fp_in->filp, src_off, fp_out->filp, in smb2_ioctl()
7785 if (cloned == -EXDEV || cloned == -EOPNOTSUPP) { in smb2_ioctl()
7788 } else if (cloned != length) { in smb2_ioctl()
7789 cloned = vfs_copy_file_range(fp_in->filp, src_off, in smb2_ioctl()
7791 if (cloned != length) { in smb2_ioctl()
7792 if (cloned < 0) in smb2_ioctl()
7793 ret = cloned; in smb2_ioctl()
/linux/drivers/net/ethernet/cadence/
A Dmacb_main.c2098 bool cloned = skb_cloned(*skb) || skb_header_cloned(*skb) || in macb_pad_and_fcs() local
2116 else if (!cloned && headroom + tailroom >= ETH_FCS_LEN) in macb_pad_and_fcs()
2126 if (!cloned && headroom + tailroom >= padlen) { in macb_pad_and_fcs()
/linux/Documentation/process/
A Dmaintainer-pgp-guide.rst693 repository is cloned to your system, you have full history of the
695 hundreds of cloned repositories floating around, how does anyone verify
/linux/drivers/md/
A DKconfig369 device into a writable destination device. The cloned device is
/linux/net/netlink/
A Daf_netlink.c373 if (!skb->cloned || in netlink_skb_destructor()

Completed in 140 milliseconds

12