Searched refs:SMBO_GONE (Results 1 – 2 of 2) sorted by relevance
300 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()
45 #define SMBO_GONE 0x1000000 macro