Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dnterr.h35 extern const struct nt_err_code_struct nt_errs[];
Dnterr.c27 const struct nt_err_code_struct nt_errs[] = { variable
Dnetmisc.c791 while (nt_errs[idx].nt_errstr != NULL) { in cifs_print_status()
792 if (((nt_errs[idx].nt_errcode) & 0xFFFFFF) == in cifs_print_status()
795 status_code, nt_errs[idx].nt_errstr); in cifs_print_status()