Searched refs:auto_shr (Results 1 – 1 of 1) sorted by relevance
680 smb_kshare_t *auto_shr; in smb_kshare_export() local695 if ((auto_shr = smb_avl_lookup(share_avl, shr)) != NULL) { in smb_kshare_export()696 if ((auto_shr->shr_flags & SMB_SHRF_AUTOHOME) == 0) { in smb_kshare_export()697 smb_avl_release(share_avl, auto_shr); in smb_kshare_export()701 mutex_enter(&auto_shr->shr_mutex); in smb_kshare_export()702 auto_shr->shr_autocnt++; in smb_kshare_export()703 mutex_exit(&auto_shr->shr_mutex); in smb_kshare_export()704 smb_avl_release(share_avl, auto_shr); in smb_kshare_export()