Searched refs:ce_owner (Results 1 – 1 of 1) sorted by relevance
544 void *ce_owner; member569 LASSERT(cle->ce_debug == NULL && cle->ce_owner == NULL); in cl_env_init0()604 LASSERT(cle->ce_owner != NULL); in cl_env_hops_keycmp()605 return (key == cle->ce_owner); in cl_env_hops_keycmp()637 LASSERT(cle->ce_owner == NULL); in cl_env_attach()638 cle->ce_owner = (void *) (long) current->pid; in cl_env_attach()639 rc = cfs_hash_add_unique(cl_env_hash, cle->ce_owner, in cl_env_attach()649 LASSERT(cle->ce_owner == (void *) (long) current->pid); in cl_env_do_detach()650 cookie = cfs_hash_del(cl_env_hash, cle->ce_owner, in cl_env_do_detach()653 cle->ce_owner = NULL; in cl_env_do_detach()[all …]