Lines Matching refs:shared_auth_uuid
850 client->shared_auth_uuid[i][0] = in client_create()
851 client->shared_auth_uuid[i][1] = -1L; in client_create()
1537 if ( (client->shared_auth_uuid[i][0] == uuid_lo) && in do_tmem_new_pool()
1538 (client->shared_auth_uuid[i][1] == uuid_hi) ) in do_tmem_new_pool()
1627 if ( (client->shared_auth_uuid[i][0] == uuid_lo) && in tmemc_shared_pool_auth()
1628 (client->shared_auth_uuid[i][1] == uuid_hi) ) in tmemc_shared_pool_auth()
1630 client->shared_auth_uuid[i][0] = -1L; in tmemc_shared_pool_auth()
1631 client->shared_auth_uuid[i][1] = -1L; in tmemc_shared_pool_auth()
1637 if ( (client->shared_auth_uuid[i][0] == -1L) && in tmemc_shared_pool_auth()
1638 (client->shared_auth_uuid[i][1] == -1L) ) in tmemc_shared_pool_auth()
1651 client->shared_auth_uuid[free][0] = uuid_lo; in tmemc_shared_pool_auth()
1652 client->shared_auth_uuid[free][1] = uuid_hi; in tmemc_shared_pool_auth()