Searched refs:ret_buf (Results 1 – 2 of 2) sorted by relevance
70 if (ret_buf) { in sesInfoAlloc()74 ++ret_buf->ses_count; in sesInfoAlloc()82 return ret_buf; in sesInfoAlloc()120 ret_buf = kzalloc(sizeof(*ret_buf), GFP_KERNEL); in tcon_info_alloc()121 if (!ret_buf) in tcon_info_alloc()127 kfree(ret_buf); in tcon_info_alloc()136 ret_buf->tc_count = 1; in tcon_info_alloc()150 trace_smb3_tcon_ref(ret_buf->debug_id, ret_buf->tc_count, trace); in tcon_info_alloc()161 return ret_buf; in tcon_info_alloc()206 return ret_buf; in cifs_buf_get()[all …]
3488 void **ret_buf) in smb_init_nttransact() argument3498 *ret_buf = (void *)pSMB; in smb_init_nttransact()
Completed in 16 milliseconds