Searched refs:total_locks (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmrecovery.c74 int total_locks, u64 cookie,
80 int total_locks);
1095 int total_locks = 0; local
1101 total_locks++;
1104 return total_locks;
1112 int total_locks)
1115 int mres_total_locks = be32_to_cpu(mres->total_locks);
1129 BUG_ON(total_locks > mres_total_locks);
1130 if (total_locks == mres_total_locks)
1166 int total_locks, u6
1108 dlm_send_mig_lockres_msg(struct dlm_ctxt *dlm, struct dlm_migratable_lockres *mres, u8 send_to, struct dlm_lock_resource *res, int total_locks) argument
1164 dlm_init_migratable_lockres(struct dlm_migratable_lockres *mres, const char *lockname, int namelen, int total_locks, u64 cookie, u8 flags, u8 master) argument
1254 int total_locks, i; local
[all...]
H A Ddlmcommon.h511 __be32 total_locks; // locks to be sent for this migration cookie member in struct:dlm_migratable_lockres
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A DdrmP.h401 atomic_t total_locks; /**< Total locks statistics */ member in struct:drm_queue

Completed in 130 milliseconds