| /OK3568_Linux_fs/kernel/fs/ |
| H A D | ioctl.c | 231 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 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.
|
| /OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/ |
| H A D | maint-appx.rst | 42 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 D | sa1100fb.rst | 5 .. [This file is cloned from VesaFB/matroxfb]
|
| H A D | lxfb.rst | 5 .. [This file is cloned from VesaFB/aty128fb]
|
| H A D | gxfb.rst | 5 .. [This file is cloned from VesaFB/aty128fb]
|
| H A D | aty128fb.rst | 5 .. [This file is cloned from VesaFB/matroxfb]
|
| /OK3568_Linux_fs/kernel/tools/io_uring/ |
| H A D | README | 20 liburing can be cloned with git here:
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | copy_up.c | 140 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 D | pmu.c | 501 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 D | driver.rst | 67 cloned SKB.
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | vfs.c | 539 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 D | linux_pkt.c | 440 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 D | linux_pkt.c | 440 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 D | inline-encryption.rst | 135 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 D | gitpkgv.bbclass | 13 # gitpkgv.bbclass assumes the git repository has been cloned, and
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | crypto.c | 152 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 D | wxwidgets_3.1.5.bb | 32 # 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 D | 0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch | 158 """: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 D | files.rst | 14 table between tasks cloned with CLONE_FILES flag. Typically
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | understand-autobuilder.rst | 157 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 D | linux_pkt.h | 217 #define PKTSHARED(skb) (((struct sk_buff*)(skb))->cloned)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linux_pkt.h | 217 #define PKTSHARED(skb) (((struct sk_buff*)(skb))->cloned)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | linux_pkt.h | 217 #define PKTSHARED(skb) (((struct sk_buff*)(skb))->cloned)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | skbuff.h | 787 __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()
|