Searched refs:ret_buf (Results 1 – 2 of 2) sorted by relevance
69 struct cifs_ses *ret_buf; in sesInfoAlloc() local71 ret_buf = kzalloc(sizeof(struct cifs_ses), GFP_KERNEL); in sesInfoAlloc()72 if (ret_buf) { in sesInfoAlloc()74 spin_lock_init(&ret_buf->ses_lock); in sesInfoAlloc()75 ret_buf->ses_status = SES_NEW; in sesInfoAlloc()76 ++ret_buf->ses_count; in sesInfoAlloc()77 INIT_LIST_HEAD(&ret_buf->smb_ses_list); in sesInfoAlloc()78 INIT_LIST_HEAD(&ret_buf->tcon_list); in sesInfoAlloc()79 mutex_init(&ret_buf->session_mutex); in sesInfoAlloc()80 spin_lock_init(&ret_buf->iface_lock); in sesInfoAlloc()[all …]
3272 void **ret_buf) in smb_init_nttransact() argument3282 *ret_buf = (void *)pSMB; in smb_init_nttransact()