Searched refs:NT_STATUS_FILE_LOCK_CONFLICT (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_errno.c80 { ERANGE, NT_STATUS_FILE_LOCK_CONFLICT },
H A Dsmb_write.c110 if (sr->smb_error.status != NT_STATUS_FILE_LOCK_CONFLICT)
205 if (sr->smb_error.status != NT_STATUS_FILE_LOCK_CONFLICT)
304 if (sr->smb_error.status != NT_STATUS_FILE_LOCK_CONFLICT)
439 NT_STATUS_FILE_LOCK_CONFLICT)
477 smbsr_error(sr, NT_STATUS_FILE_LOCK_CONFLICT,
561 smbsr_error(sr, NT_STATUS_FILE_LOCK_CONFLICT,
H A Dsmb_lock.c196 * Under certain conditions NT_STATUS_FILE_LOCK_CONFLICT
204 * NT_STATUS_FILE_LOCK_CONFLICT
207 result = NT_STATUS_FILE_LOCK_CONFLICT;
212 * NT_STATUS_FILE_LOCK_CONFLICT
216 result = NT_STATUS_FILE_LOCK_CONFLICT;
222 * NT_STATUS_FILE_LOCK_CONFLICT
227 result = NT_STATUS_FILE_LOCK_CONFLICT;
245 result = NT_STATUS_FILE_LOCK_CONFLICT;
267 * NT_STATUS_FILE_LOCK_CONFLICT access denied due to lock conflict.
300 status = NT_STATUS_FILE_LOCK_CONFLICT;
[all...]
H A Dsmb_print.c314 if (sr->smb_error.status != NT_STATUS_FILE_LOCK_CONFLICT)
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subrs.c238 {NT_STATUS_FILE_LOCK_CONFLICT, EAGAIN},
408 {ERRDOS, ERROR_LOCK_VIOLATION, NT_STATUS_FILE_LOCK_CONFLICT},
/illumos-gate/usr/src/uts/common/smb/
H A Dntstatus.h310 #define NT_STATUS_FILE_LOCK_CONFLICT 0xC0000054 macro
/illumos-gate/usr/src/common/smbclnt/
H A Dsmb_status2winerr.c222 NT_STATUS_FILE_LOCK_CONFLICT, ERROR_LOCK_VIOLATION,

Completed in 74 milliseconds