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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log.c118 xfs_lsn_t tail_lsn);
738 xfs_lsn_t tail_lsn)
749 if (tail_lsn == 0) {
752 tail_lsn = log->l_last_sync_lsn;
759 * tail_lsn.
761 if (tail_lsn != 1) {
762 log->l_tail_lsn = tail_lsn;
776 if (free_bytes < tic->t_unit_res && tail_lsn != 1)
778 tail_lsn = 0;
797 if (free_bytes < need_bytes && tail_lsn !
737 xfs_log_move_tail(xfs_mount_t *mp, xfs_lsn_t tail_lsn) argument
863 xfs_lsn_t tail_lsn; local
1278 xfs_lsn_t tail_lsn; /* lsn of the log tail */ local
2450 xfs_lsn_t tail_lsn; local
2566 xfs_lsn_t tail_lsn; local
3394 xlog_verify_tail_lsn(xlog_t *log, xlog_in_core_t *iclog, xfs_lsn_t tail_lsn) argument
[all...]
H A Dxfs_log.h152 xfs_lsn_t tail_lsn);
H A Dxfs_log_recover.c793 xfs_lsn_t tail_lsn; local
910 tail_lsn = log->l_tail_lsn;
953 error = xlog_clear_stale_blocks(log, tail_lsn);
1196 xfs_lsn_t tail_lsn)
1204 tail_cycle = CYCLE_LSN(tail_lsn);
1205 tail_block = BLOCK_LSN(tail_lsn);
3816 * We now update the tail_lsn since much of the recovery has completed
3818 * or iunlinks, we can free up the entire log and set the tail_lsn to
3822 * the AIL to determine how to set the tail_lsn.
1194 xlog_clear_stale_blocks( xlog_t *log, xfs_lsn_t tail_lsn) argument

Completed in 52 milliseconds