Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2proto.h236 extern int SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon,
H A Dsmb2ops.c2058 return SMB2_set_eof(xid, tcon, cfile->fid.persistent_fid, in smb2_set_file_size()
3320 rc = SMB2_set_eof(xid, tcon, cfile->fid.persistent_fid, in smb3_zero_range()
3396 rc = SMB2_set_eof(xid, tcon, cfile->fid.persistent_fid, in smb3_punch_hole()
3569 rc = SMB2_set_eof(xid, tcon, cfile->fid.persistent_fid, in smb3_simple_falloc()
3692 rc = SMB2_set_eof(xid, tcon, cfile->fid.persistent_fid, in smb3_collapse_range()
3740 rc = SMB2_set_eof(xid, tcon, cfile->fid.persistent_fid, in smb3_insert_range()
H A Dsmb2pdu.c5719 SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_set_eof() function