Searched refs:SMB2_ioctl (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/cifs/ | 
| D | smb2file.c | 75 		rc = SMB2_ioctl(xid, oparms->tcon, fid->persistent_fid,  in smb2_open_file()
  | 
| D | smb2ops.c | 572 	rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID,  in SMB3_request_interfaces() 1339 	rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid,  in SMB2_request_res_key() 1622 		rc = SMB2_ioctl(xid, tcon, trgtfile->fid.persistent_fid,  in smb2_copychunk_range() 1784 	rc = SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid,  in smb2_set_sparse() 1854 	rc = SMB2_ioctl(xid, tcon, trgtfile->fid.persistent_fid,  in smb2_duplicate_extents() 1889 	return SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid,  in smb3_set_integrity() 1942 	rc = SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid,  in smb3_enum_snapshots() 2435 		rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID,  in smb2_get_dfs_refer() 2950 	rc = SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid,  in smb3_zero_range() 3005 	rc = SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid,  in smb3_punch_hole() [all …] 
 | 
| D | smb2proto.h | 144 extern int SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon,
  | 
| D | smb2pdu.c | 1072 	rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID,  in smb3_validate_negotiate() 2756 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid,  in SMB2_ioctl()  function 2880 	rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid,  in SMB2_set_compression()
  |