Home
last modified time | relevance | path

Searched refs:SMB_COM_CLOSE (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/cifs/
Dcifspdu.h46 #define SMB_COM_CLOSE 0x04 /* triv req/rsp, timestamp ignored */ macro
Dcifssmb.c247 case SMB_COM_CLOSE: in cifs_reconnect_tcon()
2628 rc = small_smb_init(SMB_COM_CLOSE, 3, tcon, (void **) &pSMB); in CIFSSMBClose()