Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.c2713 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()
[all …]