Home
last modified time | relevance | path

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

/freebsd/sys/netsmb/
H A Dsmb_conn.c302 cp->co_flags |= SMBO_GONE; in smb_co_rele()
329 cp->co_flags |= SMBO_GONE; in smb_co_put()
335 if ((cp->co_flags & SMBO_GONE) == 0) in smb_co_put()
346 if (cp->co_flags & SMBO_GONE) in smb_co_lock()
H A Dsmb_conn.h45 #define SMBO_GONE 0x1000000 macro