Home
last modified time | relevance | path

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

/fs/cifs/
Dnetmisc.c162 __u32 ntstatus; member
740 ntstatus_to_dos(__u32 ntstatus, __u8 *eclass, __u16 *ecode) in ntstatus_to_dos() argument
743 if (ntstatus == 0) { in ntstatus_to_dos()
748 for (i = 0; ntstatus_to_dos_map[i].ntstatus; i++) { in ntstatus_to_dos()
749 if (ntstatus == ntstatus_to_dos_map[i].ntstatus) { in ntstatus_to_dos()