Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_iod.c473 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()
H A Dsmb_rq.h43 #define SMBR_XLOCK 0x0100 /* request locked and can't be moved */ macro