Home
last modified time | relevance | path

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

/fs/cifs/
Dmisc.c74 struct cifsSesInfo *ret_buf; in sesInfoAlloc() local
76 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 …]
Dcifssmb.c2505 void **ret_buf) in smb_init_nttransact() argument
2515 *ret_buf = (void *)pSMB; in smb_init_nttransact()