Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dcifsfs.c1240 struct cifs_tcon *target_tcon, *src_tcon; in cifs_remap_file_range() local
1261 target_tcon = tlink_tcon(smb_file_target->tlink); in cifs_remap_file_range()
1318 if (target_tcon->ses->server->ops->duplicate_extents) { in cifs_remap_file_range()
1319 rc = target_tcon->ses->server->ops->duplicate_extents(xid, in cifs_remap_file_range()
1354 struct cifs_tcon *target_tcon; in cifs_file_copychunk_range() local
1369 target_tcon = tlink_tcon(smb_file_target->tlink); in cifs_file_copychunk_range()
1371 if (src_tcon->ses != target_tcon->ses) { in cifs_file_copychunk_range()
1377 if (!target_tcon->ses->server->ops->copychunk_range) in cifs_file_copychunk_range()
1417 rc = target_tcon->ses->server->ops->copychunk_range(xid, in cifs_file_copychunk_range()