Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A 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()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dsuper.c730 int status, tmpstat; in ocfs2_sb_probe() local
785 tmpstat = ocfs2_get_sector(sb, bh, in ocfs2_sb_probe()
788 if (tmpstat < 0) { in ocfs2_sb_probe()
789 status = tmpstat; in ocfs2_sb_probe()
796 tmpstat = ocfs2_verify_volume(di, *bh, blksize, stats); in ocfs2_sb_probe()
797 if (tmpstat < 0) { in ocfs2_sb_probe()
801 if (tmpstat != -EAGAIN) { in ocfs2_sb_probe()
802 status = tmpstat; in ocfs2_sb_probe()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dconf.c499 struct stat tmpstat; in main() local
570 if (stat(name, &tmpstat)) { in main()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dconf.c497 struct stat tmpstat; in main() local
569 if (stat(name, &tmpstat)) { in main()
/OK3568_Linux_fs/buildroot/support/kconfig/patches/
H A D14-support-out-of-tree-config.patch18 if (stat(name, &tmpstat)) {