Searched refs:SMB2_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | smb2ops.c | 269 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in SMB3_request_interfaces() 557 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_request_res_key() 621 rc = SMB2_ioctl(xid, tcon, trgtfile->fid.persistent_fid, in smb2_clone_range() 772 rc = SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid, in smb2_set_sparse() 1069 rc = SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid, in smb3_zero_range() 1103 rc = SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid, in smb3_punch_hole()
|
D | smb2proto.h | 115 extern int SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon,
|
D | smb2pdu.c | 483 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in smb3_validate_negotiate() 1264 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() function 1416 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression()
|