Lines Matching refs:keep
88 unsigned int keep;
113 bool keep;
1483 bool keep = false;
1509 keep = true;
1518 keep = true;
1522 if (pinned_info && !keep)
1524 ctx->keep = keep;
1526 hmdfs_info("peer 0x%x:0x%llx ino 0x%llx restore err %d keep %d",
1527 conn->owner, conn->device_id, inum, err, ctx->keep);
1625 bool keep, uint64_t pages, int err)
1630 } else if (keep) {
1631 stats->keep++;
1666 ctx.keep = false;
1669 hmdfs_update_restore_stats(stats, ctx.keep, ctx.pages, err);
1671 if (!ctx.keep)
1926 restore_stats->cur_keep = stats->keep;
1929 restore_stats->total_keep += stats->keep;
1974 hmdfs_info("peer 0x%x:0x%llx restore stashed-file ok %u fail %u keep %u",
1976 stats.succeed, stats.fail, stats.keep);