Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_object.c518 void *ce_owner; member
543 LASSERT(cle->ce_debug == NULL && cle->ce_owner == NULL); in cl_env_init0()
578 LASSERT(cle->ce_owner != NULL); in cl_env_hops_keycmp()
579 return (key == cle->ce_owner); in cl_env_hops_keycmp()
612 LASSERT(cle->ce_owner == NULL); in cl_env_attach()
613 cle->ce_owner = (void *) (long) current->pid; in cl_env_attach()
614 rc = cfs_hash_add_unique(cl_env_hash, cle->ce_owner, in cl_env_attach()
624 LASSERT(cle->ce_owner == (void *) (long) current->pid); in cl_env_do_detach()
625 cookie = cfs_hash_del(cl_env_hash, cle->ce_owner, in cl_env_do_detach()
628 cle->ce_owner = NULL; in cl_env_do_detach()
[all …]