Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_query_fileinfo.c81 } smb_queryinfo_t; typedef
91 uint16_t, smb_queryinfo_t *);
93 uint16_t, smb_queryinfo_t *);
97 uint16_t, smb_queryinfo_t *);
99 smb_queryinfo_t *);
102 smb_queryinfo_t *);
103 static void smb_query_shortname(smb_node_t *, smb_queryinfo_t *);
232 smb_queryinfo_t *qinfo; in smb_query_by_fid()
256 qinfo = kmem_alloc(sizeof (smb_queryinfo_t), KM_SLEEP); in smb_query_by_fid()
276 kmem_free(qinfo, sizeof (smb_queryinfo_t)); in smb_query_by_fid()
[all …]