Home
last modified time | relevance | path

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

/fs/cifs/
Dmisc.c562 le16_to_cpu(pSMB->hdr.Status.DosError.Error)) { in is_valid_oplock_break()
Dnetmisc.c862 smberrclass = smb->Status.DosError.ErrorClass; in map_smb_to_linux_error()
863 smberrcode = le16_to_cpu(smb->Status.DosError.Error); in map_smb_to_linux_error()
Dcifspdu.h410 } __attribute__((packed)) DosError; member