Searched refs:SMB2_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux/fs/smb/client/ |
H A D | smb2ops.c | 810 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in SMB3_request_interfaces() 1513 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_request_res_key() 1835 rc = SMB2_ioctl(xid, tcon, trgtfile->fid.persistent_fid, in smb2_copychunk_range() 1999 rc = SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid, in smb2_set_sparse() 2082 rc = SMB2_ioctl(xid, tcon, trgtfile->fid.persistent_fid, in smb2_duplicate_extents() 2125 return SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid, in smb3_set_integrity() 2177 rc = SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid, in smb3_enum_snapshots() 2987 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in smb2_get_dfs_refer() 3217 return SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid, in smb3_zero_data() 3332 rc = SMB2_ioctl(xid, tcon, cfile->fid.persistent_fid, in smb3_punch_hole() [all …]
|
H A D | smb2proto.h | 167 extern int SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon,
|
H A D | smb2pdu.c | 1363 rc = SMB2_ioctl(xid, tcon, NO_FILE_ID, NO_FILE_ID, in smb3_validate_negotiate() 3400 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() function 3549 rc = SMB2_ioctl(xid, tcon, persistent_fid, volatile_fid, in SMB2_set_compression()
|