Lines Matching refs:keep
88 unsigned int keep;
113 bool keep;
1468 bool keep = false;
1494 keep = true;
1503 keep = true;
1507 if (pinned_info && !keep)
1509 ctx->keep = keep;
1511 hmdfs_info("peer 0x%x:0x%llx ino 0x%llx restore err %d keep %d",
1512 conn->owner, conn->device_id, inum, err, ctx->keep);
1610 bool keep, uint64_t pages, int err)
1615 } else if (keep) {
1616 stats->keep++;
1651 ctx.keep = false;
1654 hmdfs_update_restore_stats(stats, ctx.keep, ctx.pages, err);
1656 if (!ctx.keep)
1911 restore_stats->cur_keep = stats->keep;
1914 restore_stats->total_keep += stats->keep;
1959 hmdfs_info("peer 0x%x:0x%llx restore stashed-file ok %u fail %u keep %u",
1961 stats.succeed, stats.fail, stats.keep);