Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2proto.h176 extern int __SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
H A Dsmb2pdu.c3580 __SMB2_close(const unsigned int xid, struct cifs_tcon *tcon, in __SMB2_close() function
3674 return __SMB2_close(xid, tcon, persistent_fid, volatile_fid, NULL); in SMB2_close()
H A Dsmb2ops.c1430 rc = __SMB2_close(xid, tcon, cfile->fid.persistent_fid, in smb2_close_getattr()