Home
last modified time | relevance | path

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

/fs/ocfs2/dlm/
Ddlmdebug.c71 printk("], inflight=%u\n", res->inflight_locks); in dlm_print_lockres_refmap()
117 res->inflight_locks, atomic_read(&res->asts_reserved)); in __dlm_print_one_lock_resource()
542 res->inflight_locks, res->migration_pending, in dump_lockres()
Ddlmmaster.c583 res->inflight_locks = 0; in dlm_init_lockres()
658 res->inflight_locks++; in __dlm_lockres_grab_inflight_ref()
661 res->lockname.len, res->lockname.name, res->inflight_locks, in __dlm_lockres_grab_inflight_ref()
677 BUG_ON(res->inflight_locks == 0); in dlm_lockres_drop_inflight_ref()
679 res->inflight_locks--; in dlm_lockres_drop_inflight_ref()
682 res->lockname.len, res->lockname.name, res->inflight_locks, in dlm_lockres_drop_inflight_ref()
Ddlmthread.c103 if (res->inflight_locks) in __dlm_lockres_unused()
Ddlmcommon.h333 unsigned int inflight_locks; member