Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dmisc.c75 struct cifs_ses *ret_buf; in sesInfoAlloc() local
77 ret_buf = kzalloc(sizeof(struct cifs_ses), GFP_KERNEL); in sesInfoAlloc()
78 if (ret_buf) { in sesInfoAlloc()
80 ret_buf->status = CifsNew; in sesInfoAlloc()
81 ++ret_buf->ses_count; in sesInfoAlloc()
82 INIT_LIST_HEAD(&ret_buf->smb_ses_list); in sesInfoAlloc()
83 INIT_LIST_HEAD(&ret_buf->tcon_list); in sesInfoAlloc()
84 mutex_init(&ret_buf->session_mutex); in sesInfoAlloc()
85 spin_lock_init(&ret_buf->iface_lock); in sesInfoAlloc()
87 return ret_buf; in sesInfoAlloc()
[all …]
Dcifssmb.c3836 void **ret_buf) in smb_init_nttransact() argument
3846 *ret_buf = (void *)pSMB; in smb_init_nttransact()
/linux-4.19.296/drivers/misc/
Dibmvmc.c327 struct ibmvmc_buffer *ret_buf = NULL; in ibmvmc_get_valid_hmc_buffer() local
339 ret_buf = &buffer[i]; in ibmvmc_get_valid_hmc_buffer()
344 return ret_buf; in ibmvmc_get_valid_hmc_buffer()
360 struct ibmvmc_buffer *ret_buf = NULL; in ibmvmc_get_free_hmc_buffer() local
375 ret_buf = &buffer[i]; in ibmvmc_get_free_hmc_buffer()
380 return ret_buf; in ibmvmc_get_free_hmc_buffer()