tail 72 log.c int tail; tail 74 log.c for (tail = 0; tail < log.lh.n; tail++) { tail 75 log.c struct buf *lbuf = bread(log.dev, log.start+tail+1); // read log block tail 76 log.c struct buf *dbuf = bread(log.dev, log.lh.block[tail]); // read dst tail 180 log.c int tail; tail 182 log.c for (tail = 0; tail < log.lh.n; tail++) { tail 183 log.c struct buf *to = bread(log.dev, log.start+tail+1); // log block tail 184 log.c struct buf *from = bread(log.dev, log.lh.block[tail]); // cache block