Home
last modified time | relevance | path

Searched refs:duplicate_extents (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/cifs/
Dioctl.c123 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()
Dsmb2ops.c1703 .duplicate_extents = smb2_duplicate_extents,
1790 .duplicate_extents = smb2_duplicate_extents,
Dcifsglob.h395 int (*duplicate_extents)(const unsigned int, struct cifsFileInfo *src, member