Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_log_recover.c846 xfs_daddr_t *tail_blk) in xlog_find_tail() argument
875 *tail_blk = 0; in xlog_find_tail()
922 *tail_blk = BLOCK_LSN(be64_to_cpu(rhead->h_tail_lsn)); in xlog_find_tail()
993 *tail_blk = after_umount_blk; in xlog_find_tail()
3317 xfs_daddr_t tail_blk, in xlog_do_recovery_pass() argument
3329 ASSERT(head_blk != tail_blk); in xlog_do_recovery_pass()
3345 error = xlog_bread(log, tail_blk, 1, hbp, &offset); in xlog_do_recovery_pass()
3350 error = xlog_valid_rec_header(log, rhead, tail_blk); in xlog_do_recovery_pass()
3380 if (tail_blk <= head_blk) { in xlog_do_recovery_pass()
3381 for (blk_no = tail_blk; blk_no < head_blk; ) { in xlog_do_recovery_pass()
[all …]