Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_trans_ail.c415 uint32_t target_cycle; in xfs_ail_calc_push_target() local
448 target_cycle = CYCLE_LSN(min_lsn); in xfs_ail_calc_push_target()
452 target_cycle += 1; in xfs_ail_calc_push_target()
454 target_lsn = xlog_assign_lsn(target_cycle, target_block); in xfs_ail_calc_push_target()