Lines Matching refs:rcli
2713 const LOG_CLIENT_RECORD *rcli; in showrest() local
2782 rcli = (const LOG_CLIENT_RECORD*) in showrest()
2787 (long long)sle64_to_cpu(rcli->oldest_lsn)); in showrest()
2789 (long long)sle64_to_cpu(rcli->client_restart_lsn)); in showrest()
2791 (int)le16_to_cpu(rcli->prev_client)); in showrest()
2793 (int)le16_to_cpu(rcli->next_client)); in showrest()
2795 (int)le16_to_cpu(rcli->seq_number)); in showrest()
2797 (int)le32_to_cpu(rcli->client_name_length)); in showrest()
2799 (const char*)rcli->client_name, in showrest()
2800 le32_to_cpu(rcli->client_name_length) >> 1); in showrest()
2805 rcli->oldest_lsn)); in showrest()
2808 rcli->client_restart_lsn)); in showrest()
2820 const LOG_CLIENT_RECORD *rcli; in dorest() local
2831 rcli = (const LOG_CLIENT_RECORD*)&data[offs in dorest()
2836 committed_lsn = sle64_to_cpu(rcli->client_restart_lsn); in dorest()
2837 synced_lsn = sle64_to_cpu(rcli->oldest_lsn); in dorest()
2874 diff = sle64_to_cpu(rcli->client_restart_lsn) - committed_lsn; in dorest()
2881 committed_lsn = sle64_to_cpu(rcli->client_restart_lsn); in dorest()
2882 synced_lsn = sle64_to_cpu(rcli->oldest_lsn); in dorest()