Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_log.c120 xfs_lsn_t tail_lsn);
737 xfs_lsn_t tail_lsn) in xfs_log_move_tail() argument
748 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 …]
Dxfs_log.h160 xfs_lsn_t tail_lsn);
Dxfs_log_recover.c795 xfs_lsn_t tail_lsn; in xlog_find_tail() local
912 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() argument
1204 tail_cycle = CYCLE_LSN(tail_lsn); in xlog_clear_stale_blocks()
1205 tail_block = BLOCK_LSN(tail_lsn); in xlog_clear_stale_blocks()