Searched refs:cloned (Results 1 – 7 of 7) sorted by relevance
/fs/ |
D | ioctl.c | 227 loff_t cloned; in ioctl_file_clone() local 235 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone() 237 if (cloned < 0) in ioctl_file_clone() 238 ret = cloned; in ioctl_file_clone() 239 else if (olen && cloned != olen) in ioctl_file_clone()
|
D | read_write.c | 1661 loff_t cloned; in vfs_copy_file_range() local 1663 cloned = file_in->f_op->remap_file_range(file_in, pos_in, in vfs_copy_file_range() 1667 if (cloned > 0) { in vfs_copy_file_range() 1668 ret = cloned; in vfs_copy_file_range()
|
/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
|
/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()
|
/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()
|