Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_log_priv.h543 atomic64_set(lsn, xlog_assign_lsn(cycle, block)); in xlog_assign_atomic_lsn()
Dxfs_trans_ail.c454 target_lsn = xlog_assign_lsn(target_cycle, target_block); in xfs_ail_calc_push_target()
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()
2593 last_lsn = xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block); in xlog_recover_process_intents()
Dxfs_log.c2668 xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block)); in xlog_state_get_iclog_space()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h57 static inline xfs_lsn_t xlog_assign_lsn(uint cycle, uint block) in xlog_assign_lsn() function