/Linux-v5.4/fs/ |
D | ioctl.c | 226 loff_t cloned; in ioctl_file_clone() local 234 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone() 236 if (cloned < 0) in ioctl_file_clone() 237 ret = cloned; in ioctl_file_clone() 238 else if (olen && cloned != olen) in ioctl_file_clone()
|
D | read_write.c | 1658 loff_t cloned; in vfs_copy_file_range() local 1660 cloned = file_in->f_op->remap_file_range(file_in, pos_in, in vfs_copy_file_range() 1664 if (cloned > 0) { in vfs_copy_file_range() 1665 ret = cloned; in vfs_copy_file_range()
|
/Linux-v5.4/fs/nfs/ |
D | nfs4super.c | 270 .cloned = raw_data, in nfs4_remote_referral_mount() 278 if (mount_info.cloned == NULL || mount_info.mntfh == NULL) in nfs4_remote_referral_mount() 282 server = nfs4_create_referral_server(mount_info.cloned, mount_info.mntfh); in nfs4_remote_referral_mount()
|
D | super.c | 2406 const struct super_block *old_sb = mount_info->cloned->sb; in nfs_clone_super() 2565 struct nfs_clone_mount *cloned) in nfs_get_cache_cookie() argument 2581 } else if (cloned) { in nfs_get_cache_cookie() 2582 struct nfs_server *mnt_s = NFS_SB(cloned->sb); in nfs_get_cache_cookie() 2597 struct nfs_clone_mount *cloned) in nfs_get_cache_cookie() argument 2636 error = security_sb_clone_mnt_opts(mount_info->cloned->sb, s, kflags, in nfs_clone_sb_security() 2676 if (mount_info->cloned != NULL && mount_info->cloned->sb != NULL) in nfs_fs_mount_common() 2677 if (mount_info->cloned->sb->s_flags & SB_SYNCHRONOUS) in nfs_fs_mount_common() 2704 nfs_get_cache_cookie(s, mount_info->parsed, mount_info->cloned); in nfs_fs_mount_common() 2804 .cloned = data, in nfs_xdev_mount() [all …]
|
D | internal.h | 144 struct nfs_clone_mount *cloned; member
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
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-v5.4/Documentation/fb/ |
D | lxfb.rst | 5 .. [This file is cloned from VesaFB/aty128fb]
|
D | sa1100fb.rst | 5 .. [This file is cloned from VesaFB/matroxfb]
|
D | gxfb.rst | 5 .. [This file is cloned from VesaFB/aty128fb]
|
D | aty128fb.rst | 5 .. [This file is cloned from VesaFB/matroxfb]
|
D | matroxfb.rst | 5 .. [This file is cloned from VesaFB. Thanks go to Gerd Knorr]
|
/Linux-v5.4/tools/io_uring/ |
D | README | 20 liburing can be cloned with git here:
|
/Linux-v5.4/fs/overlayfs/ |
D | copy_up.c | 125 loff_t cloned; in ovl_copy_up_data() local 142 cloned = do_clone_file_range(old_file, 0, new_file, 0, len, 0); in ovl_copy_up_data() 143 if (cloned == len) in ovl_copy_up_data()
|
/Linux-v5.4/tools/perf/util/ |
D | pmu.c | 495 struct parse_events_term *term, *cloned; in pmu_alias_terms() local 500 ret = parse_events_term__clone(&cloned, term); in pmu_alias_terms() 509 cloned->weak = true; in pmu_alias_terms() 510 list_add_tail(&cloned->list, &list); in pmu_alias_terms()
|
/Linux-v5.4/Documentation/networking/ |
D | driver.txt | 63 cloned SKB.
|
/Linux-v5.4/fs/nfsd/ |
D | vfs.c | 530 loff_t cloned; in nfsd4_clone_file_range() local 532 cloned = vfs_clone_file_range(src, src_pos, dst, dst_pos, count, 0); in nfsd4_clone_file_range() 533 if (cloned < 0) in nfsd4_clone_file_range() 534 return nfserrno(cloned); in nfsd4_clone_file_range() 535 if (count && cloned != count) in nfsd4_clone_file_range()
|
/Linux-v5.4/Documentation/filesystems/ |
D | files.txt | 11 table between tasks cloned with CLONE_FILES flag. Typically
|
/Linux-v5.4/include/linux/ |
D | skbuff.h | 752 __u8 cloned:1, member 1600 return skb->cloned && in skb_cloned() 1625 if (!skb->cloned) in skb_header_cloned() 3110 int cloned) in __skb_cow() argument 3117 if (delta || cloned) in __skb_cow()
|
/Linux-v5.4/Documentation/gpu/ |
D | tegra.rst | 74 also share a single framebuffer, allowing cloned configurations even if modes
|
/Linux-v5.4/net/core/ |
D | skbuff.c | 599 if (skb->cloned && in skb_release_data() 993 n->cloned = 1; in __skb_clone() 1007 skb->cloned = 1; in __skb_clone() 1676 skb->cloned = 0; in pskb_expand_head() 5760 skb->cloned = 0; in pskb_carve_inside_header() 5899 skb->cloned = 0; in pskb_carve_inside_nonlinear()
|
/Linux-v5.4/drivers/net/ethernet/cadence/ |
D | macb_main.c | 1715 bool cloned = skb_cloned(*skb) || skb_header_cloned(*skb); in macb_pad_and_fcs() local 1732 else if (!cloned && headroom + tailroom >= ETH_FCS_LEN) in macb_pad_and_fcs() 1742 if (!cloned && headroom + tailroom >= padlen) { in macb_pad_and_fcs()
|
/Linux-v5.4/Documentation/process/ |
D | maintainer-pgp-guide.rst | 693 repository is cloned to your system, you have full history of the 695 hundreds of cloned repositories floating around, how does anyone verify
|
/Linux-v5.4/drivers/md/ |
D | Kconfig | 357 device into a writable destination device. The cloned device is
|
/Linux-v5.4/net/netlink/ |
D | af_netlink.c | 364 if (!skb->cloned || in netlink_skb_destructor()
|
/Linux-v5.4/Documentation/bpf/ |
D | bpf_devel_QA.rst | 422 working directory points to the root of the cloned git tree)::
|