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

/linux-master/lib/
H A Dlinear_ranges.c190 int tmpret; local
192 tmpret = linear_range_get_selector_low(&r[i], val, selector,
194 if (!tmpret)
/linux-master/fs/ocfs2/dlm/
H A Ddlmconvert.c358 int tmpret; local
384 tmpret = o2net_send_message_vec(DLM_CONVERT_LOCK_MSG, dlm->key,
386 if (tmpret >= 0) {
402 "node %u\n", tmpret, DLM_CONVERT_LOCK_MSG, dlm->key,
404 if (dlm_is_host_down(tmpret)) {
414 ret = dlm_err_to_dlm_status(tmpret);
H A Ddlmlock.c288 int tmpret, status = 0; local
299 tmpret = o2net_send_message(DLM_CREATE_LOCK_MSG, dlm->key, &create,
301 if (tmpret >= 0) {
314 tmpret, res->owner);
315 if (dlm_is_host_down(tmpret))
318 ret = dlm_err_to_dlm_status(tmpret);
H A Ddlmunlock.c315 int tmpret; local
350 tmpret = o2net_send_message_vec(DLM_UNLOCK_LOCK_MSG, dlm->key,
352 if (tmpret >= 0) {
359 "node %u\n", tmpret, DLM_UNLOCK_LOCK_MSG, dlm->key, owner);
360 if (dlm_is_host_down(tmpret)) {
374 ret = dlm_err_to_dlm_status(tmpret);
H A Ddlmmaster.c1655 int to, tmpret; local
1685 tmpret = o2net_send_message(DLM_ASSERT_MASTER_MSG, dlm->key,
1687 if (tmpret < 0) {
1689 "0x%x) to node %u\n", tmpret,
1691 if (!dlm_is_host_down(tmpret)) {
1692 mlog(ML_ERROR, "unhandled error=%d!\n", tmpret);
1698 ret = tmpret;
H A Ddlmrecovery.c944 int ret, tmpret; local
955 sizeof(done_msg), send_to, &tmpret);
964 ret = tmpret;
/linux-master/drivers/i2c/busses/
H A Di2c-diolan-u2c.c111 int tmpret; local
113 tmpret = usb_bulk_msg(dev->usb_dev,
126 ret = tmpret;
/linux-master/fs/ocfs2/
H A Daops.c1186 int tmpret; local
1194 tmpret = ocfs2_prepare_page_for_write(inode, &p_blkno, wc,
1198 if (tmpret) {
1199 mlog_errno(tmpret);
1201 ret = tmpret;
/linux-master/drivers/iio/light/
H A Drohm-bu27008.c1033 int ret, chan_sel, tmpret, valid; local
1060 tmpret = bu27008_meas_set(data, false);
1061 if (tmpret)

Completed in 353 milliseconds