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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmconvert.c350 int tmpret; local
376 tmpret = o2net_send_message_vec(DLM_CONVERT_LOCK_MSG, dlm->key,
378 if (tmpret >= 0) {
394 "node %u\n", tmpret, DLM_CONVERT_LOCK_MSG, dlm->key,
396 if (dlm_is_host_down(tmpret)) {
406 ret = dlm_err_to_dlm_status(tmpret);
H A Ddlmlock.c305 int tmpret, status = 0; local
318 tmpret = o2net_send_message(DLM_CREATE_LOCK_MSG, dlm->key, &create,
320 if (tmpret >= 0) {
333 "node %u\n", tmpret, DLM_CREATE_LOCK_MSG, dlm->key,
335 if (dlm_is_host_down(tmpret)) {
340 ret = dlm_err_to_dlm_status(tmpret);
H A Ddlmunlock.c314 int tmpret; local
349 tmpret = o2net_send_message_vec(DLM_UNLOCK_LOCK_MSG, dlm->key,
351 if (tmpret >= 0) {
358 "node %u\n", tmpret, DLM_UNLOCK_LOCK_MSG, dlm->key, owner);
359 if (dlm_is_host_down(tmpret)) {
370 ret = dlm_err_to_dlm_status(tmpret);
H A Ddlmmaster.c1628 int to, tmpret; local
1658 tmpret = o2net_send_message(DLM_ASSERT_MASTER_MSG, dlm->key,
1660 if (tmpret < 0) {
1662 "0x%x) to node %u\n", tmpret,
1664 if (!dlm_is_host_down(tmpret)) {
1665 mlog(ML_ERROR, "unhandled error=%d!\n", tmpret);
1671 ret = tmpret;
H A Ddlmrecovery.c947 int ret, tmpret; local
958 sizeof(done_msg), send_to, &tmpret);
967 ret = tmpret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmconvert.c350 int tmpret; local
376 tmpret = o2net_send_message_vec(DLM_CONVERT_LOCK_MSG, dlm->key,
378 if (tmpret >= 0) {
394 "node %u\n", tmpret, DLM_CONVERT_LOCK_MSG, dlm->key,
396 if (dlm_is_host_down(tmpret)) {
406 ret = dlm_err_to_dlm_status(tmpret);
H A Ddlmlock.c305 int tmpret, status = 0; local
318 tmpret = o2net_send_message(DLM_CREATE_LOCK_MSG, dlm->key, &create,
320 if (tmpret >= 0) {
333 "node %u\n", tmpret, DLM_CREATE_LOCK_MSG, dlm->key,
335 if (dlm_is_host_down(tmpret)) {
340 ret = dlm_err_to_dlm_status(tmpret);
H A Ddlmunlock.c314 int tmpret; local
349 tmpret = o2net_send_message_vec(DLM_UNLOCK_LOCK_MSG, dlm->key,
351 if (tmpret >= 0) {
358 "node %u\n", tmpret, DLM_UNLOCK_LOCK_MSG, dlm->key, owner);
359 if (dlm_is_host_down(tmpret)) {
370 ret = dlm_err_to_dlm_status(tmpret);
H A Ddlmmaster.c1628 int to, tmpret; local
1658 tmpret = o2net_send_message(DLM_ASSERT_MASTER_MSG, dlm->key,
1660 if (tmpret < 0) {
1662 "0x%x) to node %u\n", tmpret,
1664 if (!dlm_is_host_down(tmpret)) {
1665 mlog(ML_ERROR, "unhandled error=%d!\n", tmpret);
1671 ret = tmpret;
H A Ddlmrecovery.c947 int ret, tmpret; local
958 sizeof(done_msg), send_to, &tmpret);
967 ret = tmpret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Daops.c1254 int tmpret; local
1256 tmpret = ocfs2_prepare_page_for_write(inode, &p_blkno, wc,
1260 if (tmpret) {
1261 mlog_errno(tmpret);
1263 ret = tmpret;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Daops.c1254 int tmpret; local
1256 tmpret = ocfs2_prepare_page_for_write(inode, &p_blkno, wc,
1260 if (tmpret) {
1261 mlog_errno(tmpret);
1263 ret = tmpret;

Completed in 201 milliseconds