Searched refs:rhead (Results 1 – 1 of 1) sorted by relevance
804 xlog_rec_header_t *rhead; in xlog_find_tail() local875 rhead = (xlog_rec_header_t *)offset; in xlog_find_tail()876 *tail_blk = BLOCK_LSN(rhead->h_tail_lsn, ARCH_CONVERT); in xlog_find_tail()890 log->l_curr_cycle = INT_GET(rhead->h_cycle, ARCH_CONVERT); in xlog_find_tail()893 log->l_tail_lsn = INT_GET(rhead->h_tail_lsn, ARCH_CONVERT); in xlog_find_tail()894 log->l_last_sync_lsn = INT_GET(rhead->h_lsn, ARCH_CONVERT); in xlog_find_tail()912 int h_size = INT_GET(rhead->h_size, ARCH_CONVERT); in xlog_find_tail()913 int h_version = INT_GET(rhead->h_version, ARCH_CONVERT); in xlog_find_tail()927 BTOBB(INT_GET(rhead->h_len, ARCH_CONVERT))) % log->l_logBBsize; in xlog_find_tail()930 INT_GET(rhead->h_num_logops, ARCH_CONVERT) == 1) { in xlog_find_tail()[all …]