Searched refs:ret_buf (Results 1 – 2 of 2) sorted by relevance
74 struct cifsSesInfo *ret_buf; in sesInfoAlloc() local76 ret_buf = kzalloc(sizeof(struct cifsSesInfo), GFP_KERNEL); in sesInfoAlloc()77 if (ret_buf) { in sesInfoAlloc()79 ret_buf->status = CifsNew; in sesInfoAlloc()80 ++ret_buf->ses_count; in sesInfoAlloc()81 INIT_LIST_HEAD(&ret_buf->smb_ses_list); in sesInfoAlloc()82 INIT_LIST_HEAD(&ret_buf->tcon_list); in sesInfoAlloc()83 init_MUTEX(&ret_buf->sesSem); in sesInfoAlloc()85 return ret_buf; in sesInfoAlloc()111 struct cifsTconInfo *ret_buf; in tconInfoAlloc() local[all …]
2505 void **ret_buf) in smb_init_nttransact() argument2515 *ret_buf = (void *)pSMB; in smb_init_nttransact()