Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlu_object.h528 atomic_t loh_ref; member
696 LASSERT(atomic_read(&o->lo_header->loh_ref) > 0); in lu_object_get()
697 atomic_inc(&o->lo_header->loh_ref); in lu_object_get()
/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c92 if (!atomic_dec_and_test(&top->loh_ref)) in lu_object_put()
105 if (!cfs_hash_bd_dec_and_lock(site->ls_obj_hash, &bd, &top->loh_ref)) { in lu_object_put()
344 LASSERT(atomic_read(&h->loh_ref) == 0); in lu_site_purge()
481 hdr, hdr->loh_flags, atomic_read(&hdr->loh_ref), in lu_object_header_print()
911 atomic_inc(&h->loh_ref); in lu_obj_hop_get()
1190 atomic_set(&h->loh_ref, 1); in lu_object_header_init()
/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c1081 if (unlikely(atomic_read(&header->loh_ref) != 1)) { in cl_object_put_last()
1092 if (atomic_read(&header->loh_ref) == 1) in cl_object_put_last()