Searched refs:cll_reference (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_lock.c | 270 lu_ref_fini(&lock->cll_reference); in cl_lock_free() 375 lu_ref_init(&lock->cll_reference); in cl_lock_alloc() 1238 lu_ref_del(&conflict->cll_reference, "cancel-wait", lock); in cl_lock_enqueue_wait() 1622 lu_ref_add(&lock->cll_reference, "closure", closure); in cl_lock_enclosure() 1632 lu_ref_add(&lock->cll_reference, "closure-w", closure); in cl_lock_enclosure() 1640 lu_ref_del(&lock->cll_reference, "closure-w", closure); in cl_lock_enclosure() 1661 lu_ref_del(&scan->cll_reference, "closure", closure); in cl_lock_disclosure() 1962 lu_ref_add(&lock->cll_reference, "prune", current); in cl_locks_prune() 1983 lu_ref_del(&lock->cll_reference, "prune", current); in cl_locks_prune() 2007 lu_ref_add(&lock->cll_reference, scope, source); in cl_lock_hold_mutex() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 1621 struct lu_ref cll_reference; member
|