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

/freebsd-12-stable/sys/netsmb/
H A Dsmb_rq.h45 #define SMBR_XLOCK 0x0100 /* request locked and can't be moved */ macro
H A Dsmb_iod.c478 while (rqp->sr_flags & SMBR_XLOCK) {
548 rqp->sr_flags |= SMBR_XLOCK;
552 rqp->sr_flags &= ~SMBR_XLOCK;

Completed in 102 milliseconds