Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c217 smb_idpool_t *pool) in smb_idpool_increment()
255 smb_idpool_t *pool) in smb_idpool_constructor()
285 smb_idpool_t *pool) in smb_idpool_destructor()
301 smb_idpool_t *pool, in smb_idpool_alloc()
372 smb_idpool_t *pool, in smb_idpool_free()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h314 } smb_idpool_t; typedef
971 smb_idpool_t s_uid_pool;
972 smb_idpool_t s_tid_pool;
1157 smb_idpool_t t_fid_pool;
1160 smb_idpool_t t_odid_pool;
H A Dsmb_kproto.h826 int smb_idpool_constructor(smb_idpool_t *pool);
827 void smb_idpool_destructor(smb_idpool_t *pool);
828 int smb_idpool_alloc(smb_idpool_t *pool, uint16_t *id);
829 void smb_idpool_free(smb_idpool_t *pool, uint16_t id);