Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dnetmisc.c210 } ntstatus_to_dos_map[] = { variable
798 for (i = 0; ntstatus_to_dos_map[i].ntstatus; i++) { in ntstatus_to_dos()
799 if (ntstatus == ntstatus_to_dos_map[i].ntstatus) { in ntstatus_to_dos()
800 *eclass = ntstatus_to_dos_map[i].dos_class; in ntstatus_to_dos()
801 *ecode = ntstatus_to_dos_map[i].dos_code; in ntstatus_to_dos()