Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_trans_ail.c455 target_lsn = xlog_assign_lsn(target_cycle, target_block); in xfs_ail_calc_push_target()
H A Dxfs_log_recover.c1497 recp->h_lsn = cpu_to_be64(xlog_assign_lsn(cycle, block)); in xlog_add_record()
1498 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block)); in xlog_add_record()
2598 last_lsn = xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block); in xlog_recover_process_intents()
H A Dxfs_log.c2553 xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block)); in xlog_state_get_iclog_space()