Home
last modified time | relevance | path

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

/fs/ocfs2/dlm/
Ddlmdomain.c1382 int status, tmpstat; in dlm_send_join_cancels() local
1400 tmpstat = dlm_send_one_join_cancel(dlm, node); in dlm_send_join_cancels()
1401 if (tmpstat) { in dlm_send_join_cancels()
1403 "node %d\n", tmpstat, node); in dlm_send_join_cancels()
1405 status = tmpstat; in dlm_send_join_cancels()
1593 int status = 0, tmpstat, node; in dlm_try_to_join_domain() local
1691 tmpstat = dlm_send_join_cancels(dlm, in dlm_try_to_join_domain()
1694 if (tmpstat < 0) in dlm_try_to_join_domain()
1695 mlog_errno(tmpstat); in dlm_try_to_join_domain()
/fs/ocfs2/
Dsuper.c729 int status, tmpstat; in ocfs2_sb_probe() local
784 tmpstat = ocfs2_get_sector(sb, bh, in ocfs2_sb_probe()
787 if (tmpstat < 0) { in ocfs2_sb_probe()
788 status = tmpstat; in ocfs2_sb_probe()
795 tmpstat = ocfs2_verify_volume(di, *bh, blksize, stats); in ocfs2_sb_probe()
796 if (tmpstat < 0) { in ocfs2_sb_probe()
800 if (tmpstat != -EAGAIN) { in ocfs2_sb_probe()
801 status = tmpstat; in ocfs2_sb_probe()