Home
last modified time | relevance | path

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

/linux-5.19.10/fs/cifs/
Dnterr.c31 {"NT_STATUS_NO_SUCH_FILE", NT_STATUS_NO_SUCH_FILE},
Dnterr.h62 #define NT_STATUS_NO_SUCH_FILE 0xC0000000 | 0x000f macro
Dnetmisc.c226 ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_FILE}, {
/linux-5.19.10/fs/ksmbd/
Dnterr.h52 #define NT_STATUS_NO_SUCH_FILE (0xC0000000 | 0x000f) macro