Home
last modified time | relevance | path

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

/fs/cifs/
Dmisc.c76 struct cifs_ses *ret_buf; in sesInfoAlloc() local
78 ret_buf = kzalloc(sizeof(struct cifs_ses), GFP_KERNEL); in sesInfoAlloc()
79 if (ret_buf) { in sesInfoAlloc()
81 ret_buf->status = CifsNew; in sesInfoAlloc()
82 ++ret_buf->ses_count; in sesInfoAlloc()
83 INIT_LIST_HEAD(&ret_buf->smb_ses_list); in sesInfoAlloc()
84 INIT_LIST_HEAD(&ret_buf->tcon_list); in sesInfoAlloc()
85 mutex_init(&ret_buf->session_mutex); in sesInfoAlloc()
87 return ret_buf; in sesInfoAlloc()
112 struct cifs_tcon *ret_buf; in tconInfoAlloc() local
[all …]
Dcifssmb.c3749 void **ret_buf) in smb_init_nttransact() argument
3759 *ret_buf = (void *)pSMB; in smb_init_nttransact()