Home
last modified time | relevance | path

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

/fs/cifs/
Dnetmisc.c48 {ERRbadfile, -ENOENT},
178 ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_DEVICE}, {
179 ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_FILE}, {
223 ERRDOS, ERRbadfile, NT_STATUS_OBJECT_NAME_INVALID}, {
224 ERRDOS, ERRbadfile, NT_STATUS_OBJECT_NAME_NOT_FOUND}, {
258 ERRDOS, ERRbadfile, NT_STATUS_DELETE_PENDING}, {
Dsmberr.h42 #define ERRbadfile 2 /* File not found. The last component macro
/fs/smbfs/
Dproc.c704 case ERRbadfile: in smb_errno()