smb_idpool_alloc
if (smb_idpool_alloc(&tree->t_fid_pool, &fid))
if (smb_idpool_alloc(&tree->t_fid_pool, &tree_fid))
if (smb_idpool_alloc(&tree->t_odid_pool, &odid)) {
if (smb_idpool_alloc(&session->s_tid_pool, &tid))
if (smb_idpool_alloc(&session->s_uid_pool, &user->u_uid))
int smb_idpool_alloc(smb_idpool_t *pool, uint16_t *id);