Home
last modified time | relevance | path

Searched refs:SMB2_close (Results 1 – 5 of 5) sorted by relevance

/linux/fs/smb/client/
H A Dlink.c359 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink()
421 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
H A Dsmb2proto.h163 int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
H A Dcached_dir.c473 rc = SMB2_close(0, cfid->tcon, cfid->fid.persistent_fid, in smb2_close_cached_fid()
H A Dsmb2misc.c805 rc = SMB2_close(0, tcon, cancelled->fid.persistent_fid, in smb2_cancelled_close_fid()
H A Dsmb2pdu.c3087 SMB2_close(xid, tcon, rsp->PersistentFileId, rsp->VolatileFileId); in smb311_posix_mkdir()
3813 SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, in SMB2_close() function