Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session.c708 if (smb_idpool_constructor(&session->s_uid_pool)) { in smb_session_create()
712 if (smb_idpool_constructor(&session->s_tid_pool)) { in smb_session_create()
H A Dsmb_tree.c932 if (smb_idpool_constructor(&tree->t_fid_pool)) { in smb_tree_alloc()
938 if (smb_idpool_constructor(&tree->t_odid_pool)) { in smb_tree_alloc()
H A Dsmb_kutil.c254 smb_idpool_constructor( in smb_idpool_constructor() function
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h826 int smb_idpool_constructor(smb_idpool_t *pool);