Searched refs:co_gone (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_conn.c207 * The _GONE flag is also used to ensure that the co_gone
210 * flag was not already set, then call the co_gone hook
221 if ((old_flags & SMBO_GONE) == 0 && co->co_gone)
222 co->co_gone(co);
261 * Do just the first part of what co_gone does,
280 if ((old_flags & SMBO_GONE) == 0 && co->co_gone)
281 co->co_gone(co);
392 vcp->vc_co.co_gone = smb_vc_gone;
654 ssp->ss_co.co_gone = smb_share_gone;
H A Dsmb_conn.h136 void (*co_gone)(struct smb_connobj *); member in struct:smb_connobj

Completed in 59 milliseconds