Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netsmb/
HDsmb_conn.c303 cp->co_flags |= SMBO_GONE; in smb_co_rele()
330 cp->co_flags |= SMBO_GONE; in smb_co_put()
336 if ((cp->co_flags & SMBO_GONE) == 0) in smb_co_put()
347 if (cp->co_flags & SMBO_GONE) in smb_co_lock()
HDsmb_conn.h45 #define SMBO_GONE 0x1000000 macro