Home
last modified time | relevance | path

Searched refs:SMBR_XLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/netsmb/
Dsmb_iod.c476 while (rqp->sr_flags & SMBR_XLOCK) { in smb_iod_removerq()
546 rqp->sr_flags |= SMBR_XLOCK; in smb_iod_sendall()
550 rqp->sr_flags &= ~SMBR_XLOCK; in smb_iod_sendall()
Dsmb_rq.h43 #define SMBR_XLOCK 0x0100 /* request locked and can't be moved */ macro