Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2pdu.h1197 struct duplicate_extents_to_file { struct
Dsmb2ops.c2087 struct duplicate_extents_to_file dup_ext_buf; in smb2_duplicate_extents()
2123 sizeof(struct duplicate_extents_to_file), in smb2_duplicate_extents()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h889 struct duplicate_extents_to_file { struct
Dsmb2pdu.c7723 struct duplicate_extents_to_file *dup_ext; in smb2_ioctl()
7726 if (in_buf_len < sizeof(struct duplicate_extents_to_file)) { in smb2_ioctl()
7731 dup_ext = (struct duplicate_extents_to_file *)&req->Buffer[0]; in smb2_ioctl()