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