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