Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dnterr.h131 #define NT_STATUS_FILE_LOCK_CONFLICT 0xC0000000 | 0x0054 macro
H A Dnterr.c132 {"NT_STATUS_FILE_LOCK_CONFLICT", NT_STATUS_FILE_LOCK_CONFLICT},
H A Dnetmisc.c303 ERRDOS, ERRlock, NT_STATUS_FILE_LOCK_CONFLICT}, {
/linux-6.15/fs/smb/server/
H A Dnterr.h121 #define NT_STATUS_FILE_LOCK_CONFLICT (0xC0000000 | 0x0054) macro