Home
last modified time | relevance | path

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

/trueos/sys/netsmb/
HDsmb_conn.c300 cp->co_flags |= SMBO_GONE; in smb_co_rele()
327 cp->co_flags |= SMBO_GONE; in smb_co_put()
333 if ((cp->co_flags & SMBO_GONE) == 0) in smb_co_put()
344 if (cp->co_flags & SMBO_GONE) in smb_co_lock()
HDsmb_conn.h45 #define SMBO_GONE 0x1000000 macro