Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/fs/
H A Dioctl.c231 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()
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/
H A Dmaint-appx.rst42 Once you have cloned the kernel Git repository and the cache of Metadata
135 7. *Clone Base Repository:* The base repository is cloned, and the
144 locally cloned, configured, and built into a Yocto Project kernel
175 Once you have cloned a Yocto Linux kernel repository and the cache
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dsa1100fb.rst5 .. [This file is cloned from VesaFB/matroxfb]
H A Dlxfb.rst5 .. [This file is cloned from VesaFB/aty128fb]
H A Dgxfb.rst5 .. [This file is cloned from VesaFB/aty128fb]
H A Daty128fb.rst5 .. [This file is cloned from VesaFB/matroxfb]
/OK3568_Linux_fs/kernel/tools/io_uring/
H A DREADME20 liburing can be cloned with git here:
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dcopy_up.c140 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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dpmu.c501 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()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Ddriver.rst67 cloned SKB.
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dvfs.c539 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()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dlinux_pkt.c440 skb->cloned = 0; in osl_pktget_static()
757 return (((struct sk_buff*)skb)->cloned); in osl_pktshared()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dlinux_pkt.c440 skb->cloned = 0; in osl_pktget_static()
757 return (((struct sk_buff*)skb)->cloned); in osl_pktshared()
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dinline-encryption.rst135 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/
H A Dgitpkgv.bbclass13 # gitpkgv.bbclass assumes the git repository has been cloned, and
/OK3568_Linux_fs/kernel/net/tipc/
H A Dcrypto.c152 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/wxwidgets/
H A Dwxwidgets_3.1.5.bb32 # These can be either 'builtin' or 'sys' and builtin means cloned soures are
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch158 """:return: Repo instance of newly cloned repository
455 :return: ``git.Repo`` (the newly cloned repo)"""
476 :return: Repo instance pointing to the cloned directory"""
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfiles.rst14 table between tasks cloned with CLONE_FILES flag. Typically
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dunderstand-autobuilder.rst157 repositories pre-cloned on the Workers. Data is fetched from these
167 maintenance of a cache of cloned repositories to improve the speed
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dlinux_pkt.h217 #define PKTSHARED(skb) (((struct sk_buff*)(skb))->cloned)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dlinux_pkt.h217 #define PKTSHARED(skb) (((struct sk_buff*)(skb))->cloned)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dlinux_pkt.h217 #define PKTSHARED(skb) (((struct sk_buff*)(skb))->cloned)
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h787 __u8 cloned:1, member
1660 return skb->cloned && in skb_cloned()
1701 if (!skb->cloned) in skb_header_cloned()
3213 int cloned) in __skb_cow() argument
3220 if (delta || cloned) in __skb_cow()

1234