Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs4super.c269 .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()
Dsuper.c2374 const struct super_block *old_sb = mount_info->cloned->sb; in nfs_clone_super()
2507 struct nfs_clone_mount *cloned) in nfs_get_cache_cookie() argument
2523 } else if (cloned) { in nfs_get_cache_cookie()
2524 struct nfs_server *mnt_s = NFS_SB(cloned->sb); in nfs_get_cache_cookie()
2539 struct nfs_clone_mount *cloned) in nfs_get_cache_cookie() argument
2578 error = security_sb_clone_mnt_opts(mount_info->cloned->sb, s, kflags, in nfs_clone_sb_security()
2611 if (mount_info->cloned != NULL && mount_info->cloned->sb != NULL) in nfs_fs_mount_common()
2612 if (mount_info->cloned->sb->s_flags & SB_SYNCHRONOUS) in nfs_fs_mount_common()
2639 nfs_get_cache_cookie(s, mount_info->parsed, mount_info->cloned); in nfs_fs_mount_common()
2739 .cloned = data, in nfs_xdev_mount()
[all …]
Dinternal.h149 struct nfs_clone_mount *cloned; member
/linux-4.19.296/include/linux/
Dskbuff.h738 __u8 cloned:1, member
1490 return skb->cloned && in skb_cloned()
1515 if (!skb->cloned) in skb_header_cloned()
2969 int cloned) in __skb_cow() argument
2976 if (delta || cloned) in __skb_cow()