Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kshare.c680 smb_kshare_t *auto_shr; in smb_kshare_export() local
695 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()