Searched refs:ERRbadfile (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smberr.h | 42 #define ERRbadfile 2 /* File not found. The last component macro
|
H A D | netmisc.c | 35 {ERRbadfile, -ENOENT}, 226 ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_DEVICE}, { 227 ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_FILE}, { 271 ERRDOS, ERRbadfile, NT_STATUS_OBJECT_NAME_INVALID}, { 272 ERRDOS, ERRbadfile, NT_STATUS_OBJECT_NAME_NOT_FOUND}, { 306 ERRDOS, ERRbadfile, NT_STATUS_DELETE_PENDING}, {
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smberr.h | 29 #define ERRbadfile 2 /* File not found. The last component macro
|
H A D | netmisc.c | 34 {ERRbadfile, -ENOENT}, 225 ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_DEVICE}, { 226 ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_FILE}, { 270 ERRDOS, ERRbadfile, NT_STATUS_OBJECT_NAME_INVALID}, { 271 ERRDOS, ERRbadfile, NT_STATUS_OBJECT_NAME_NOT_FOUND}, { 305 ERRDOS, ERRbadfile, NT_STATUS_DELETE_PENDING}, {
|
Completed in 4 milliseconds