Lines Matching refs:lcr
376 LOG_CLIENT_RECORD *lcr;
418 lcr = (LOG_CLIENT_RECORD*)((u8*)ra +
425 (long long)sle64_to_cpu(lcr->oldest_lsn),
427 sle64_to_cpu(lcr->oldest_lsn));
429 sle64_to_cpu(lcr->client_restart_lsn),
431 sle64_to_cpu(lcr->client_restart_lsn));
433 (s16)le16_to_cpu(lcr->prev_client),
434 le16_to_cpu(lcr->prev_client));
436 (s16)le16_to_cpu(lcr->next_client),
437 le16_to_cpu(lcr->next_client));
438 ntfs_log_info("seq_number = %u (0x%x)\n", le16_to_cpu(lcr->seq_number),
439 le16_to_cpu(lcr->seq_number));
441 (unsigned int)le32_to_cpu(lcr->client_name_length) / 2,
442 (unsigned int)le32_to_cpu(lcr->client_name_length) / 2);
443 if (le32_to_cpu(lcr->client_name_length)) {
445 if (ntfs_ucstombs(lcr->client_name,
446 le32_to_cpu(lcr->client_name_length) /
459 lcr++;