Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.h63 #define SMBO_GONE 0x1000000 macro
80 #define SMBV_GONE SMBO_GONE
93 #define SMBS_GONE SMBO_GONE
103 #define SMBFH_GONE SMBO_GONE
H A Dsmb_conn.c234 co->co_flags |= SMBO_GONE; in smb_co_rele()
237 if ((old_flags & SMBO_GONE) == 0 && co->co_gone) in smb_co_rele()
288 co->co_flags |= SMBO_GONE; in smb_co_kill()
296 if ((old_flags & SMBO_GONE) == 0 && co->co_gone) in smb_co_kill()
H A Dsmb_rq.c499 if (co->co_flags & SMBO_GONE) { in smb_rq_getenv()
508 if ((co->co_flags & SMBO_GONE) || in smb_rq_getenv()
518 if ((co->co_flags & SMBO_GONE) || in smb_rq_getenv()