Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log.c129 xfs_lsn_t tail_lsn);
725 xfs_lsn_t tail_lsn) in xfs_log_move_tail() argument
741 if (tail_lsn == 0) { in xfs_log_move_tail()
744 tail_lsn = log->l_last_sync_lsn; in xfs_log_move_tail()
753 if (tail_lsn != 1) { in xfs_log_move_tail()
754 log->l_tail_lsn = tail_lsn; in xfs_log_move_tail()
768 if (free_bytes < tic->t_unit_res && tail_lsn != 1) in xfs_log_move_tail()
770 tail_lsn = 0; in xfs_log_move_tail()
789 if (free_bytes < need_bytes && tail_lsn != 1) in xfs_log_move_tail()
791 tail_lsn = 0; in xfs_log_move_tail()
[all …]
Dxfs_log.h162 xfs_lsn_t tail_lsn);
Dxfs_log_recover.c811 xfs_lsn_t tail_lsn; in xlog_find_tail() local
928 tail_lsn = log->l_tail_lsn; in xlog_find_tail()
971 error = xlog_clear_stale_blocks(log, tail_lsn); in xlog_find_tail()
1212 xfs_lsn_t tail_lsn) in xlog_clear_stale_blocks() argument
1220 tail_cycle = CYCLE_LSN(tail_lsn, ARCH_NOCONVERT); in xlog_clear_stale_blocks()
1221 tail_block = BLOCK_LSN(tail_lsn, ARCH_NOCONVERT); in xlog_clear_stale_blocks()