Searched refs:tail_blk (Results 1 – 1 of 1) sorted by relevance
818 xfs_daddr_t tail_blk, in xlog_rseek_logrec_hdr() argument837 end_blk = head_blk > tail_blk ? tail_blk : 0; in xlog_rseek_logrec_hdr()856 if (tail_blk >= head_blk && found != count) { in xlog_rseek_logrec_hdr()857 for (i = log->l_logBBsize - 1; i >= (int) tail_blk; i--) { in xlog_rseek_logrec_hdr()892 xfs_daddr_t tail_blk, in xlog_seek_logrec_hdr() argument911 end_blk = head_blk > tail_blk ? head_blk : log->l_logBBsize - 1; in xlog_seek_logrec_hdr()912 for (i = (int) tail_blk; i <= end_blk; i++) { in xlog_seek_logrec_hdr()929 if (tail_blk > head_blk && found != count) { in xlog_seek_logrec_hdr()959 xfs_daddr_t tail_blk) in xlog_tail_distance() argument961 if (head_blk < tail_blk) in xlog_tail_distance()[all …]