Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/lov/
Dlov_obd.c71 atomic_inc(&lov->lov_refcount); in lov_getref()
84 if (atomic_dec_and_test(&lov->lov_refcount) && lov->lov_death_row) { in lov_putref()
793 atomic_set(&lov->lov_refcount, 0); in lov_setup()
880 atomic_read(&lov->lov_refcount)) in lov_cleanup()
886 atomic_read(&lov->lov_refcount)); in lov_cleanup()
/drivers/staging/lustre/lustre/include/
Dobd.h465 atomic_t lov_refcount; member