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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmdebug.c70 printk("], inflight=%u\n", res->inflight_locks);
H A Ddlmmaster.c658 res->inflight_locks = 0;
705 BUG_ON(res->inflight_locks != 0);
708 res->inflight_locks++;
711 res->inflight_locks);
721 BUG_ON(res->inflight_locks == 0);
722 res->inflight_locks--;
725 res->inflight_locks);
726 if (res->inflight_locks == 0)
H A Ddlmthread.c104 * set, inflight_locks better be zero */
105 BUG_ON(res->inflight_locks != 0);
H A Ddlmcommon.h277 unsigned int inflight_locks; member in struct:dlm_lock_resource

Completed in 110 milliseconds