Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2proto.h196 extern int SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon,
Dsmb2ops.c1822 return SMB2_set_eof(xid, tcon, cfile->fid.persistent_fid, in smb2_set_file_size()
2963 rc = SMB2_set_eof(xid, tcon, cfile->fid.persistent_fid, in smb3_zero_range()
3089 rc = SMB2_set_eof(xid, tcon, cfile->fid.persistent_fid, in smb3_simple_falloc()
Dsmb2pdu.c4416 SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_set_eof() function