Lines Matching defs:fail
87 unsigned int fail;
96 unsigned int fail;
138 unsigned int fail;
660 stats->fail++;
798 stash_stats->cur_fail = stats->fail;
801 stash_stats->total_fail += stats->fail;
834 hmdfs_info("peer 0x%x:0x%llx total stashed %u cur ok %u none %u fail %u",
836 stats.succeed, stats.donothing, stats.fail);
1085 * open()/fsync() may fail due to "status = NODE_STAT_OFFLINE"
1633 stats->fail++;
1660 stats->fail++;
1722 stats->fail++;
1734 stats->fail++;
1855 rebuild_stats->cur_fail = stats->fail;
1858 rebuild_stats->total_fail += stats->fail;
1892 hmdfs_warning("partial rebuild fail err %d", err);
1896 hmdfs_info("peer 0x%x:0x%llx rebuild stashed-file total %u succeed %u fail %u invalid %u",
1898 stats.fail, stats.invalid);
1925 restore_stats->cur_fail = stats->fail;
1928 restore_stats->total_fail += stats->fail;
1974 hmdfs_info("peer 0x%x:0x%llx restore stashed-file ok %u fail %u keep %u",
1976 stats.succeed, stats.fail, stats.keep);
2107 /* e.g. fail to create stash file */