Searched refs:SMBR_XLOCK (Results 1 – 2 of 2) sorted by relevance
502 while (rqp->sr_flags & SMBR_XLOCK) { in smb_iod_removerq()573 rqp->sr_flags |= SMBR_XLOCK; in smb_iod_sendall()577 rqp->sr_flags &= ~SMBR_XLOCK; in smb_iod_sendall()
55 #define SMBR_XLOCK 0x0100 /* request locked and can't be moved */ macro