Searched refs:tmpret (Results 1 - 6 of 6) sorted by relevance

/fs/ocfs2/dlm/
H A Ddlmconvert.c347 int tmpret; local
373 tmpret = o2net_send_message_vec(DLM_CONVERT_LOCK_MSG, dlm->key,
375 if (tmpret >= 0) {
391 "node %u\n", tmpret, DLM_CONVERT_LOCK_MSG, dlm->key,
393 if (dlm_is_host_down(tmpret)) {
403 ret = dlm_err_to_dlm_status(tmpret);
H A Ddlmlock.c306 int tmpret, status = 0; local
317 tmpret = o2net_send_message(DLM_CREATE_LOCK_MSG, dlm->key, &create,
319 if (tmpret >= 0) {
332 tmpret, res->owner);
333 if (dlm_is_host_down(tmpret))
336 ret = dlm_err_to_dlm_status(tmpret);
H A Ddlmunlock.c317 int tmpret; local
352 tmpret = o2net_send_message_vec(DLM_UNLOCK_LOCK_MSG, dlm->key,
354 if (tmpret >= 0) {
361 "node %u\n", tmpret, DLM_UNLOCK_LOCK_MSG, dlm->key, owner);
362 if (dlm_is_host_down(tmpret)) {
376 ret = dlm_err_to_dlm_status(tmpret);
H A Ddlmmaster.c1669 int to, tmpret; local
1699 tmpret = o2net_send_message(DLM_ASSERT_MASTER_MSG, dlm->key,
1701 if (tmpret < 0) {
1703 "0x%x) to node %u\n", tmpret,
1705 if (!dlm_is_host_down(tmpret)) {
1706 mlog(ML_ERROR, "unhandled error=%d!\n", tmpret);
1712 ret = tmpret;
H A Ddlmrecovery.c961 int ret, tmpret; local
972 sizeof(done_msg), send_to, &tmpret);
981 ret = tmpret;
/fs/ocfs2/
H A Daops.c1264 int tmpret; local
1266 tmpret = ocfs2_prepare_page_for_write(inode, &p_blkno, wc,
1270 if (tmpret) {
1271 mlog_errno(tmpret);
1273 ret = tmpret;

Completed in 65 milliseconds