Searched refs:duplicate_extents (Results 1 – 3 of 3) sorted by relevance
123 if (dup_extents && target_tcon->ses->server->ops->duplicate_extents) in cifs_ioctl_clone()124 rc = target_tcon->ses->server->ops->duplicate_extents(xid, in cifs_ioctl_clone()
1703 .duplicate_extents = smb2_duplicate_extents,1790 .duplicate_extents = smb2_duplicate_extents,
395 int (*duplicate_extents)(const unsigned int, struct cifsFileInfo *src, member