Searched refs:tail_blk (Results 1 – 1 of 1) sorted by relevance
772 xfs_daddr_t tail_blk, in xlog_rseek_logrec_hdr() argument791 end_blk = head_blk > tail_blk ? tail_blk : 0; in xlog_rseek_logrec_hdr()810 if (tail_blk >= head_blk && found != count) { in xlog_rseek_logrec_hdr()811 for (i = log->l_logBBsize - 1; i >= (int) tail_blk; i--) { in xlog_rseek_logrec_hdr()846 xfs_daddr_t tail_blk, in xlog_seek_logrec_hdr() argument865 end_blk = head_blk > tail_blk ? head_blk : log->l_logBBsize - 1; in xlog_seek_logrec_hdr()866 for (i = (int) tail_blk; i <= end_blk; i++) { in xlog_seek_logrec_hdr()883 if (tail_blk > head_blk && found != count) { in xlog_seek_logrec_hdr()913 xfs_daddr_t tail_blk) in xlog_tail_distance() argument915 if (head_blk < tail_blk) in xlog_tail_distance()[all …]