Searched refs:cloned (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | nfs4super.c | 269 .cloned = raw_data, in nfs4_remote_referral_mount() 277 if (mount_info.cloned == NULL || mount_info.mntfh == NULL) in nfs4_remote_referral_mount() 281 server = nfs4_create_referral_server(mount_info.cloned, mount_info.mntfh); in nfs4_remote_referral_mount()
|
D | super.c | 2332 const struct super_block *old_sb = mount_info->cloned->sb; in nfs_clone_super() 2460 struct nfs_clone_mount *cloned) in nfs_get_cache_cookie() argument 2476 } else if (cloned) { in nfs_get_cache_cookie() 2477 struct nfs_server *mnt_s = NFS_SB(cloned->sb); in nfs_get_cache_cookie() 2492 struct nfs_clone_mount *cloned) in nfs_get_cache_cookie() argument 2529 return security_sb_clone_mnt_opts(mount_info->cloned->sb, s); in nfs_clone_sb_security() 2554 if (mount_info->cloned != NULL && mount_info->cloned->sb != NULL) in nfs_fs_mount_common() 2555 if (mount_info->cloned->sb->s_flags & MS_SYNCHRONOUS) in nfs_fs_mount_common() 2580 nfs_get_cache_cookie(s, mount_info->parsed, mount_info->cloned); in nfs_fs_mount_common() 2678 .cloned = data, in nfs_xdev_mount() [all …]
|
D | internal.h | 139 struct nfs_clone_mount *cloned; member
|
/linux-4.1.27/Documentation/fb/ |
D | gxfb.txt | 1 [This file is cloned from VesaFB/aty128fb]
|
D | sa1100fb.txt | 1 [This file is cloned from VesaFB/matroxfb]
|
D | lxfb.txt | 1 [This file is cloned from VesaFB/aty128fb]
|
D | aty128fb.txt | 1 [This file is cloned from VesaFB/matroxfb]
|
D | matroxfb.txt | 1 [This file is cloned from VesaFB. Thanks go to Gerd Knorr]
|
/linux-4.1.27/tools/perf/util/ |
D | pmu.c | 330 struct parse_events_term *term, *cloned; in pmu_alias_terms() local 335 ret = parse_events_term__clone(&cloned, term); in pmu_alias_terms() 340 list_add_tail(&cloned->list, &list); in pmu_alias_terms()
|
/linux-4.1.27/Documentation/networking/ |
D | driver.txt | 63 cloned SKB.
|
/linux-4.1.27/include/linux/ |
D | skbuff.h | 566 __u8 cloned:1, member 1095 return skb->cloned && in skb_cloned() 1120 if (!skb->cloned) in skb_header_cloned() 2416 int cloned) in __skb_cow() argument 2423 if (delta || cloned) in __skb_cow()
|
/linux-4.1.27/Documentation/filesystems/ |
D | files.txt | 11 table between tasks cloned with CLONE_FILES flag. Typically
|
D | sharedsubtree.txt | 574 A cloned namespace contains all the mounts as that of the parent
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 627 if (skb->cloned && in skb_release_data() 876 n->cloned = 1; in __skb_clone() 888 skb->cloned = 1; in __skb_clone() 1231 skb->cloned = 0; in pskb_expand_head()
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 894 if (!skb->cloned || in netlink_skb_destructor()
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 858 This option adds a "TEE" target with which a packet can be cloned and
|