Searched refs:tail_blk (Results 1 – 1 of 1) sorted by relevance
766 xfs_daddr_t tail_blk, in xlog_rseek_logrec_hdr() argument785 end_blk = head_blk > tail_blk ? tail_blk : 0; in xlog_rseek_logrec_hdr()804 if (tail_blk >= head_blk && found != count) { in xlog_rseek_logrec_hdr()805 for (i = log->l_logBBsize - 1; i >= (int) tail_blk; i--) { in xlog_rseek_logrec_hdr()840 xfs_daddr_t tail_blk, in xlog_seek_logrec_hdr() argument859 end_blk = head_blk > tail_blk ? head_blk : log->l_logBBsize - 1; in xlog_seek_logrec_hdr()860 for (i = (int) tail_blk; i <= end_blk; i++) { in xlog_seek_logrec_hdr()877 if (tail_blk > head_blk && found != count) { in xlog_seek_logrec_hdr()907 xfs_daddr_t tail_blk) in xlog_tail_distance() argument909 if (head_blk < tail_blk) in xlog_tail_distance()[all …]