Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_query_fileinfo.c621 smb_streaminfo_t *sinfo; in smb_query_stream_info()
637 sinfo = smb_srm_alloc(sr, sizeof (smb_streaminfo_t)); in smb_query_stream_info()
H A Dsmb2_durable.c351 smb_streaminfo_t *str_info = NULL; in smb2_dh_import_share()
393 str_info = kmem_alloc(sizeof (smb_streaminfo_t), KM_SLEEP); in smb2_dh_import_share()
464 kmem_free(str_info, sizeof (smb_streaminfo_t)); in smb2_dh_import_share()
H A Dsmb_odir.c690 smb_streaminfo_t *sinfo, boolean_t *eof) in smb_odir_read_streaminfo()
731 bzero(sinfo, sizeof (smb_streaminfo_t)); in smb_odir_read_streaminfo()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h735 smb_streaminfo_t *, boolean_t *);
H A Dsmb_ktypes.h1477 } smb_streaminfo_t; typedef