Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_query_fileinfo.c631 smb_streaminfo_t *sinfo, *sinfo_next; in smb_query_stream_info() local
650 sinfo_next = kmem_alloc(sizeof (smb_streaminfo_t), KM_SLEEP); in smb_query_stream_info()
708 sinfo_next->si_name[0] = 0; in smb_query_stream_info()
710 rc = smb_odir_read_streaminfo(sr, od, sinfo_next, &eos); in smb_query_stream_info()
721 if (!smb_stream_fits(sr, mbc, sinfo_next->si_name, in smb_query_stream_info()
738 (void) memcpy(sinfo, sinfo_next, sizeof (smb_streaminfo_t)); in smb_query_stream_info()
742 kmem_free(sinfo_next, sizeof (smb_streaminfo_t)); in smb_query_stream_info()