Searched refs:total_locks (Results 1 – 2 of 2) sorted by relevance
/linux/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | 53 int total_locks, u64 cookie, 59 int total_locks); 1081 int total_locks = 0; in dlm_num_locks_in_lockres() 1087 total_locks++; in dlm_num_locks_in_lockres() 1090 return total_locks; in dlm_num_locks_in_lockres() 1098 int total_locks) in dlm_send_mig_lockres_msg() 1101 int mres_total_locks = be32_to_cpu(mres->total_locks); in dlm_send_mig_lockres_msg() 1112 BUG_ON(total_locks > mres_total_locks); in dlm_send_mig_lockres_msg() 1113 if (total_locks == mres_total_locks) in dlm_send_mig_lockres_msg() 1156 int total_locks, u6 in dlm_init_migratable_lockres() 1082 int total_locks = 0; dlm_num_locks_in_lockres() local 1099 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) dlm_send_mig_lockres_msg() argument 1157 dlm_init_migratable_lockres(struct dlm_migratable_lockres * mres,const char * lockname,int namelen,int total_locks,u64 cookie,u8 flags,u8 master) dlm_init_migratable_lockres() argument 1265 int total_locks, i; dlm_send_one_lockres() local [all...] |
H A D | dlmcommon.h | 554 __be32 total_locks; // locks to be sent for this migration cookie member
|