Searched refs:tail_blk (Results 1 – 1 of 1) sorted by relevance
773 xfs_daddr_t tail_blk, in xlog_rseek_logrec_hdr() argument792 end_blk = head_blk > tail_blk ? tail_blk : 0; in xlog_rseek_logrec_hdr()811 if (tail_blk >= head_blk && found != count) { in xlog_rseek_logrec_hdr()812 for (i = log->l_logBBsize - 1; i >= (int) tail_blk; i--) { in xlog_rseek_logrec_hdr()847 xfs_daddr_t tail_blk, in xlog_seek_logrec_hdr() argument866 end_blk = head_blk > tail_blk ? head_blk : log->l_logBBsize - 1; in xlog_seek_logrec_hdr()867 for (i = (int) tail_blk; i <= end_blk; i++) { in xlog_seek_logrec_hdr()884 if (tail_blk > head_blk && found != count) { in xlog_seek_logrec_hdr()914 xfs_daddr_t tail_blk) in xlog_tail_distance() argument916 if (head_blk < tail_blk) in xlog_tail_distance()[all …]