Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dnterr.c14 const struct nt_err_code_struct nt_errs[] = { variable
Dnterr.h23 extern const struct nt_err_code_struct nt_errs[];
Dnetmisc.c778 while (nt_errs[idx].nt_errstr != NULL) { in cifs_print_status()
779 if (((nt_errs[idx].nt_errcode) & 0xFFFFFF) == in cifs_print_status()
782 status_code, nt_errs[idx].nt_errstr); in cifs_print_status()