Searched refs:tail_lsn (Results 1 – 3 of 3) sorted by relevance
120 xfs_lsn_t tail_lsn);737 xfs_lsn_t tail_lsn) in xfs_log_move_tail() argument748 if (tail_lsn == 0) { in xfs_log_move_tail()751 tail_lsn = log->l_last_sync_lsn; in xfs_log_move_tail()760 if (tail_lsn != 1) { in xfs_log_move_tail()761 log->l_tail_lsn = tail_lsn; in xfs_log_move_tail()775 if (free_bytes < tic->t_unit_res && tail_lsn != 1) in xfs_log_move_tail()777 tail_lsn = 0; in xfs_log_move_tail()796 if (free_bytes < need_bytes && tail_lsn != 1) in xfs_log_move_tail()798 tail_lsn = 0; in xfs_log_move_tail()[all …]
160 xfs_lsn_t tail_lsn);
795 xfs_lsn_t tail_lsn; in xlog_find_tail() local912 tail_lsn = log->l_tail_lsn; in xlog_find_tail()955 error = xlog_clear_stale_blocks(log, tail_lsn); in xlog_find_tail()1196 xfs_lsn_t tail_lsn) in xlog_clear_stale_blocks() argument1204 tail_cycle = CYCLE_LSN(tail_lsn); in xlog_clear_stale_blocks()1205 tail_block = BLOCK_LSN(tail_lsn); in xlog_clear_stale_blocks()