Home
last modified time | relevance | path

Searched refs:total_locks (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmrecovery.c70 int total_locks, u64 cookie,
76 int total_locks);
1106 int total_locks = 0; in dlm_num_locks_in_lockres() local
1112 total_locks++; in dlm_num_locks_in_lockres()
1115 return total_locks; in dlm_num_locks_in_lockres()
1123 int total_locks) in dlm_send_mig_lockres_msg() argument
1126 int mres_total_locks = be32_to_cpu(mres->total_locks); in dlm_send_mig_lockres_msg()
1140 BUG_ON(total_locks > mres_total_locks); in dlm_send_mig_lockres_msg()
1141 if (total_locks == mres_total_locks) in dlm_send_mig_lockres_msg()
1183 int total_locks, u64 cookie, in dlm_init_migratable_lockres() argument
[all …]
Ddlmcommon.h575 __be32 total_locks; // locks to be sent for this migration cookie member