Searched refs:cll_reference (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_lock.c | 268 lu_ref_fini(&lock->cll_reference); in cl_lock_free() 373 lu_ref_init(&lock->cll_reference); in cl_lock_alloc() 1237 lu_ref_del(&conflict->cll_reference, "cancel-wait", lock); in cl_lock_enqueue_wait() 1647 lu_ref_add(&lock->cll_reference, "closure", closure); in cl_lock_enclosure() 1657 lu_ref_add(&lock->cll_reference, "closure-w", closure); in cl_lock_enclosure() 1665 lu_ref_del(&lock->cll_reference, "closure-w", closure); in cl_lock_enclosure() 1686 lu_ref_del(&scan->cll_reference, "closure", closure); in cl_lock_disclosure() 1987 lu_ref_add(&lock->cll_reference, "prune", current); in cl_locks_prune() 2008 lu_ref_del(&lock->cll_reference, "prune", current); in cl_locks_prune() 2032 lu_ref_add(&lock->cll_reference, scope, source); in cl_lock_hold_mutex() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lovsub_lock.c | 71 lu_ref_add(&parent->cll_reference, "lovsub-parent", current); in lovsub_parent_lock() 81 lu_ref_del(&parent->cll_reference, "lovsub-parent", current); in lovsub_parent_unlock()
|
D | lov_lock.c | 128 lu_ref_add(&parent->cll_reference, "lov-child", sublock); in lov_sublock_adopt() 1028 lu_ref_del(&parent->cll_reference, "lov-child", sub->lss_cl.cls_lock); in lov_lock_unlink()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_lock.c | 308 lu_ref_add_atomic(&lock->cll_reference, in osc_ast_data_get() 323 lu_ref_del(&lock->cll_reference, "ast", current); in osc_ast_data_put() 572 lu_ref_del(&lock->cll_reference, "upcall", lock); in osc_lock_upcall() 1078 lu_ref_add(&conflict->cll_reference, "cancel-wait", in osc_lock_enqueue_wait()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 1620 struct lu_ref cll_reference; member
|