Home
last modified time | relevance | path

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

/linux-4.19.296/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()
522 res->inflight_locks, res->migration_pending, in dump_lockres()
Ddlmmaster.c568 res->inflight_locks = 0; in dlm_init_lockres()
643 res->inflight_locks++; in __dlm_lockres_grab_inflight_ref()
646 res->lockname.len, res->lockname.name, res->inflight_locks, in __dlm_lockres_grab_inflight_ref()
662 BUG_ON(res->inflight_locks == 0); in dlm_lockres_drop_inflight_ref()
664 res->inflight_locks--; in dlm_lockres_drop_inflight_ref()
667 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.h335 unsigned int inflight_locks; member